Update README.md
Browse files
README.md
CHANGED
@@ -3,9 +3,12 @@ license: apache-2.0
|
|
3 |
base_model: mistralai/Mistral-7B-v0.1
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
6 |
model-index:
|
7 |
- name: zephyr-7b-sft-lora
|
8 |
results: []
|
|
|
|
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -13,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# zephyr-7b-sft-lora
|
15 |
|
16 |
-
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Loss: 0.9900
|
19 |
|
@@ -59,4 +62,4 @@ The following hyperparameters were used during training:
|
|
59 |
- Transformers 4.35.0
|
60 |
- Pytorch 2.1.0+cu118
|
61 |
- Datasets 2.14.6
|
62 |
-
- Tokenizers 0.14.1
|
|
|
3 |
base_model: mistralai/Mistral-7B-v0.1
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
- alignment-handbook
|
7 |
model-index:
|
8 |
- name: zephyr-7b-sft-lora
|
9 |
results: []
|
10 |
+
datasets:
|
11 |
+
- HuggingFaceH4/ultrachat_200k
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
16 |
|
17 |
# zephyr-7b-sft-lora
|
18 |
|
19 |
+
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the [HuggingFaceH4/ultrachat_200k](https://huggingface.co/datasets/HuggingFaceH4/ultrachat_200k) dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.9900
|
22 |
|
|
|
62 |
- Transformers 4.35.0
|
63 |
- Pytorch 2.1.0+cu118
|
64 |
- Datasets 2.14.6
|
65 |
+
- Tokenizers 0.14.1
|