Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
A finetuning experiment on llama3 8b it with selected 5k examples from argilla dpo 7k
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: meta-llama/Meta-Llama-3-8B-Instruct
|
4 |
+
license: other
|
5 |
+
datasets:
|
6 |
+
- argilla/dpo-mix-7k
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
pipeline_tag: text-generation
|
10 |
+
tags:
|
11 |
+
- text-generation
|
12 |
+
- llama
|
13 |
+
- orpo
|
14 |
+
- llama3
|
15 |
+
- text-generation-inference
|
16 |
+
---
|
17 |
+
|
18 |
A finetuning experiment on llama3 8b it with selected 5k examples from argilla dpo 7k
|