Mr-Vicky-01
commited on
Commit
•
9d8a74a
1
Parent(s):
700f8ad
Update README.md
Browse files
README.md
CHANGED
@@ -10,8 +10,8 @@ import time
|
|
10 |
import torch
|
11 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
12 |
|
13 |
-
finetuned_model = AutoModelForCausalLM("AquilaX-AI/QnA
|
14 |
-
tokenizer = AutoTokenizer("AquilaX-AI/QnA
|
15 |
|
16 |
alpaca_prompt = """Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
17 |
|
|
|
10 |
import torch
|
11 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
12 |
|
13 |
+
finetuned_model = AutoModelForCausalLM("AquilaX-AI/QnA")
|
14 |
+
tokenizer = AutoTokenizer("AquilaX-AI/QnA")
|
15 |
|
16 |
alpaca_prompt = """Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
17 |
|