Instructions to use TornikeO/tiny-msfoundation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TornikeO/tiny-msfoundation with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("TornikeO/tiny-msfoundation") model = AutoModelForSeq2SeqLM.from_pretrained("TornikeO/tiny-msfoundation") - Notebooks
- Google Colab
- Kaggle
Upload config
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -72,5 +72,5 @@
|
|
| 72 |
"torch_dtype": "float32",
|
| 73 |
"transformers_version": "4.45.2",
|
| 74 |
"use_cache": true,
|
| 75 |
-
"vocab_size":
|
| 76 |
}
|
|
|
|
| 72 |
"torch_dtype": "float32",
|
| 73 |
"transformers_version": "4.45.2",
|
| 74 |
"use_cache": true,
|
| 75 |
+
"vocab_size": 8192
|
| 76 |
}
|