Chris Alexiuk
commited on
Commit
•
1a1609b
1
Parent(s):
7abea54
Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,14 @@ tags:
|
|
5 |
model-index:
|
6 |
- name: distilbert_classifier_newsgroups
|
7 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
@@ -45,4 +53,4 @@ The following hyperparameters were used during training:
|
|
45 |
- Transformers 4.28.0
|
46 |
- TensorFlow 2.12.0
|
47 |
- Datasets 2.12.0
|
48 |
-
- Tokenizers 0.13.3
|
|
|
5 |
model-index:
|
6 |
- name: distilbert_classifier_newsgroups
|
7 |
results: []
|
8 |
+
datasets:
|
9 |
+
- newsgroup
|
10 |
+
language:
|
11 |
+
- en
|
12 |
+
metrics:
|
13 |
+
- accuracy
|
14 |
+
library_name: transformers
|
15 |
+
pipeline_tag: text-classification
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
|
53 |
- Transformers 4.28.0
|
54 |
- TensorFlow 2.12.0
|
55 |
- Datasets 2.12.0
|
56 |
+
- Tokenizers 0.13.3
|