Update README.md
Browse files
README.md
CHANGED
@@ -19,22 +19,21 @@ model-index:
|
|
19 |
- name: rttl-ai/SentyBert
|
20 |
results:
|
21 |
- task:
|
22 |
-
type: task-classification
|
23 |
-
name: Text Classification
|
24 |
dataset:
|
25 |
-
type: sst2
|
26 |
-
name: sst2
|
27 |
-
config: default
|
28 |
-
split: validation
|
29 |
-
revision: {dataset_revision}
|
30 |
args:
|
31 |
-
{arg_0}: {value_0}
|
32 |
-
{arg_1}: {value_1}
|
33 |
metrics:
|
34 |
-
- type: f1
|
35 |
-
value: 0.9992
|
36 |
-
|
37 |
-
config: {metric_config} # Optional. The name of the metric configuration used in `load_metric()`. Example: bleurt-large-512 in `load_metric("bleurt", "bleurt-large-512")`. See the `datasets` docs for more info: https://huggingface.co/docs/datasets/v2.1.0/en/loading#load-configurations
|
38 |
args:
|
39 |
-
{arg_0}: {value_0}
|
40 |
verified: true
|
|
|
19 |
- name: rttl-ai/SentyBert
|
20 |
results:
|
21 |
- task:
|
22 |
+
type: task-classification
|
23 |
+
name: Text Classification
|
24 |
dataset:
|
25 |
+
type: sst2
|
26 |
+
name: sst2
|
27 |
+
config: default
|
28 |
+
split: validation
|
29 |
+
revision: {dataset_revision}
|
30 |
args:
|
31 |
+
{arg_0}: {value_0}
|
32 |
+
{arg_1}: {value_1}
|
33 |
metrics:
|
34 |
+
- type: f1
|
35 |
+
value: 0.9992
|
36 |
+
config: {metric_config}
|
|
|
37 |
args:
|
38 |
+
{arg_0}: {value_0}
|
39 |
verified: true
|