Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,20 +1,21 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
- f1
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
model-index:
|
9 |
- name: roberta-large-finetuned-disaster
|
10 |
results: []
|
11 |
-
language:
|
12 |
-
- en
|
13 |
-
widget:
|
14 |
-
- text: "Forest fire near La Ronge Sask. Canada"
|
15 |
-
example_title: "有灾情"
|
16 |
-
- text: "Summer is lovely"
|
17 |
-
example_title: "无灾情"
|
18 |
---
|
19 |
|
20 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: mit
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
- f1
|
10 |
+
widget:
|
11 |
+
- text: Forest fire near La Ronge Sask. Canada
|
12 |
+
example_title: 有灾情
|
13 |
+
- text: Summer is lovely
|
14 |
+
example_title: 无灾情
|
15 |
+
base_model: roberta-large
|
16 |
model-index:
|
17 |
- name: roberta-large-finetuned-disaster
|
18 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
---
|
20 |
|
21 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|