Gerson Fabian Buenahora Ormaza
commited on
Commit
•
6aa47a4
1
Parent(s):
e4b3146
Update README.md
Browse files
README.md
CHANGED
@@ -51,8 +51,8 @@ To use the model:
|
|
51 |
```python
|
52 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
53 |
|
54 |
-
tokenizer = AutoTokenizer.from_pretrained("BueormLLC/RAGPT-
|
55 |
-
model = AutoModelForCausalLM.from_pretrained("BueormLLC/RAGPT-
|
56 |
|
57 |
context = "Mount Everest is the highest mountain in the world, with a height of 8,848 meters."
|
58 |
question = "What is the height of Mount Everest?"
|
|
|
51 |
```python
|
52 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
53 |
|
54 |
+
tokenizer = AutoTokenizer.from_pretrained("BueormLLC/RAGPT-2_unfunctional")
|
55 |
+
model = AutoModelForCausalLM.from_pretrained("BueormLLC/RAGPT-2_unfunctional")
|
56 |
|
57 |
context = "Mount Everest is the highest mountain in the world, with a height of 8,848 meters."
|
58 |
question = "What is the height of Mount Everest?"
|