Spaces:
Sleeping
Sleeping
daniellefranca96
commited on
Commit
•
31d1e07
1
Parent(s):
4be0bc6
Update main.py
Browse files
main.py
CHANGED
@@ -15,7 +15,7 @@ llms = {
|
|
15 |
for k in llms.keys():
|
16 |
AutoModelForCausalLM.from_pretrained(llms[k]['name'], model_file=llms[k]['file'])
|
17 |
|
18 |
-
llm = AutoModelForCausalLM.from_pretrained(llms[
|
19 |
|
20 |
#Pydantic object
|
21 |
class validation(BaseModel):
|
|
|
15 |
for k in llms.keys():
|
16 |
AutoModelForCausalLM.from_pretrained(llms[k]['name'], model_file=llms[k]['file'])
|
17 |
|
18 |
+
llm = AutoModelForCausalLM.from_pretrained(llms["tinnyllama"]['name'], model_file=llms["tinnyllama"]['file'])
|
19 |
|
20 |
#Pydantic object
|
21 |
class validation(BaseModel):
|