Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,17 @@ model-index:
|
|
11 |
should probably proofread and complete it, then remove this comment. -->
|
12 |
|
13 |
# twitter_classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
16 |
|
|
|
11 |
should probably proofread and complete it, then remove this comment. -->
|
12 |
|
13 |
# twitter_classification
|
14 |
+
Label mapping:
|
15 |
+
```
|
16 |
+
{
|
17 |
+
'Business': 2,
|
18 |
+
'Civil Society': 4,
|
19 |
+
'Government': 5,
|
20 |
+
'Individual': 0,
|
21 |
+
'News & Info': 1,
|
22 |
+
'Research & Academia': 3
|
23 |
+
}
|
24 |
+
```
|
25 |
|
26 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
27 |
|