Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
- LGBTQ/test-00000-of-00001.parquet +3 -0
- LGBTQ/train-00000-of-00001.parquet +3 -0
- README.md +27 -0
LGBTQ/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3c9dfbbf8bb4cb0bebcca5d779e164920ae1ffc6af61898820dba41d4fe9402
|
3 |
+
size 1387951
|
LGBTQ/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79dc9cd3c1b262d4c220af0d837e1fd61f5206f2fd97900f4834ca2a4422faac
|
3 |
+
size 2718125
|
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
config_name: LGBTQ
|
4 |
+
features:
|
5 |
+
- name: text
|
6 |
+
dtype: string
|
7 |
+
- name: gold
|
8 |
+
dtype: string
|
9 |
+
- name: sub_split
|
10 |
+
dtype: string
|
11 |
+
splits:
|
12 |
+
- name: train
|
13 |
+
num_bytes: 4307730
|
14 |
+
num_examples: 8420
|
15 |
+
- name: test
|
16 |
+
num_bytes: 2200765
|
17 |
+
num_examples: 4426
|
18 |
+
download_size: 4106076
|
19 |
+
dataset_size: 6508495
|
20 |
+
configs:
|
21 |
+
- config_name: LGBTQ
|
22 |
+
data_files:
|
23 |
+
- split: train
|
24 |
+
path: LGBTQ/train-*
|
25 |
+
- split: test
|
26 |
+
path: LGBTQ/test-*
|
27 |
+
---
|