Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import threading
|
|
9 |
|
10 |
model_id = "PhysicsWallahAI/Aryabhata-1.0"
|
11 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
12 |
-
model = AutoModelForCausalLM.from_pretrained(model_id
|
13 |
|
14 |
def process_questions(example):
|
15 |
example["question_text"] = example["question"]
|
|
|
9 |
|
10 |
model_id = "PhysicsWallahAI/Aryabhata-1.0"
|
11 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
12 |
+
model = AutoModelForCausalLM.from_pretrained(model_id)
|
13 |
|
14 |
def process_questions(example):
|
15 |
example["question_text"] = example["question"]
|