Update README.md
Browse files
README.md
CHANGED
@@ -73,7 +73,7 @@ Users (both direct and downstream) should be made aware of the risks, biases and
|
|
73 |
|
74 |
Use the code below to get started with the model.
|
75 |
```python
|
76 |
-
from transformers import
|
77 |
model_id = "zephyr-7b-beta-Agent-Instruct-math"
|
78 |
pipe = pipeline(task="text-generation", model=model, tokenizer=tokenizer, max_length=600)
|
79 |
prompt = "Enter your query"
|
|
|
73 |
|
74 |
Use the code below to get started with the model.
|
75 |
```python
|
76 |
+
from transformers import pipeline
|
77 |
model_id = "zephyr-7b-beta-Agent-Instruct-math"
|
78 |
pipe = pipeline(task="text-generation", model=model, tokenizer=tokenizer, max_length=600)
|
79 |
prompt = "Enter your query"
|