nerozhao commited on
Commit
6697659
·
verified ·
1 Parent(s): a6b3945

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ description = """
12
  """
13
 
14
  # Load model and tokenizer
15
- model_name = "Salesforce/xLAM-1b-fc-r"
16
  model = AutoModelForCausalLM.from_pretrained(model_name, device_map="auto", torch_dtype="auto", trust_remote_code=True)
17
  tokenizer = AutoTokenizer.from_pretrained(model_name)
18
 
 
12
  """
13
 
14
  # Load model and tokenizer
15
+ model_name = "Salesforce/xLAM-7b-fc-r"
16
  model = AutoModelForCausalLM.from_pretrained(model_name, device_map="auto", torch_dtype="auto", trust_remote_code=True)
17
  tokenizer = AutoTokenizer.from_pretrained(model_name)
18