Omartificial-Intelligence-Space commited on
Commit
4933794
·
verified ·
1 Parent(s): e2f752a

update readme.md

Browse files
Files changed (1) hide show
  1. README.md +14 -13
README.md CHANGED
@@ -8,19 +8,20 @@ size_categories:
8
  - 100K<n<1M
9
  tags:
10
  - sentence-transformers
11
- config_name: pair-class
12
- features:
13
- - name: premise
14
- dtype: string
15
- - name: hypothesis
16
- dtype: string
17
- - name: label
18
- dtype:
19
- class_label:
20
- names:
21
- '0': entailment
22
- '1': neutral
23
- '2': contradiction
 
24
  ---
25
 
26
 
 
8
  - 100K<n<1M
9
  tags:
10
  - sentence-transformers
11
+ dataset_info:
12
+ - config_name: pair-class
13
+ features:
14
+ - name: premise
15
+ dtype: string
16
+ - name: hypothesis
17
+ dtype: string
18
+ - name: label
19
+ dtype:
20
+ class_label:
21
+ names:
22
+ '0': entailment
23
+ '1': neutral
24
+ '2': contradiction
25
  ---
26
 
27