Update Codes/03 - Run the model with Gradio.ipynb
Browse files
Codes/03 - Run the model with Gradio.ipynb
CHANGED
|
@@ -59,7 +59,7 @@
|
|
| 59 |
"from transformers import AutoModelForCausalLM, AutoTokenizer, GenerationConfig, TextStreamer\n",
|
| 60 |
"\n",
|
| 61 |
"# The HF repo of the model\n",
|
| 62 |
-
"model_id = \"krogoldAI/CelineGPT-12B-
|
| 63 |
]
|
| 64 |
},
|
| 65 |
{
|
|
|
|
| 59 |
"from transformers import AutoModelForCausalLM, AutoTokenizer, GenerationConfig, TextStreamer\n",
|
| 60 |
"\n",
|
| 61 |
"# The HF repo of the model\n",
|
| 62 |
+
"model_id = \"krogoldAI/CelineGPT-12B-v0.1\""
|
| 63 |
]
|
| 64 |
},
|
| 65 |
{
|