Upload dataset
Browse files- 44_mathematica/train-00000-of-00001.parquet +3 -0
- README.md +28 -0
44_mathematica/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6db1b3667a9fc01f0df88972e07bd2074031bb4ad7af9b05af03117515c06209
|
3 |
+
size 259808
|
README.md
CHANGED
@@ -1056,6 +1056,30 @@ dataset_info:
|
|
1056 |
num_examples: 260
|
1057 |
download_size: 300267
|
1058 |
dataset_size: 845535
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1059 |
configs:
|
1060 |
- config_name: 00_text
|
1061 |
data_files:
|
@@ -1233,4 +1257,8 @@ configs:
|
|
1233 |
data_files:
|
1234 |
- split: train
|
1235 |
path: 43_makefile/train-*
|
|
|
|
|
|
|
|
|
1236 |
---
|
|
|
1056 |
num_examples: 260
|
1057 |
download_size: 300267
|
1058 |
dataset_size: 845535
|
1059 |
+
- config_name: 44_mathematica
|
1060 |
+
features:
|
1061 |
+
- name: text
|
1062 |
+
dtype: string
|
1063 |
+
- name: id
|
1064 |
+
dtype: string
|
1065 |
+
- name: added
|
1066 |
+
dtype: string
|
1067 |
+
- name: source
|
1068 |
+
dtype: string
|
1069 |
+
- name: metadata
|
1070 |
+
dtype: string
|
1071 |
+
- name: timestamp
|
1072 |
+
dtype: timestamp[s]
|
1073 |
+
- name: lang
|
1074 |
+
dtype: string
|
1075 |
+
- name: __index_level_0__
|
1076 |
+
dtype: int64
|
1077 |
+
splits:
|
1078 |
+
- name: train
|
1079 |
+
num_bytes: 830112
|
1080 |
+
num_examples: 6
|
1081 |
+
download_size: 259808
|
1082 |
+
dataset_size: 830112
|
1083 |
configs:
|
1084 |
- config_name: 00_text
|
1085 |
data_files:
|
|
|
1257 |
data_files:
|
1258 |
- split: train
|
1259 |
path: 43_makefile/train-*
|
1260 |
+
- config_name: 44_mathematica
|
1261 |
+
data_files:
|
1262 |
+
- split: train
|
1263 |
+
path: 44_mathematica/train-*
|
1264 |
---
|