ongkn commited on
Commit
2e14212
1 Parent(s): 3700b56

Update README.md

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