Update README.md
Browse files
README.md
CHANGED
@@ -44,7 +44,7 @@ Gemma2 9B WangchanLIONv2 Instruct can be run using the 🤗 Transformers library
|
|
44 |
import transformers
|
45 |
import torch
|
46 |
|
47 |
-
model_id = "aisingapore/WangchanLIONv2"
|
48 |
|
49 |
pipeline = transformers.pipeline(
|
50 |
"text-generation",
|
|
|
44 |
import transformers
|
45 |
import torch
|
46 |
|
47 |
+
model_id = "aisingapore/Gemma2-9b-WangchanLIONv2-instruct"
|
48 |
|
49 |
pipeline = transformers.pipeline(
|
50 |
"text-generation",
|