Update README.md
Browse files
README.md
CHANGED
@@ -127,7 +127,7 @@ pipeline = transformers.pipeline(
|
|
127 |
outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
128 |
print(outputs[0]["generated_text"])
|
129 |
```
|
130 |
-
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard) #94 on leaderboards (WHEN THIS RESULT WAS POSTED , RANKINGS WILL ALWAYS CHANGE-2/27/2025)
|
131 |
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/Quazim0t0__Fugazi14b-details)
|
132 |
|
133 |
| Metric |Value|
|
|
|
127 |
outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
128 |
print(outputs[0]["generated_text"])
|
129 |
```
|
130 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard) - #94 on leaderboards (WHEN THIS RESULT WAS POSTED , RANKINGS WILL ALWAYS CHANGE-2/27/2025)
|
131 |
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/Quazim0t0__Fugazi14b-details)
|
132 |
|
133 |
| Metric |Value|
|