savanladani
commited on
Commit
•
2e50650
1
Parent(s):
0b6d2c9
Update README.md
Browse files
README.md
CHANGED
@@ -21,4 +21,21 @@ model-index:
|
|
21 |
type: EQ-Bench (0-Shot)
|
22 |
value: 1.5355
|
23 |
---
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
type: EQ-Bench (0-Shot)
|
22 |
value: 1.5355
|
23 |
---
|
24 |
+
## Model Overview
|
25 |
+
This model is a fine-tuned variant of **Llama-3.2-1B**, leveraging **ORPO** (Optimized Regularization for Prompt Optimization) for enhanced performance. It has been fine-tuned using the **mlabonne/orpo-dpo-mix-40k** dataset as part of the *Finetuning Open Source LLMs Course - Week 2 Project*.
|
26 |
+
|
27 |
+
## Intended Use
|
28 |
+
This model is optimized for general-purpose language tasks, including text parsing, understanding contextual prompts, and enhanced interpretability in natural language processing applications.
|
29 |
+
|
30 |
+
## Evaluation Results (EQ-Bench v2.1)
|
31 |
+
The model was evaluated on the EQ-Bench dataset, with the following performance metrics:
|
32 |
+
| Tasks |Version|Filter|n-shot| Metric | | Value | |Stderr|
|
33 |
+
|--------|------:|------|-----:|-----------------|---|------:|---|-----:|
|
34 |
+
|eq_bench| 2.1|none | 0|eqbench |↑ | 1.5355|± |0.9174|
|
35 |
+
| | |none | 0|percent_parseable|↑ |16.9591|± |2.8782|
|
36 |
+
|
37 |
+
## Key Features
|
38 |
+
- **Model Size**: 1 Billion parameters
|
39 |
+
- **Fine-tuning Method**: ORPO
|
40 |
+
- **Dataset**: mlabonne/orpo-dpo-mix-40k
|
41 |
+
- **Benchmark**: EQ-Bench (v2.1), no shot
|