wannaphong commited on
Commit
78a12b1
·
1 Parent(s): bf80926

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ import os
110
  import re
111
  import pandas as pd
112
 
113
- # name_model = "pythainlp/wangchanglm-7.5B-sft-adapter-merged-sharded"
114
  model = AutoModelForCausalLM.from_pretrained(
115
  name_model,
116
  device_map="auto",
 
110
  import re
111
  import pandas as pd
112
 
113
+ name_model = "pythainlp/wangchanglm-7.5B-sft-en-sharded"
114
  model = AutoModelForCausalLM.from_pretrained(
115
  name_model,
116
  device_map="auto",