Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,69 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
4 |
+
datasets:
|
5 |
+
- NeuralNovel/Neural-Story-v1
|
6 |
+
library_name: transformers
|
7 |
+
inference: false
|
8 |
+
language:
|
9 |
+
- en
|
10 |
---
|
11 |
+
|
12 |
+
![Neural-Story](https://i.ibb.co/JFRYk6g/OIG-27.jpg)
|
13 |
+
# NeuralNovel/Mistral-7B-Instruct-v0.2-Neural-Story
|
14 |
+
[BASE MODEL HERE](https://huggingface.co/NeuralNovel/Mistral-7B-Instruct-v0.2-Neural-Story)
|
15 |
+
|
16 |
+
|
17 |
+
The **Mistral-7B-Instruct-v0.2-Neural-Story** model, developed by NeuralNovel and funded by Techmind, is a language model finetuned from Mistral-7B-Instruct-v0.2.
|
18 |
+
|
19 |
+
Designed to generate instructive and narrative text, with a specific focus on storytelling.
|
20 |
+
This fine-tune has been tailored to provide detailed and creative responses in the context of narrative and optimised for short story telling.
|
21 |
+
|
22 |
+
Based on mistralAI, with apache-2.0 license, suitable for commercial or non-commercial use.
|
23 |
+
|
24 |
+
### Data-set
|
25 |
+
The model was finetuned using the Neural-Story-v1 dataset.
|
26 |
+
|
27 |
+
### Benchmark
|
28 |
+
| Metric | Value |
|
29 |
+
|-----------------------|---------------------------|
|
30 |
+
| Avg. | **64.96** |
|
31 |
+
| ARC | 64.08 |
|
32 |
+
| HellaSwag | **66.89** |
|
33 |
+
| MMLU | 60.67 |
|
34 |
+
| TruthfulQA | 66.89 |
|
35 |
+
| Winogrande | **75.85** |
|
36 |
+
| GSM8K | 38.29 |
|
37 |
+
|
38 |
+
Evaluated on **HuggingFaceH4/open_llm_leaderboard**
|
39 |
+
|
40 |
+
### Summary
|
41 |
+
|
42 |
+
Fine-tuned with the intention of generating creative and narrative text, making it more suitable for creative writing prompts and storytelling.
|
43 |
+
|
44 |
+
#### Out-of-Scope Use
|
45 |
+
|
46 |
+
The model may not perform well in scenarios unrelated to instructive and narrative text generation. Misuse or applications outside its designed scope may result in suboptimal outcomes.
|
47 |
+
|
48 |
+
### Bias, Risks, and Limitations
|
49 |
+
|
50 |
+
The model may exhibit biases or limitations inherent in the training data. It is essential to consider these factors when deploying the model to avoid unintended consequences.
|
51 |
+
|
52 |
+
While the Neural-Story-v0.1 dataset serves as an excellent starting point for testing language models, users are advised to exercise caution, as there might be some inherent genre or writing bias.
|
53 |
+
|
54 |
+
### Hardware and Training
|
55 |
+
|
56 |
+
Trained using NVIDIA Tesla T40 24 GB.
|
57 |
+
|
58 |
+
```
|
59 |
+
|
60 |
+
n_epochs = 3,
|
61 |
+
n_checkpoints = 3,
|
62 |
+
batch_size = 12,
|
63 |
+
learning_rate = 1e-5,
|
64 |
+
|
65 |
+
|
66 |
+
|
67 |
+
```
|
68 |
+
|
69 |
+
*Sincere appreciation to Techmind for their generous sponsorship.*
|