Instructions to use guillermoruiz/bilma_ES with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use guillermoruiz/bilma_ES with Transformers:
# Load model directly from transformers import TFAutoModel model = TFAutoModel.from_pretrained("guillermoruiz/bilma_ES", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload tokenizer
Browse files- tokenizer.json +3 -0
tokenizer.json
CHANGED
|
@@ -64,6 +64,9 @@
|
|
| 64 |
{
|
| 65 |
"type": "NFD"
|
| 66 |
},
|
|
|
|
|
|
|
|
|
|
| 67 |
{
|
| 68 |
"type": "StripAccents"
|
| 69 |
},
|
|
|
|
| 64 |
{
|
| 65 |
"type": "NFD"
|
| 66 |
},
|
| 67 |
+
{
|
| 68 |
+
"type": "Lowercase"
|
| 69 |
+
},
|
| 70 |
{
|
| 71 |
"type": "StripAccents"
|
| 72 |
},
|