Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -69,7 +69,7 @@ An example of 'wiki_pages' looks as follows.
|
|
69 |
- `id`: a `int32` feature.
|
70 |
- `label`: a `string` feature.
|
71 |
- `predicted_label`: a `string` feature. (label predicted by NLI model)
|
72 |
-
- `predicted_score`: a `int32` feature. ()
|
73 |
- `claim`: a `string` feature.
|
74 |
- `evidence`: a `sequence` feature.
|
75 |
|
|
|
69 |
- `id`: a `int32` feature.
|
70 |
- `label`: a `string` feature.
|
71 |
- `predicted_label`: a `string` feature. (label predicted by NLI model)
|
72 |
+
- `predicted_score`: a `int32` feature. (confidence of predicted_label predicted by NLI model)
|
73 |
- `claim`: a `string` feature.
|
74 |
- `evidence`: a `sequence` feature.
|
75 |
|