NeuralNovel commited on
Commit
0d04e1e
1 Parent(s): 47f36e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -104
README.md CHANGED
@@ -4,123 +4,29 @@ license: apache-2.0
4
 
5
  # NeuralNovel/Mistral-7B-Instruct-v0.2-Neural-Story
6
 
7
- <!-- Provide a quick summary of what the model is/does. -->
8
-
9
-
10
  ## Model Details
11
 
12
-
13
  ### Model Description
14
 
15
- <!-- Provide a longer summary of what this model is. -->
16
-
17
-
18
-
19
- - **Developed by:** NeuralNovel
20
- - **Funded by:** Techmind
21
-
22
- - **License:** apache-2.0
23
- - **Finetuned from Mistral-7B-Instruct-v0.2 :** [https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2]
24
-
25
- ## Uses
26
-
27
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
28
-
29
- ### Direct Use
30
-
31
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
32
-
33
- [More Information Needed]
34
-
35
- ### Downstream Use [optional]
36
-
37
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
38
-
39
- [More Information Needed]
40
-
41
- ### Out-of-Scope Use
42
-
43
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
44
-
45
- [More Information Needed]
46
-
47
- ## Bias, Risks, and Limitations
48
-
49
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
50
-
51
- [More Information Needed]
52
-
53
- ### Recommendations
54
-
55
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
56
-
57
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
58
-
59
- ## How to Get Started with the Model
60
-
61
- Use the code below to get started with the model.
62
-
63
- [More Information Needed]
64
-
65
- ## Training Details
66
-
67
- ### Training Data
68
-
69
- <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
70
-
71
- [More Information Needed]
72
-
73
- ### Training Procedure
74
-
75
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
76
-
77
- #### Preprocessing [optional]
78
-
79
- [More Information Needed]
80
-
81
-
82
- #### Training Hyperparameters
83
-
84
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
85
-
86
- #### Speeds, Sizes, Times [optional]
87
-
88
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
89
-
90
- [More Information Needed]
91
-
92
- ## Evaluation
93
-
94
- <!-- This section describes the evaluation protocols and provides the results. -->
95
-
96
- ### Testing Data, Factors & Metrics
97
-
98
- #### Testing Data
99
-
100
- <!-- This should link to a Dataset Card if possible. -->
101
-
102
- [More Information Needed]
103
-
104
- #### Factors
105
-
106
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
107
 
108
- [More Information Needed]
109
 
110
- #### Metrics
111
 
112
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
113
 
114
- [More Information Needed]
115
 
116
- ### Results
117
 
118
- [More Information Needed]
119
 
120
- #### Summary
121
 
 
122
 
123
- #### Hardware
124
 
125
  Trained using NVIDIA Tesla T40 24 GB.
126
  ```
 
4
 
5
  # NeuralNovel/Mistral-7B-Instruct-v0.2-Neural-Story
6
 
 
 
 
7
  ## Model Details
8
 
 
9
  ### Model Description
10
 
11
+ 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. The model is designed to generate instructive and narrative text, with a specific focus on storytelling. It has been tailored to provide detailed and creative responses in the context of narrative prompts.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
+ ### Uses
14
 
15
+ #### Direct Use
16
 
17
+ The model can be directly used for generating instructive and narrative text, making it suitable for creative writing prompts and storytelling applications.
18
 
19
+ #### Downstream Use [optional]
20
 
21
+ The model can be further fine-tuned for specific tasks or integrated into larger applications for downstream use, depending on the user's requirements.
22
 
23
+ #### Out-of-Scope Use
24
 
25
+ 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.
26
 
27
+ ### Bias, Risks, and Limitations
28
 
29
+ 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.
30
 
31
  Trained using NVIDIA Tesla T40 24 GB.
32
  ```