scfengv commited on
Commit
8e78730
·
verified ·
1 Parent(s): 2aca745

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -80
README.md CHANGED
@@ -24,37 +24,14 @@ This modelcard aims to be a base template for new models. It has been generated
24
 
25
 
26
 
27
- - **Developed by:** [More Information Needed]
28
- - **Funded by [optional]:** [More Information Needed]
29
- - **Shared by [optional]:** [More Information Needed]
30
- - **Model type:** [More Information Needed]
31
- - **Language(s) (NLP):** [More Information Needed]
32
- - **License:** [More Information Needed]
33
- - **Finetuned from model [optional]:** [More Information Needed]
34
 
35
  ### Model Sources [optional]
36
 
37
- <!-- Provide the basic links for the model. -->
38
-
39
- - **Repository:** [More Information Needed]
40
- - **Paper [optional]:** [More Information Needed]
41
- - **Demo [optional]:** [More Information Needed]
42
-
43
- ## Uses
44
-
45
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
46
-
47
- ### Direct Use
48
-
49
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
50
-
51
- [More Information Needed]
52
-
53
- ### Downstream Use [optional]
54
-
55
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
56
-
57
- [More Information Needed]
58
 
59
  ## How to Get Started with the Model
60
 
@@ -100,57 +77,21 @@ print(predictions)
100
 
101
  The model was trained using the following hyperparameters:
102
 
 
103
  Learning rate: 1e-05
104
  Batch size: 32
105
  Number of epochs: 10
106
  Optimizer: Adam
107
-
108
- #### Speeds, Sizes, Times [optional]
109
-
110
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
111
-
112
- [More Information Needed]
113
 
114
  ## Evaluation
115
 
116
- <!-- This section describes the evaluation protocols and provides the results. -->
117
-
118
- ### Testing Data, Factors & Metrics
119
-
120
- #### Testing Data
121
-
122
- <!-- This should link to a Dataset Card if possible. -->
123
-
124
- [More Information Needed]
125
-
126
- #### Factors
127
-
128
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
129
-
130
- [More Information Needed]
131
-
132
- #### Metrics
133
-
134
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
135
-
136
- [More Information Needed]
137
-
138
  ### Results
139
 
140
  - Accuracy: 0.9592504607823059
141
  - F1 Score (Micro): 0.9740588950133884
142
  - F1 Score (Macro): 0.9757074189160264
143
 
144
- #### Summary
145
-
146
-
147
-
148
- ## Model Examination [optional]
149
-
150
- <!-- Relevant interpretability work for the model goes here -->
151
-
152
- [More Information Needed]
153
-
154
  ## Technical Specifications [optional]
155
 
156
  ### Model Architecture and Objective
@@ -163,20 +104,9 @@ Optimizer: Adam
163
 
164
  #### Hardware
165
 
166
- [More Information Needed]
167
 
168
  #### Software
169
 
170
- [More Information Needed]
171
-
172
- ## More Information [optional]
173
-
174
- [More Information Needed]
175
-
176
- ## Model Card Authors [optional]
177
-
178
- [More Information Needed]
179
-
180
- ## Model Card Contact
181
-
182
- [More Information Needed]
 
24
 
25
 
26
 
27
+ - **Developed by:** [scfengv](https://huggingface.co/scfengv)
28
+ - **Model type:** BERT Multi-label Text Classification
29
+ - **Language:** Chinese (Zh)
30
+ - **Finetuned from model:** [google-bert/bert-base-chinese](https://huggingface.co/google-bert/bert-base-chinese)
 
 
 
31
 
32
  ### Model Sources [optional]
33
 
34
+ - **Repository:** [scfengv/NLP_DL-Topic-Modeling-for-TVL-livestream-comments](https://github.com/scfengv/NLP_DL-Topic-Modeling-for-TVL-livestream-comments)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
 
36
  ## How to Get Started with the Model
37
 
 
77
 
78
  The model was trained using the following hyperparameters:
79
 
80
+ ```
81
  Learning rate: 1e-05
82
  Batch size: 32
83
  Number of epochs: 10
84
  Optimizer: Adam
85
+ ```
 
 
 
 
 
86
 
87
  ## Evaluation
88
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
89
  ### Results
90
 
91
  - Accuracy: 0.9592504607823059
92
  - F1 Score (Micro): 0.9740588950133884
93
  - F1 Score (Macro): 0.9757074189160264
94
 
 
 
 
 
 
 
 
 
 
 
95
  ## Technical Specifications [optional]
96
 
97
  ### Model Architecture and Objective
 
104
 
105
  #### Hardware
106
 
107
+ - NVIDIA Quadro RTX8000
108
 
109
  #### Software
110
 
111
+ - PyTorch
112
+ - HuggingFace