Instructions to use GianTan/CBERTo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GianTan/CBERTo with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="GianTan/CBERTo")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("GianTan/CBERTo") model = AutoModelForMaskedLM.from_pretrained("GianTan/CBERTo") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -37,7 +37,6 @@ unmasker = pipeline('fill-mask', model='GianTan/CBERTo')
|
|
| 37 |
|
| 38 |
unmasker("mura kag [MASK].")
|
| 39 |
|
| 40 |
-
[More Information Needed]
|
| 41 |
|
| 42 |
## Training Details
|
| 43 |
|
|
|
|
| 37 |
|
| 38 |
unmasker("mura kag [MASK].")
|
| 39 |
|
|
|
|
| 40 |
|
| 41 |
## Training Details
|
| 42 |
|