Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,20 @@
|
|
1 |
---
|
|
|
|
|
|
|
2 |
library_name: transformers
|
|
|
|
|
3 |
tags:
|
4 |
- 4-bit
|
5 |
- AWQ
|
6 |
- text-generation
|
7 |
- autotrain_compatible
|
8 |
- endpoints_compatible
|
|
|
|
|
|
|
|
|
9 |
pipeline_tag: text-generation
|
10 |
inference: false
|
11 |
quantized_by: Suparious
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: other
|
5 |
library_name: transformers
|
6 |
+
datasets:
|
7 |
+
- mlabonne/orpo-dpo-mix-40k
|
8 |
tags:
|
9 |
- 4-bit
|
10 |
- AWQ
|
11 |
- text-generation
|
12 |
- autotrain_compatible
|
13 |
- endpoints_compatible
|
14 |
+
- orpo
|
15 |
+
- llama 3
|
16 |
+
- rlhf
|
17 |
+
- sft
|
18 |
pipeline_tag: text-generation
|
19 |
inference: false
|
20 |
quantized_by: Suparious
|