Commit
•
a7c3dec
1
Parent(s):
94041ed
Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,19 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
7 |
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
|
12 |
## Model Details
|
13 |
|
@@ -17,13 +23,11 @@ tags: []
|
|
17 |
|
18 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
19 |
|
20 |
-
- **Developed by:**
|
21 |
-
- **Funded by [optional]:** [More Information Needed]
|
22 |
-
- **Shared by [optional]:** [More Information Needed]
|
23 |
- **Model type:** [More Information Needed]
|
24 |
-
- **Language(s) (NLP):**
|
25 |
-
- **License:**
|
26 |
-
- **Finetuned from model [optional]:**
|
27 |
|
28 |
### Model Sources [optional]
|
29 |
|
|
|
1 |
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
base_model: mlabonne/Beagle14-7B
|
4 |
+
tags:
|
5 |
+
- merge
|
6 |
+
- mergekit
|
7 |
+
- lazymergekit
|
8 |
+
- dpo
|
9 |
+
- rlhf
|
10 |
+
- rlaif
|
11 |
+
- distilabel
|
12 |
---
|
13 |
|
14 |
# Model Card for Model ID
|
15 |
|
16 |
+
This is a preference tuned version of `mlabonne/Beagle14-7B` using a mix of Argilla's orca pairs and a new upcoming multi-turn dpo dataset.
|
|
|
|
|
17 |
|
18 |
## Model Details
|
19 |
|
|
|
23 |
|
24 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
25 |
|
26 |
+
- **Developed by:** Argilla
|
|
|
|
|
27 |
- **Model type:** [More Information Needed]
|
28 |
+
- **Language(s) (NLP):** English
|
29 |
+
- **License:** cc-by-nc-4.0
|
30 |
+
- **Finetuned from model [optional]:** mlabonne/Beagle14-7B
|
31 |
|
32 |
### Model Sources [optional]
|
33 |
|