Instructions to use mrapacz/interlinear-en-greta-t-w-t-diacritics-ob with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mrapacz/interlinear-en-greta-t-w-t-diacritics-ob with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("mrapacz/interlinear-en-greta-t-w-t-diacritics-ob") model = AutoModelForMultimodalLM.from_pretrained("mrapacz/interlinear-en-greta-t-w-t-diacritics-ob") - Notebooks
- Google Colab
- Kaggle
Upload T5ForConditionalGeneration
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "../workspaces/exp512_3_INTMT-
|
| 3 |
"architectures": [
|
| 4 |
"T5ForConditionalGeneration"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "../workspaces/exp512_3_INTMT-6669/best_model",
|
| 3 |
"architectures": [
|
| 4 |
"T5ForConditionalGeneration"
|
| 5 |
],
|