Szymon Woźniak commited on
Commit
878e3b5
1 Parent(s): b802e46

rename columns in datasets page

Browse files
data/datasets_stats.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8392af92da4f335b3c7319c662e8416cf2202621c67672bb3d09644192226dff
3
- size 37122
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d29503a4d21900efee07467178c2fef4dfa625810464a141298d45757e6b5e8f
3
+ size 38087
pages/2_Dataset_Statistics_&_citation_export.py CHANGED
@@ -41,17 +41,17 @@ You can use the **'Add filters'** checkbox to filter the table by any of the col
41
  You can also use the 'Export citations' button to export the citations for the datasets in the filtered table.
42
 
43
  Column descriptions:
44
- - **original_dataset**: Original dataset name as used in the MMS corpus,
45
- - **language**: 2-letter language code,
46
- - **domain**: Domain of the dataset,
47
- - **mean_chars**: The average number of characters in a single example,
48
- - **mean_words**: The average number of words in a single example,
49
- - **examples_sum**: The total number of examples in the dataset,
50
- - **NEG**: Number of examples with negative sentiment,
51
- - **NEU**: Number of examples with neutral sentiment,
52
- - **POS**: Number of examples with positive sentiment,
53
- - **paper**: Link to the paper in which the dataset was originally published,
54
- - **citation**: Citation for the dataset,""")
55
 
56
  df = get_language_stats_df()
57
 
 
41
  You can also use the 'Export citations' button to export the citations for the datasets in the filtered table.
42
 
43
  Column descriptions:
44
+ - **Original Dataset**: Original dataset name as used in the MMS corpus,
45
+ - **Language**: 2-letter language code,
46
+ - **Domain**: Domain of the dataset,
47
+ - **Characters**: The average number of characters in a single example,
48
+ - **Words**: The average number of words in a single example,
49
+ - **Examples**: The total number of examples in the dataset,
50
+ - **Negative**: Percentage of examples with negative sentiment,
51
+ - **Neutral**: Percentage of examples with neutral sentiment,
52
+ - **Positive**: Percentage of examples with positive sentiment,
53
+ - **Paper**: Link to the paper in which the dataset was originally published,
54
+ - **Citation**: Citation for the dataset,""")
55
 
56
  df = get_language_stats_df()
57