Instructions to use Trimux/catalanCheckpoint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Trimux/catalanCheckpoint with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("Trimux/catalanCheckpoint") model = AutoModelForPreTraining.from_pretrained("Trimux/catalanCheckpoint") - Notebooks
- Google Colab
- Kaggle
Delete special_tokens_map.json
Browse files- special_tokens_map.json +0 -4
special_tokens_map.json
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"pad_token": "z",
|
| 3 |
-
"unk_token": "<unk>"
|
| 4 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|