Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
1 |
---
|
2 |
-
license:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
inference: true
|
7 |
+
tags:
|
8 |
+
- pytorch
|
9 |
+
- mistral
|
10 |
+
- finetuned
|
11 |
---
|
12 |
+
# Mistral 7B - Holodeck
|
13 |
+
|
14 |
+
|
15 |
+
## Model Description
|
16 |
+
Mistral 7B-Holodeck is a finetune created using Mistral's 7B model.
|
17 |
+
## Training data
|
18 |
+
The training data contains around 3000 ebooks in various genres.
|
19 |
+
Most parts of the dataset have been prepended using the following text: `[Genre: <genre1>, <genre2>]`
|
20 |
+
```
|
21 |
+
### Limitations and Biases
|
22 |
+
Based on known problems with NLP technology, potential relevant factors include bias (gender, profession, race and religion).
|