PEFT
Safetensors
monkeypostulate commited on
Commit
3be466d
·
verified ·
1 Parent(s): 8cd9b58

Create README.md

Browse files

This model is a fine-tuned version of [meta-llama/Llama-3.2-1B, optimized with ORPO (Optimized Regularization for Prompt Optimization) Trainer. Fine-tuning was performed using a subset of the [meta-llama/Llama-3.2-1B dataset, with only 100 samples selected to enable rapid training with ORPO’s efficient approach.

**Fine-tuning Method:** ORPO
**Dataset:** mlabonne/orpo-dpo-mix-40k


**Evaluation**

The model was evaluated on the following benchmarks, with the following performance metrics:


| Tasks |Version|Filter|n-shot| Metric | |Value | |Stderr|
|---------|------:|------|-----:|--------|---|-----:|---|-----:|
|hellaswag| 1|none | 0|acc |↑ | 0.4772 |± | 0.0050 |
| | |none | 0|acc_norm|↑ |0.6366 |± | 0.0048 |

Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - mlabonne/orpo-dpo-mix-40k
4
+ language:
5
+ - en
6
+ base_model:
7
+ - meta-llama/Llama-3.2-1B
8
+ pipeline_tag: text-generation
9
+ ---