Chris Alexiuk
commited on
Commit
•
d1a8d27
1
Parent(s):
1a1609b
Update README.md
Browse files
README.md
CHANGED
@@ -20,21 +20,7 @@ probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
# distilbert_classifier_newsgroups
|
22 |
|
23 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on
|
24 |
-
It achieves the following results on the evaluation set:
|
25 |
-
|
26 |
-
|
27 |
-
## Model description
|
28 |
-
|
29 |
-
More information needed
|
30 |
-
|
31 |
-
## Intended uses & limitations
|
32 |
-
|
33 |
-
More information needed
|
34 |
-
|
35 |
-
## Training and evaluation data
|
36 |
-
|
37 |
-
More information needed
|
38 |
|
39 |
## Training procedure
|
40 |
|
@@ -46,7 +32,7 @@ The following hyperparameters were used during training:
|
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
-
|
50 |
|
51 |
### Framework versions
|
52 |
|
|
|
20 |
|
21 |
# distilbert_classifier_newsgroups
|
22 |
|
23 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the [20 Newsgroups](http://qwone.com/~jason/20Newsgroups/) dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
## Training procedure
|
26 |
|
|
|
32 |
|
33 |
### Training results
|
34 |
|
35 |
+
Achieved 83.4% acc.
|
36 |
|
37 |
### Framework versions
|
38 |
|