Fill-Mask
Transformers
Safetensors
bert
masked-language-modeling
historical-nlp
temporal-language-model
Instructions to use TextMachineProject/NewsBERT_1800-1920-Temporal with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TextMachineProject/NewsBERT_1800-1920-Temporal with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="TextMachineProject/NewsBERT_1800-1920-Temporal")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("TextMachineProject/NewsBERT_1800-1920-Temporal") model = AutoModelForMaskedLM.from_pretrained("TextMachineProject/NewsBERT_1800-1920-Temporal", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -45,8 +45,6 @@ since that module is new and starts from scratch
|
|
| 45 |
|
| 46 |
### Hardware / environment
|
| 47 |
|
| 48 |
-
### Hardware / environment
|
| 49 |
-
|
| 50 |
This research utilised Queen Mary's Apocrita HPC facility, supported by
|
| 51 |
QMUL Research-IT. http://doi.org/10.5281/zenodo.438045
|
| 52 |
|
|
|
|
| 45 |
|
| 46 |
### Hardware / environment
|
| 47 |
|
|
|
|
|
|
|
| 48 |
This research utilised Queen Mary's Apocrita HPC facility, supported by
|
| 49 |
QMUL Research-IT. http://doi.org/10.5281/zenodo.438045
|
| 50 |
|