Commit
·
edfb283
1
Parent(s):
d8ed669
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (d91b361dcce1a0d01a3d6ceedb2b2009d1d3d442)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -6,12 +6,15 @@ datasets:
|
|
6 |
- ag_news
|
7 |
metrics:
|
8 |
- accuracy
|
|
|
|
|
|
|
9 |
model-index:
|
10 |
- name: distilroberta-base-finetuned-topic-news
|
11 |
results:
|
12 |
- task:
|
13 |
-
name: Text Classification
|
14 |
type: text-classification
|
|
|
15 |
dataset:
|
16 |
name: ag_news
|
17 |
type: ag_news
|
@@ -19,11 +22,9 @@ model-index:
|
|
19 |
split: train
|
20 |
args: default
|
21 |
metrics:
|
22 |
-
-
|
23 |
-
type: accuracy
|
24 |
value: 0.9431578947368421
|
25 |
-
|
26 |
-
- text: "Climate change has become an increasingly important concern among NATO countries"
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
6 |
- ag_news
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
+
widget:
|
10 |
+
- text: Climate change has become an increasingly important concern among NATO countries
|
11 |
+
base_model: distilroberta-base
|
12 |
model-index:
|
13 |
- name: distilroberta-base-finetuned-topic-news
|
14 |
results:
|
15 |
- task:
|
|
|
16 |
type: text-classification
|
17 |
+
name: Text Classification
|
18 |
dataset:
|
19 |
name: ag_news
|
20 |
type: ag_news
|
|
|
22 |
split: train
|
23 |
args: default
|
24 |
metrics:
|
25 |
+
- type: accuracy
|
|
|
26 |
value: 0.9431578947368421
|
27 |
+
name: Accuracy
|
|
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|