robinsmits
commited on
Commit
•
702d923
1
Parent(s):
535b353
Update README.md
Browse files
README.md
CHANGED
@@ -1,20 +1,27 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
library_name: peft
|
4 |
tags:
|
5 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
7 |
model-index:
|
8 |
- name: Mistral-Instruct-7B-v0.2-ChatAlpaca
|
9 |
results: []
|
|
|
10 |
---
|
11 |
|
12 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
-
should probably proofread and complete it, then remove this comment. -->
|
14 |
-
|
15 |
# Mistral-Instruct-7B-v0.2-ChatAlpaca
|
16 |
|
17 |
-
This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) on
|
|
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 0.8584
|
20 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: apache-2.0
|
5 |
library_name: peft
|
6 |
tags:
|
7 |
+
- mistral
|
8 |
+
- generated_from_trainer
|
9 |
+
- Transformers
|
10 |
+
- text-generation-inference
|
11 |
+
datasets:
|
12 |
+
- robinsmits/ChatAlpaca-20K
|
13 |
+
inference: false
|
14 |
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
15 |
model-index:
|
16 |
- name: Mistral-Instruct-7B-v0.2-ChatAlpaca
|
17 |
results: []
|
18 |
+
pipeline_tag: text-generation
|
19 |
---
|
20 |
|
|
|
|
|
|
|
21 |
# Mistral-Instruct-7B-v0.2-ChatAlpaca
|
22 |
|
23 |
+
This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) on the English [robinsmits/ChatAlpaca-20K](https://www.huggingface.co/datasets/robinsmits/ChatAlpaca-20K) dataset.
|
24 |
+
|
25 |
It achieves the following results on the evaluation set:
|
26 |
- Loss: 0.8584
|
27 |
|