m-newhauser commited on
Commit
9e85227
1 Parent(s): b9f1a70

Add all-MiniLM-L6-v2 embeddings

Browse files
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: date
12
+ dtype: string
13
+ - name: id
14
+ dtype: int64
15
+ - name: username
16
+ dtype: string
17
+ - name: text
18
+ dtype: string
19
+ - name: party
20
+ dtype: string
21
+ - name: labels
22
+ dtype:
23
+ class_label:
24
+ names:
25
+ '0': '0'
26
+ '1': '1'
27
+ - name: embeddings
28
+ sequence: float32
29
+ splits:
30
+ - name: train
31
+ num_bytes: 145722682
32
+ num_examples: 79754
33
+ - name: test
34
+ num_bytes: 36427736
35
+ num_examples: 19939
36
+ download_size: 232535302
37
+ dataset_size: 182150418
38
+ ---
data/test-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6e6570d298e280f47d62d94bf68b1672da4fc78b176dc29f882c32126fe1d507
3
- size 3298939
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b39e4ec4756dfc699c8c3df9cfbf597995efc9fa5d7311638c45bde63c22e02e
3
+ size 46502137
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b292c420dd95502cc0a204511829a9813209db510c94d76d1facfe9048cd264b
3
- size 13213082
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b275c39191325815a1cc0e281fe1bcf0418e68d81342e64ad67589624bc54f33
3
+ size 186033165
dataset_infos.json CHANGED
@@ -1 +1,138 @@
1
- {"m-newhauser--senator-tweets": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"date": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "int64", "id": null, "_type": "Value"}, "username": {"dtype": "string", "id": null, "_type": "Value"}, "text": {"dtype": "string", "id": null, "_type": "Value"}, "party": {"dtype": "string", "id": null, "_type": "Value"}, "labels": {"num_classes": 2, "names": ["0", "1"], "names_file": null, "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": null, "config_name": null, "version": null, "splits": {"train": {"name": "train", "num_bytes": 22902802, "num_examples": 79754, "dataset_name": "senator-tweets"}, "test": {"name": "test", "num_bytes": 5721996, "num_examples": 19939, "dataset_name": "senator-tweets"}}, "download_checksums": null, "download_size": 16512021, "post_processing_size": null, "dataset_size": 28624798, "size_in_bytes": 45136819}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "m-newhauser--senator-tweets": {
3
+ "description": "",
4
+ "citation": "",
5
+ "homepage": "",
6
+ "license": "",
7
+ "features": {
8
+ "date": {
9
+ "dtype": "string",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "id": {
14
+ "dtype": "int64",
15
+ "id": null,
16
+ "_type": "Value"
17
+ },
18
+ "username": {
19
+ "dtype": "string",
20
+ "id": null,
21
+ "_type": "Value"
22
+ },
23
+ "text": {
24
+ "dtype": "string",
25
+ "id": null,
26
+ "_type": "Value"
27
+ },
28
+ "party": {
29
+ "dtype": "string",
30
+ "id": null,
31
+ "_type": "Value"
32
+ },
33
+ "labels": {
34
+ "num_classes": 2,
35
+ "names": [
36
+ "0",
37
+ "1"
38
+ ],
39
+ "names_file": null,
40
+ "id": null,
41
+ "_type": "ClassLabel"
42
+ }
43
+ },
44
+ "post_processed": null,
45
+ "supervised_keys": null,
46
+ "task_templates": null,
47
+ "builder_name": null,
48
+ "config_name": null,
49
+ "version": null,
50
+ "splits": {
51
+ "train": {
52
+ "name": "train",
53
+ "num_bytes": 22902802,
54
+ "num_examples": 79754,
55
+ "dataset_name": "senator-tweets"
56
+ },
57
+ "test": {
58
+ "name": "test",
59
+ "num_bytes": 5721996,
60
+ "num_examples": 19939,
61
+ "dataset_name": "senator-tweets"
62
+ }
63
+ },
64
+ "download_checksums": null,
65
+ "download_size": 16512021,
66
+ "post_processing_size": null,
67
+ "dataset_size": 28624798,
68
+ "size_in_bytes": 45136819
69
+ },
70
+ "default": {
71
+ "description": "",
72
+ "citation": "",
73
+ "homepage": "",
74
+ "license": "",
75
+ "features": {
76
+ "date": {
77
+ "dtype": "string",
78
+ "_type": "Value"
79
+ },
80
+ "id": {
81
+ "dtype": "int64",
82
+ "_type": "Value"
83
+ },
84
+ "username": {
85
+ "dtype": "string",
86
+ "_type": "Value"
87
+ },
88
+ "text": {
89
+ "dtype": "string",
90
+ "_type": "Value"
91
+ },
92
+ "party": {
93
+ "dtype": "string",
94
+ "_type": "Value"
95
+ },
96
+ "labels": {
97
+ "names": [
98
+ "0",
99
+ "1"
100
+ ],
101
+ "_type": "ClassLabel"
102
+ },
103
+ "embeddings": {
104
+ "feature": {
105
+ "dtype": "float32",
106
+ "_type": "Value"
107
+ },
108
+ "_type": "Sequence"
109
+ }
110
+ },
111
+ "builder_name": "parquet",
112
+ "dataset_name": "senator-tweets",
113
+ "config_name": "default",
114
+ "version": {
115
+ "version_str": "0.0.0",
116
+ "major": 0,
117
+ "minor": 0,
118
+ "patch": 0
119
+ },
120
+ "splits": {
121
+ "train": {
122
+ "name": "train",
123
+ "num_bytes": 145722682,
124
+ "num_examples": 79754,
125
+ "dataset_name": null
126
+ },
127
+ "test": {
128
+ "name": "test",
129
+ "num_bytes": 36427736,
130
+ "num_examples": 19939,
131
+ "dataset_name": null
132
+ }
133
+ },
134
+ "download_size": 232535302,
135
+ "dataset_size": 182150418,
136
+ "size_in_bytes": 414685720
137
+ }
138
+ }