Spaces:
Runtime error
Runtime error
Commit
Β·
cdf4a48
1
Parent(s):
383fbc4
Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,28 @@ pinned: false
|
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
|
14 |
|
15 |
-
Training Model:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
-
Sentiment Analysis - https://drive.google.com/file/d/1wis-BEY5OsXalBdl5-MVtaW19h3Ook2X/view?usp=sharing
|
|
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
|
14 |
|
15 |
+
Training Model Setup:
|
16 |
+
|
17 |
+
Sentiment Analysis - https://drive.google.com/file/d/1wis-BEY5OsXalBdl5-MVtaW19h3Ook2X/view?usp=sharing
|
18 |
+
|
19 |
+
|
20 |
+
Pretrained Model Storage:
|
21 |
+
|
22 |
+
Sentiment Analysis - https://huggingface.co/leadingbridge/sentiment-analysis
|
23 |
+
|
24 |
+
|
25 |
+
Training Dataset:
|
26 |
+
|
27 |
+
Sentiment Analysis - https://huggingface.co/datasets/leadingbridge/sentiment-analysis
|
28 |
+
|
29 |
+
|
30 |
+
Reference:
|
31 |
+
|
32 |
+
https://platform.openai.com/examples
|
33 |
+
https://victordibia.com/blog/text-classification-hf-tf2
|
34 |
+
https://www.heywhale.com/mw/dataset/5e6740a5f278cf002d5335b8/content
|
35 |
+
http://icrc.hitsz.edu.cn/Article/show/139.html
|
36 |
+
https://github.com/didi/ChineseNLP
|
37 |
+
http://tcci.ccf.org.cn/conference/2018/taskdata.php
|
38 |
+
https://www.cluebenchmarks.com/dataSet_search.html
|
39 |
|
|