Instructions to use colinglab/BureauBERTo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use colinglab/BureauBERTo with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="colinglab/BureauBERTo")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("colinglab/BureauBERTo") model = AutoModelForMaskedLM.from_pretrained("colinglab/BureauBERTo") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ widget:
|
|
| 7 |
---
|
| 8 |
|
| 9 |
|
| 10 |
-
<img src="https://huggingface.co/colinglab/BureauBERTo/
|
| 11 |
|
| 12 |
|
| 13 |
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
|
| 10 |
+
<img src="https://huggingface.co/colinglab/BureauBERTo/resolve/main/bureauberto.jpg?raw=true" width="600"/>
|
| 11 |
|
| 12 |
|
| 13 |
|