Text Generation
Transformers
Safetensors
Thai
English
gemma2
conversational
text-generation-inference
Inference Endpoints
mrpeerat commited on
Commit
4c84413
1 Parent(s): 351bb70

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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",