ak0601 commited on
Commit
cae2433
·
verified ·
1 Parent(s): 129d443

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 pipline
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"