Spaces:
Runtime error
Runtime error
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:
|
3 |
-
size
|
|
|
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 |
-
- **
|
45 |
-
- **
|
46 |
-
- **
|
47 |
-
- **
|
48 |
-
- **
|
49 |
-
- **
|
50 |
-
- **
|
51 |
-
- **
|
52 |
-
- **
|
53 |
-
- **
|
54 |
-
- **
|
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 |
|