robinsmits
commited on
Commit
•
0834c10
1
Parent(s):
3826747
Update README.md
Browse files
README.md
CHANGED
@@ -3,15 +3,22 @@ library_name: peft
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
- unsloth
|
|
|
|
|
|
|
6 |
base_model: unsloth/mistral-7b-instruct-v0.2-bnb-4bit
|
7 |
model-index:
|
8 |
- name: Mistral-Instruct-7B-v0.2-ChatAlpacaV2
|
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-ChatAlpacaV2
|
16 |
|
17 |
This model is a fine-tuned version of [unsloth/mistral-7b-instruct-v0.2-bnb-4bit](https://huggingface.co/unsloth/mistral-7b-instruct-v0.2-bnb-4bit) on an unknown dataset.
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
- unsloth
|
6 |
+
- mistral
|
7 |
+
- finetuned
|
8 |
+
- conversational
|
9 |
base_model: unsloth/mistral-7b-instruct-v0.2-bnb-4bit
|
10 |
model-index:
|
11 |
- name: Mistral-Instruct-7B-v0.2-ChatAlpacaV2
|
12 |
results: []
|
13 |
+
license: apache-2.0
|
14 |
+
language:
|
15 |
+
- en
|
16 |
+
inference: false
|
17 |
+
pipeline_tag: text-generation
|
18 |
+
datasets:
|
19 |
+
- robinsmits/ChatAlpaca-20K
|
20 |
---
|
21 |
|
|
|
|
|
|
|
22 |
# Mistral-Instruct-7B-v0.2-ChatAlpacaV2
|
23 |
|
24 |
This model is a fine-tuned version of [unsloth/mistral-7b-instruct-v0.2-bnb-4bit](https://huggingface.co/unsloth/mistral-7b-instruct-v0.2-bnb-4bit) on an unknown dataset.
|