Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- text-generation-inference
|
6 |
+
---
|
7 |
+
|
8 |
+
# Model Card for Mistral-7B pre-trained
|
9 |
+
|
10 |
+
### Model Description
|
11 |
+
|
12 |
+
<!-- Provide a longer summary of what this model is. -->
|
13 |
+
|
14 |
+
This model is a fine-tuned **Mistral-7B** model on a collection of books.
|
15 |
+
|
16 |
+
- **Language(s) (NLP):** English
|
17 |
+
- **Finetuned from model:** [Mistral-7B](https://huggingface.co/mistralai/Mistral-7B-v0.1)
|
18 |
+
- **Dataset used for fine-tuning:** Filtered collection of BookCorpus fiction books
|
19 |
+
|
20 |
+
This model was pre-trained on a collection of books from the BookCorpus collection.
|
21 |
+
It is meant to be further fine-tuned on task specific data related to narrative content.
|