Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,18 +1,19 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
3 |
tags:
|
4 |
- generated_from_keras_callback
|
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
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: apache-2.0
|
5 |
+
library_name: transformers
|
6 |
tags:
|
7 |
- generated_from_keras_callback
|
|
|
|
|
|
|
8 |
datasets:
|
9 |
- newsgroup
|
|
|
|
|
10 |
metrics:
|
11 |
- accuracy
|
|
|
12 |
pipeline_tag: text-classification
|
13 |
+
base_model: distilbert-base-uncased
|
14 |
+
model-index:
|
15 |
+
- name: distilbert_classifier_newsgroups
|
16 |
+
results: []
|
17 |
---
|
18 |
|
19 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|