Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ description = """
|
|
12 |
"""
|
13 |
|
14 |
# Load model and tokenizer
|
15 |
-
model_name = "Salesforce/xLAM-
|
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 |
|