Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
language: en
|
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -8,14 +8,20 @@ metrics:
|
|
8 |
- f1
|
9 |
- precision
|
10 |
- recall
|
11 |
-
model-index:
|
12 |
-
- name: distilroberta-base-finetuned-fake-news-english
|
13 |
-
results: []
|
14 |
widget:
|
15 |
-
- text:
|
|
|
|
|
|
|
16 |
example_title: fake
|
17 |
-
- text:
|
|
|
|
|
18 |
example_title: real
|
|
|
|
|
|
|
|
|
19 |
---
|
20 |
|
21 |
# distilroberta-base-finetuned-fake-news-english
|
|
|
1 |
---
|
|
|
2 |
language: en
|
3 |
+
license: apache-2.0
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
|
|
8 |
- f1
|
9 |
- precision
|
10 |
- recall
|
|
|
|
|
|
|
11 |
widget:
|
12 |
+
- text: Wisconsin has not counted more votes than it has registered voters. This tweet
|
13 |
+
is comparing the vote count from 2020 with the number of registered voters from
|
14 |
+
2018. When we take a look at Wisconsin’s current total of registered voters, we
|
15 |
+
see that there is nothing fraudulent about the state’s count.
|
16 |
example_title: fake
|
17 |
+
- text: Barack Hussein Obama II is an American politician who served as the 44th president
|
18 |
+
of the United States from 2009 to 2017. A member of the Democratic Party, Obama
|
19 |
+
was the first African-American president of the United States.
|
20 |
example_title: real
|
21 |
+
base_model: distilroberta-base
|
22 |
+
model-index:
|
23 |
+
- name: distilroberta-base-finetuned-fake-news-english
|
24 |
+
results: []
|
25 |
---
|
26 |
|
27 |
# distilroberta-base-finetuned-fake-news-english
|