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