OmnicromsBrain commited on
Commit
7319bbf
1 Parent(s): 38da3a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -6
README.md CHANGED
@@ -104,9 +104,3 @@ prompt = pipeline.tokenizer.apply_chat_template(messages, tokenize=False, add_ge
104
  outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
105
  print(outputs[0]["generated_text"])
106
  ```
107
- ## Evaluation
108
-
109
- from datasets import load_dataset
110
- data = load_dataset("open-llm-leaderboard/details_OmnicromsBrain__NeuralStar_AlphaWriter_4x7b",
111
- "harness_winogrande_5",
112
- split="train")
 
104
  outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
105
  print(outputs[0]["generated_text"])
106
  ```