Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,21 @@ datasets:
|
|
4 |
- yelp_polarity
|
5 |
language:
|
6 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
## Model Details
|
|
|
4 |
- yelp_polarity
|
5 |
language:
|
6 |
- en
|
7 |
+
model-index:
|
8 |
+
- name: rttl-ai/bert-base-uncased-polarity
|
9 |
+
results:
|
10 |
+
- task:
|
11 |
+
type: text classification
|
12 |
+
name: binary_classification
|
13 |
+
dataset:
|
14 |
+
type: yelp_polarity
|
15 |
+
name: yelp_polarity
|
16 |
+
config: default
|
17 |
+
split: test
|
18 |
+
metrics:
|
19 |
+
- type: accuracy
|
20 |
+
value: 0.98
|
21 |
+
name: Accuracy
|
22 |
---
|
23 |
|
24 |
## Model Details
|