Update README.md
This commit is contained in:
committed by
system
parent
b390a9c395
commit
e69b4f7c30
@@ -187,6 +187,7 @@ stop = tokenizer.encode(stop_token)[0]
|
||||
_ = model.generate(**inputs, streamer=streamer, max_new_tokens=1024, do_sample=True, temperature=0.7, repetition_penalty=1.2, top_p=0.9, eos_token_id=stop)
|
||||
```
|
||||
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
|
||||
|
||||
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_Kukedlc__NeuralLLaMa-3-8b-DT-v0.1)
|
||||
|
||||
| Metric |Value|
|
||||
|
||||
Reference in New Issue
Block a user