Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
valleruizf commited on
Commit
45aa035
·
verified ·
1 Parent(s): 4275025

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -88,7 +88,7 @@ We also increase task complexity by introducing an additional neutral example be
88
  - `idx`: original sentence id, in the format `<original_partition>_<original_id>`.
89
  - `sentence`: test sentence.
90
  - `label`: sentiment of the test sentence, either "negative" (`0`) or "positive" (`1`).
91
- - `dist`: few-shot distribution (`0000`, `1111`, `0001`, `0010`, `0100, `1000`, `1110`, `1101`, `1011, `0111`).
92
  - `shot<n>_idx`: original id of the example sentence, in the format `<original_partition>_<original_id>`.
93
  - `shot<n>_sent`: example sentence.
94
  - `shot<n>_label`: sentiment of the example sentence.
 
88
  - `idx`: original sentence id, in the format `<original_partition>_<original_id>`.
89
  - `sentence`: test sentence.
90
  - `label`: sentiment of the test sentence, either "negative" (`0`) or "positive" (`1`).
91
+ - `dist`: few-shot distribution (`0000`, `1111`, `0001`, `0010`, `0100`, `1000`, `1110`, `1101`, `1011`, `0111`).
92
  - `shot<n>_idx`: original id of the example sentence, in the format `<original_partition>_<original_id>`.
93
  - `shot<n>_sent`: example sentence.
94
  - `shot<n>_label`: sentiment of the example sentence.