Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
|
2 |
---
|
3 |
library_name: transformers
|
4 |
tags:
|
@@ -6,7 +5,14 @@ tags:
|
|
6 |
- text-classification
|
7 |
base_model: google/bigbird-roberta-base
|
8 |
widget:
|
9 |
-
- text:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
# Model Trained Using AutoTrain
|
@@ -34,4 +40,4 @@ recall_micro: 0.26653696498054474
|
|
34 |
|
35 |
recall_weighted: 0.26653696498054474
|
36 |
|
37 |
-
accuracy: 0.26653696498054474
|
|
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
tags:
|
|
|
5 |
- text-classification
|
6 |
base_model: google/bigbird-roberta-base
|
7 |
widget:
|
8 |
+
- text: I love AutoTrain
|
9 |
+
license: mit
|
10 |
+
language:
|
11 |
+
- en
|
12 |
+
metrics:
|
13 |
+
- accuracy
|
14 |
+
- bertscore
|
15 |
+
pipeline_tag: text-classification
|
16 |
---
|
17 |
|
18 |
# Model Trained Using AutoTrain
|
|
|
40 |
|
41 |
recall_weighted: 0.26653696498054474
|
42 |
|
43 |
+
accuracy: 0.26653696498054474
|