1rsh commited on
Commit
6143cbf
·
verified ·
1 Parent(s): 11a6896

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -19,4 +19,16 @@ language:
19
 
20
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
19
 
20
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
 
22
+ This model has significantly better performance over base `unsloth/Llama-3.2-3B`!
23
+
24
+ ```
25
+ relative_performance =
26
+ {
27
+ 'ROUGE-1': 1.510526033477611,
28
+ 'ROUGE-2': 1.9383727599984661,
29
+ 'ROUGE-L': 1.6544738302783082,
30
+ 'METEOR': 1.1253973831879713
31
+ }
32
+ ```
33
+
34
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)