lcalvobartolome commited on
Commit
8b0adcb
·
1 Parent(s): 826f362

removed jsonsl

Browse files
README.md CHANGED
@@ -5,11 +5,11 @@ configs:
5
  - split: bills_train
6
  path: bills_train.metadata.embeddings.jsonl.all-MiniLM-L6-v2.parquet
7
  - split: bills_test
8
- path: bills_test.metadata.jsonl
9
  - split: wiki_train
10
  path: wiki_train.metadata.embeddings.jsonl.all-MiniLM-L6-v2.parquet
11
  - split: wiki_test
12
- path: wiki_test.metadata.jsonl
13
  datasets:
14
  - lcalvobartolome/proxann_data
15
  language:
@@ -20,7 +20,6 @@ size_categories:
20
  - 10K<n<100K
21
  tags:
22
  - parquet
23
- - jsonl
24
  - text
25
  - topic-modeling
26
  - bills
@@ -43,9 +42,9 @@ This repository contains two dataset — **Bills** and **Wiki** — each with **
43
  | Split | File | Rows | Description |
44
  | ------|------|------:|-------------|
45
  | `bills_train` | `bills_train.metadata.embeddings.jsonl.all-MiniLM-L6-v2.parquet` | 32,661 | Congressional bills with summaries, topics, and 384-dim embeddings. |
46
- | `bills_test` | `bills_test.metadata.jsonl` | 15,242 | Bills test split without embeddings (metadata only). |
47
  | `wiki_train` | `wiki_train.metadata.embeddings.jsonl.all-MiniLM-L6-v2.parquet` | 14,290 | Wikipedia articles with categories and 384-dim embeddings. |
48
- | `wiki_test` | `wiki_test.metadata.jsonl` | 8,024 | Wikipedia test split without embeddings (metadata only). |
49
 
50
  ---
51
 
 
5
  - split: bills_train
6
  path: bills_train.metadata.embeddings.jsonl.all-MiniLM-L6-v2.parquet
7
  - split: bills_test
8
+ path: bills_test.metadata.parquet
9
  - split: wiki_train
10
  path: wiki_train.metadata.embeddings.jsonl.all-MiniLM-L6-v2.parquet
11
  - split: wiki_test
12
+ path: wiki_test.metadata.parquet
13
  datasets:
14
  - lcalvobartolome/proxann_data
15
  language:
 
20
  - 10K<n<100K
21
  tags:
22
  - parquet
 
23
  - text
24
  - topic-modeling
25
  - bills
 
42
  | Split | File | Rows | Description |
43
  | ------|------|------:|-------------|
44
  | `bills_train` | `bills_train.metadata.embeddings.jsonl.all-MiniLM-L6-v2.parquet` | 32,661 | Congressional bills with summaries, topics, and 384-dim embeddings. |
45
+ | `bills_test` | `bills_test.metadata.parquet` | 15,242 | Bills test split without embeddings (metadata only). |
46
  | `wiki_train` | `wiki_train.metadata.embeddings.jsonl.all-MiniLM-L6-v2.parquet` | 14,290 | Wikipedia articles with categories and 384-dim embeddings. |
47
+ | `wiki_test` | `wiki_test.metadata.parquet` | 8,024 | Wikipedia test split without embeddings (metadata only). |
48
 
49
  ---
50
 
bills_test.metadata.jsonl → bills_test.metadata.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ed978983dc8c5306b1d3253816dd498a8815efede2afcc8b4cc21d8fd1174a46
3
- size 56778144
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cd4aa8b18120dc0f585be259b012cc67eca34d6c6a0007c42ce204e8cb1d019
3
+ size 23096594
metadata.json CHANGED
@@ -15,7 +15,7 @@
15
  "description": "Congressional bills (Adler & Wilkerson, 2008) with summaries, topics, and 384-dim MiniLM embeddings."
16
  },
17
  "bills_test": {
18
- "filename": "bills_test.metadata.jsonl",
19
  "num_rows": 15242,
20
  "description": "Bills test split without embeddings (metadata only)."
21
  },
@@ -25,7 +25,7 @@
25
  "description": "Wikipedia articles (Merity et al., 2017) with categories and 384-dim MiniLM embeddings."
26
  },
27
  "wiki_test": {
28
- "filename": "wiki_test.metadata.jsonl",
29
  "num_rows": 8024,
30
  "description": "Wikipedia test split without embeddings (metadata only)."
31
  }
@@ -180,7 +180,7 @@
180
  },
181
  {
182
  "split": "bills_test",
183
- "file": "bills_test.metadata.jsonl",
184
  "rows": 15242,
185
  "description": "Bills test split without embeddings (metadata only)."
186
  },
@@ -192,7 +192,7 @@
192
  },
193
  {
194
  "split": "wiki_test",
195
- "file": "wiki_test.metadata.jsonl",
196
  "rows": 8024,
197
  "description": "Wikipedia test split without embeddings (metadata only)."
198
  }
@@ -208,7 +208,6 @@
208
  "dataset_type": "text",
209
  "tags": [
210
  "parquet",
211
- "jsonl",
212
  "text",
213
  "topic-modeling",
214
  "bills",
 
15
  "description": "Congressional bills (Adler & Wilkerson, 2008) with summaries, topics, and 384-dim MiniLM embeddings."
16
  },
17
  "bills_test": {
18
+ "filename": "bills_test.metadata.parquet",
19
  "num_rows": 15242,
20
  "description": "Bills test split without embeddings (metadata only)."
21
  },
 
25
  "description": "Wikipedia articles (Merity et al., 2017) with categories and 384-dim MiniLM embeddings."
26
  },
27
  "wiki_test": {
28
+ "filename": "wiki_test.metadata.parquet",
29
  "num_rows": 8024,
30
  "description": "Wikipedia test split without embeddings (metadata only)."
31
  }
 
180
  },
181
  {
182
  "split": "bills_test",
183
+ "file": "bills_test.metadata.parquet",
184
  "rows": 15242,
185
  "description": "Bills test split without embeddings (metadata only)."
186
  },
 
192
  },
193
  {
194
  "split": "wiki_test",
195
+ "file": "wiki_test.metadata.parquet",
196
  "rows": 8024,
197
  "description": "Wikipedia test split without embeddings (metadata only)."
198
  }
 
208
  "dataset_type": "text",
209
  "tags": [
210
  "parquet",
 
211
  "text",
212
  "topic-modeling",
213
  "bills",
test.txt DELETED
File without changes
wiki_test.metadata.jsonl → wiki_test.metadata.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fb9308b7881c749a31f20779eecd4b5d3411a5f2e2d96bcd453521a53bff6f88
3
- size 217959371
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3abaecc81846e63bd66452f23e14599c8e7d4e70c3fdf4742b7edb606f4ff404
3
+ size 114752442