Instructions to use mingol77/cooking with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mingol77/cooking with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mingol77/cooking", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload config.json with huggingface_hub
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"model_type": "gpt2",
|
| 3 |
-
"vocab_size":
|
| 4 |
"n_positions": 1024,
|
| 5 |
"n_ctx": 1024,
|
| 6 |
"n_embd": 768,
|
|
|
|
| 1 |
{
|
| 2 |
"model_type": "gpt2",
|
| 3 |
+
"vocab_size": 4123332,
|
| 4 |
"n_positions": 1024,
|
| 5 |
"n_ctx": 1024,
|
| 6 |
"n_embd": 768,
|