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 |
+
- chatalpaca
|
| 7 |
+
- mistral
|
| 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 |
+
datasets:
|
| 15 |
+
- robinsmits/ChatAlpaca-20K
|
| 16 |
+
language:
|
| 17 |
+
- en
|
| 18 |
+
inference: false
|
| 19 |
+
pipeline_tag: text-generation
|
| 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.
|