johnrachwanpruna commited on
Commit
ac2f278
1 Parent(s): 4e59697

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -4
README.md CHANGED
@@ -59,10 +59,6 @@ outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7,
59
  print(outputs[0]["generated_text"])
60
  ```
61
 
62
- outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
63
- print(outputs[0]["generated_text"])
64
-
65
-
66
  ## Credits & License
67
 
68
  The license of the smashed model follows the license of the original model. Please check the license of the original model mattshumer/Hermes-2-Pro-11B before using this model which provided the base model. The license of the `pruna-engine` is [here](https://pypi.org/project/pruna-engine/) on Pypi.
 
59
  print(outputs[0]["generated_text"])
60
  ```
61
 
 
 
 
 
62
  ## Credits & License
63
 
64
  The license of the smashed model follows the license of the original model. Please check the license of the original model mattshumer/Hermes-2-Pro-11B before using this model which provided the base model. The license of the `pruna-engine` is [here](https://pypi.org/project/pruna-engine/) on Pypi.