LaserOverrider commited on
Commit
e7839d3
·
1 Parent(s): ec51629

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +173 -1
README.md CHANGED
@@ -6,4 +6,176 @@ metrics:
6
  - perplexity
7
  tags:
8
  - text-generation-inference
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  - perplexity
7
  tags:
8
  - text-generation-inference
9
+ ---
10
+ # Model Card for Model ID
11
+
12
+ <!-- Provide a quick summary of what the model is/does. -->
13
+
14
+ This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
15
+
16
+ ## Model Details
17
+
18
+ ### Model Description
19
+
20
+ <!-- Provide a longer summary of what this model is. -->
21
+
22
+
23
+
24
+ - **Developed by:** [More Information Needed]
25
+ - **Shared by [optional]:** [More Information Needed]
26
+ - **Model type:** [More Information Needed]
27
+ - **Language(s) (NLP):** [More Information Needed]
28
+ - **License:** [More Information Needed]
29
+ - **Finetuned from model [optional]:** [More Information Needed]
30
+
31
+ ### Model Sources [optional]
32
+
33
+ <!-- Provide the basic links for the model. -->
34
+
35
+ - **Repository:** [More Information Needed]
36
+ - **Paper [optional]:** [More Information Needed]
37
+ - **Demo [optional]:** [More Information Needed]
38
+
39
+ ## Uses
40
+
41
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
42
+
43
+ ### Direct Use
44
+
45
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
46
+
47
+ [More Information Needed]
48
+
49
+
50
+ ## How to Get Started with the Model
51
+
52
+ Use the code below to get started with the model.
53
+
54
+ [More Information Needed]
55
+
56
+ ## Training Details
57
+
58
+ ### Training Data
59
+
60
+ <!-- This should link to a Data 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. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Training Procedure
65
+
66
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
67
+
68
+ #### Preprocessing [optional]
69
+
70
+ [More Information Needed]
71
+
72
+
73
+ #### Training Hyperparameters
74
+
75
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
76
+
77
+ #### Speeds, Sizes, Times [optional]
78
+
79
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
80
+
81
+ [More Information Needed]
82
+
83
+ ## Evaluation
84
+
85
+ <!-- This section describes the evaluation protocols and provides the results. -->
86
+
87
+ ### Testing Data, Factors & Metrics
88
+
89
+ #### Testing Data
90
+
91
+ <!-- This should link to a Data Card if possible. -->
92
+
93
+ [More Information Needed]
94
+
95
+ #### Factors
96
+
97
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
98
+
99
+ [More Information Needed]
100
+
101
+ #### Metrics
102
+
103
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
104
+
105
+ [More Information Needed]
106
+
107
+ ### Results
108
+
109
+ [More Information Needed]
110
+
111
+ #### Summary
112
+
113
+
114
+
115
+ ## Model Examination [optional]
116
+
117
+ <!-- Relevant interpretability work for the model goes here -->
118
+
119
+ [More Information Needed]
120
+
121
+ ## Environmental Impact
122
+
123
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
124
+
125
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
126
+
127
+ - **Hardware Type:** [More Information Needed]
128
+ - **Hours used:** [More Information Needed]
129
+ - **Cloud Provider:** [More Information Needed]
130
+ - **Compute Region:** [More Information Needed]
131
+ - **Carbon Emitted:** [More Information Needed]
132
+
133
+ ## Technical Specifications [optional]
134
+
135
+ ### Model Architecture and Objective
136
+
137
+ [More Information Needed]
138
+
139
+ ### Compute Infrastructure
140
+
141
+ [More Information Needed]
142
+
143
+ #### Hardware
144
+
145
+ [More Information Needed]
146
+
147
+ #### Software
148
+
149
+ [More Information Needed]
150
+
151
+ ## Citation [optional]
152
+
153
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
154
+
155
+ **BibTeX:**
156
+
157
+ [More Information Needed]
158
+
159
+ **APA:**
160
+
161
+ [More Information Needed]
162
+
163
+ ## Glossary [optional]
164
+
165
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
166
+
167
+ [More Information Needed]
168
+
169
+ ## More Information [optional]
170
+
171
+ [More Information Needed]
172
+
173
+ ## Model Card Authors [optional]
174
+
175
+ [More Information Needed]
176
+
177
+ ## Model Card Contact
178
+
179
+ [More Information Needed]
180
+
181
+