perlthoughts commited on
Commit
0760a4e
1 Parent(s): e9ddbb2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +174 -0
README.md ADDED
@@ -0,0 +1,174 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ # Chupacabra 7B
6
+
7
+ Coming soon.
8
+
9
+ ## Model Details
10
+
11
+ Based on Mistral 7B. More information soon.
12
+
13
+ ### Model Description
14
+
15
+ - **Developed by:** Ray Hernandez
16
+ - **Model type:** Mistral
17
+ - **Language(s) (NLP):** English
18
+ - **License:** Apache 2.0
19
+
20
+ ### Model Sources [optional]
21
+
22
+ <!-- Provide the basic links for the model. -->
23
+
24
+ ## Uses
25
+
26
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
27
+
28
+ ### Direct Use
29
+
30
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
31
+
32
+ [More Information Needed]
33
+
34
+ ### Downstream Use [optional]
35
+
36
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
37
+
38
+ [More Information Needed]
39
+
40
+ ### Out-of-Scope Use
41
+
42
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ## Bias, Risks, and Limitations
47
+
48
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Recommendations
53
+
54
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
55
+
56
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
57
+
58
+ ## How to Get Started with the Model
59
+
60
+ Use the code below to get started with the model.
61
+
62
+ [More Information Needed]
63
+
64
+ ## Training Details
65
+
66
+ ### Training Data
67
+
68
+ <!-- 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. -->
69
+
70
+ [More Information Needed]
71
+
72
+ ### Training Procedure
73
+
74
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
75
+
76
+ #### Preprocessing [optional]
77
+
78
+ [More Information Needed]
79
+
80
+
81
+ #### Training Hyperparameters
82
+
83
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
84
+
85
+ #### Speeds, Sizes, Times [optional]
86
+
87
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ## Evaluation
92
+
93
+ <!-- This section describes the evaluation protocols and provides the results. -->
94
+
95
+ ### Testing Data, Factors & Metrics
96
+
97
+ #### Testing Data
98
+
99
+ <!-- This should link to a Dataset Card if possible. -->
100
+
101
+ [More Information Needed]
102
+
103
+ #### Factors
104
+
105
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
106
+
107
+ [More Information Needed]
108
+
109
+ #### Metrics
110
+
111
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
112
+
113
+ [More Information Needed]
114
+
115
+ ### Results
116
+
117
+ [More Information Needed]
118
+
119
+ #### Summary
120
+
121
+
122
+ ## Model Examination [optional]
123
+
124
+ <!-- Relevant interpretability work for the model goes here -->
125
+
126
+ [More Information Needed]
127
+
128
+ ## Technical Specifications [optional]
129
+
130
+ ### Model Architecture and Objective
131
+
132
+ [More Information Needed]
133
+
134
+ ### Compute Infrastructure
135
+
136
+ [More Information Needed]
137
+
138
+ #### Hardware
139
+
140
+ [More Information Needed]
141
+
142
+ #### Software
143
+
144
+ [More Information Needed]
145
+
146
+ ## Citation [optional]
147
+
148
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
149
+
150
+ **BibTeX:**
151
+
152
+ [More Information Needed]
153
+
154
+ **APA:**
155
+
156
+ [More Information Needed]
157
+
158
+ ## Glossary [optional]
159
+
160
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
161
+
162
+ [More Information Needed]
163
+
164
+ ## More Information [optional]
165
+
166
+ [More Information Needed]
167
+
168
+ ## Model Card Authors [optional]
169
+
170
+ [More Information Needed]
171
+
172
+ ## Model Card Contact
173
+
174
+ [More Information Needed]