Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,11 @@ model-index:
|
|
9 |
license: apache-2.0
|
10 |
language:
|
11 |
- en
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
## Links for Reference
|
14 |
|
@@ -23,6 +28,7 @@ language:
|
|
23 |
Janus is a model trained using [Mistral-7B-v0.2](https://huggingface.co/mistral-community/Mistral-7B-v0.2) as its base model. Janus has been trained on [Multifaceted Collection](https://huggingface.co/datasets/kaist-ai/Multifaceted-Collection-SFT), a preference dataset containing 192k unique system messages for aligning LLMs to diverse human preferences. Janus not only excels at generating personalized responses that cater to various human preferences but is also adept at producing responses that are generally preferred for being helpful and harmless.
|
24 |
|
25 |
# Model Details
|
|
|
26 |
|
27 |
## Model Description
|
28 |
|
|
|
9 |
license: apache-2.0
|
10 |
language:
|
11 |
- en
|
12 |
+
datasets:
|
13 |
+
- kaist-ai/Multifaceted-Collection-SFT
|
14 |
+
- kaist-ai/Multifaceted-Bench
|
15 |
+
library_name: transformers
|
16 |
+
pipeline_tag: text-generation
|
17 |
---
|
18 |
## Links for Reference
|
19 |
|
|
|
28 |
Janus is a model trained using [Mistral-7B-v0.2](https://huggingface.co/mistral-community/Mistral-7B-v0.2) as its base model. Janus has been trained on [Multifaceted Collection](https://huggingface.co/datasets/kaist-ai/Multifaceted-Collection-SFT), a preference dataset containing 192k unique system messages for aligning LLMs to diverse human preferences. Janus not only excels at generating personalized responses that cater to various human preferences but is also adept at producing responses that are generally preferred for being helpful and harmless.
|
29 |
|
30 |
# Model Details
|
31 |
+
Janus-7B is a model created by supervised fine-tuning using all 192k entries of the training data from the Multifaceted-Collection.
|
32 |
|
33 |
## Model Description
|
34 |
|