Librarian Bot: Add base_model information to model
#2
by librarian-bot - opened
README.md
CHANGED
|
@@ -4,6 +4,16 @@ datasets:
|
|
| 4 |
metrics:
|
| 5 |
- f1
|
| 6 |
- accuracy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
model-index:
|
| 8 |
- name: cardiffnlp/roberta-base-tweet-topic-multi-all
|
| 9 |
results:
|
|
@@ -13,24 +23,18 @@ model-index:
|
|
| 13 |
dataset:
|
| 14 |
name: cardiffnlp/tweet_topic_multi
|
| 15 |
type: cardiffnlp/tweet_topic_multi
|
|
|
|
| 16 |
args: cardiffnlp/tweet_topic_multi
|
| 17 |
-
split: test_2021
|
| 18 |
metrics:
|
| 19 |
-
-
|
| 20 |
-
type: f1
|
| 21 |
value: 0.7518142235123367
|
| 22 |
-
|
| 23 |
-
|
| 24 |
value: 0.6007824861922586
|
| 25 |
-
|
| 26 |
-
|
| 27 |
value: 0.5318642048838594
|
| 28 |
-
|
| 29 |
-
widget:
|
| 30 |
-
- text: "I'm sure the {@Tampa Bay Lightning@} would’ve rather faced the Flyers but man does their experience versus the Blue Jackets this year and last help them a lot versus this Islanders team. Another meat grinder upcoming for the good guys"
|
| 31 |
-
example_title: "Example 1"
|
| 32 |
-
- text: "Love to take night time bike rides at the jersey shore. Seaside Heights boardwalk. Beautiful weather. Wishing everyone a safe Labor Day weekend in the US."
|
| 33 |
-
example_title: "Example 2"
|
| 34 |
---
|
| 35 |
# cardiffnlp/roberta-base-tweet-topic-multi-all
|
| 36 |
|
|
|
|
| 4 |
metrics:
|
| 5 |
- f1
|
| 6 |
- accuracy
|
| 7 |
+
pipeline_tag: text-classification
|
| 8 |
+
widget:
|
| 9 |
+
- text: I'm sure the {@Tampa Bay Lightning@} would’ve rather faced the Flyers but
|
| 10 |
+
man does their experience versus the Blue Jackets this year and last help them
|
| 11 |
+
a lot versus this Islanders team. Another meat grinder upcoming for the good guys
|
| 12 |
+
example_title: Example 1
|
| 13 |
+
- text: Love to take night time bike rides at the jersey shore. Seaside Heights boardwalk.
|
| 14 |
+
Beautiful weather. Wishing everyone a safe Labor Day weekend in the US.
|
| 15 |
+
example_title: Example 2
|
| 16 |
+
base_model: roberta-base
|
| 17 |
model-index:
|
| 18 |
- name: cardiffnlp/roberta-base-tweet-topic-multi-all
|
| 19 |
results:
|
|
|
|
| 23 |
dataset:
|
| 24 |
name: cardiffnlp/tweet_topic_multi
|
| 25 |
type: cardiffnlp/tweet_topic_multi
|
| 26 |
+
split: test_2021
|
| 27 |
args: cardiffnlp/tweet_topic_multi
|
|
|
|
| 28 |
metrics:
|
| 29 |
+
- type: f1
|
|
|
|
| 30 |
value: 0.7518142235123367
|
| 31 |
+
name: F1
|
| 32 |
+
- type: f1_macro
|
| 33 |
value: 0.6007824861922586
|
| 34 |
+
name: F1 (macro)
|
| 35 |
+
- type: accuracy
|
| 36 |
value: 0.5318642048838594
|
| 37 |
+
name: Accuracy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
---
|
| 39 |
# cardiffnlp/roberta-base-tweet-topic-multi-all
|
| 40 |
|