Commit
·
1bef78b
1
Parent(s):
adb6f09
Update README.md
Browse files
README.md
CHANGED
@@ -4,10 +4,10 @@ license: mit
|
|
4 |
library_name: transformers
|
5 |
tags:
|
6 |
- text-classification
|
7 |
-
- distilbert
|
8 |
- proposal-analysis
|
9 |
- business
|
10 |
- binary-classification
|
|
|
11 |
metrics:
|
12 |
- accuracy
|
13 |
- f1
|
@@ -34,4 +34,7 @@ model-index:
|
|
34 |
value: 0.92
|
35 |
- type: loss
|
36 |
value: 0.32
|
|
|
|
|
|
|
37 |
---
|
|
|
4 |
library_name: transformers
|
5 |
tags:
|
6 |
- text-classification
|
|
|
7 |
- proposal-analysis
|
8 |
- business
|
9 |
- binary-classification
|
10 |
+
- bert
|
11 |
metrics:
|
12 |
- accuracy
|
13 |
- f1
|
|
|
34 |
value: 0.92
|
35 |
- type: loss
|
36 |
value: 0.32
|
37 |
+
base_model:
|
38 |
+
- google-bert/bert-base-uncased
|
39 |
+
pipeline_tag: text-classification
|
40 |
---
|