Instructions to use Pyke/DS-config-8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Pyke/DS-config-8 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Pyke/DS-config-8") model = AutoModelForSeq2SeqLM.from_pretrained("Pyke/DS-config-8") - Notebooks
- Google Colab
- Kaggle
add model
Browse files- config.json +1 -0
- pytorch_model.bin +3 -0
config.json
CHANGED
|
@@ -62,6 +62,7 @@
|
|
| 62 |
"num_beams": 4
|
| 63 |
}
|
| 64 |
},
|
|
|
|
| 65 |
"transformers_version": "4.9.2",
|
| 66 |
"use_cache": true,
|
| 67 |
"vocab_size": 50264
|
|
|
|
| 62 |
"num_beams": 4
|
| 63 |
}
|
| 64 |
},
|
| 65 |
+
"torch_dtype": "float16",
|
| 66 |
"transformers_version": "4.9.2",
|
| 67 |
"use_cache": true,
|
| 68 |
"vocab_size": 50264
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5f087714513324d7dfca3f86bd1023a391c05c243c52d1b6ab6d962965b325d
|
| 3 |
+
size 1083777
|