Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
Portuguese
Size:
1K - 10K
License:
Add 'sourceB' config data files
Browse files- README.md +34 -0
- sourceB/full-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -83,6 +83,36 @@ dataset_info:
|
|
83 |
num_examples: 209
|
84 |
download_size: 929494
|
85 |
dataset_size: 7351337
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
configs:
|
87 |
- config_name: sourceAOnly
|
88 |
data_files:
|
@@ -100,6 +130,10 @@ configs:
|
|
100 |
path: sourceAWithGraders/validation-*
|
101 |
- split: test
|
102 |
path: sourceAWithGraders/test-*
|
|
|
|
|
|
|
|
|
103 |
---
|
104 |
# Automated Essay Score (AES) ENEM Dataset
|
105 |
|
|
|
83 |
num_examples: 209
|
84 |
download_size: 929494
|
85 |
dataset_size: 7351337
|
86 |
+
- config_name: sourceB
|
87 |
+
features:
|
88 |
+
- name: id
|
89 |
+
dtype: string
|
90 |
+
- name: id_prompt
|
91 |
+
dtype: string
|
92 |
+
- name: prompt
|
93 |
+
dtype: string
|
94 |
+
- name: supporting_text
|
95 |
+
dtype: string
|
96 |
+
- name: essay_title
|
97 |
+
dtype: string
|
98 |
+
- name: essay_text
|
99 |
+
dtype: string
|
100 |
+
- name: grades
|
101 |
+
sequence: int16
|
102 |
+
- name: essay_year
|
103 |
+
dtype: int16
|
104 |
+
- name: general_comment
|
105 |
+
dtype: string
|
106 |
+
- name: specific_comment
|
107 |
+
dtype: string
|
108 |
+
- name: reference
|
109 |
+
dtype: string
|
110 |
+
splits:
|
111 |
+
- name: full
|
112 |
+
num_bytes: 7057077
|
113 |
+
num_examples: 3219
|
114 |
+
download_size: 3747835
|
115 |
+
dataset_size: 7057077
|
116 |
configs:
|
117 |
- config_name: sourceAOnly
|
118 |
data_files:
|
|
|
130 |
path: sourceAWithGraders/validation-*
|
131 |
- split: test
|
132 |
path: sourceAWithGraders/test-*
|
133 |
+
- config_name: sourceB
|
134 |
+
data_files:
|
135 |
+
- split: full
|
136 |
+
path: sourceB/full-*
|
137 |
---
|
138 |
# Automated Essay Score (AES) ENEM Dataset
|
139 |
|
sourceB/full-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7f21e33bfd131feef4cb9e9c2672e0088a89732e93e281d15608ef45829bedb
|
3 |
+
size 3747835
|