sample and reduce with model: fnomic-ai/modernbert-embed-base
Browse filesDatasetClusterer(model_name=nomic-ai/modernbert-embed-base, batch_size=64, device=cuda, random_seed=42, precision=binary, model_max_length=1024)
- README.md +21 -0
- mini/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
dataset_info:
|
|
|
3 |
features:
|
4 |
- name: text
|
5 |
dtype: string
|
@@ -19,6 +20,22 @@ dataset_info:
|
|
19 |
num_examples: 11490
|
20 |
download_size: 836881022
|
21 |
dataset_size: 1368164077
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
configs:
|
23 |
- config_name: default
|
24 |
data_files:
|
@@ -28,6 +45,10 @@ configs:
|
|
28 |
path: data/validation-*
|
29 |
- split: test
|
30 |
path: data/test-*
|
|
|
|
|
|
|
|
|
31 |
license: odc-by
|
32 |
task_categories:
|
33 |
- summarization
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: default
|
4 |
features:
|
5 |
- name: text
|
6 |
dtype: string
|
|
|
20 |
num_examples: 11490
|
21 |
download_size: 836881022
|
22 |
dataset_size: 1368164077
|
23 |
+
- config_name: mini
|
24 |
+
features:
|
25 |
+
- name: text
|
26 |
+
dtype: string
|
27 |
+
- name: summary
|
28 |
+
dtype: string
|
29 |
+
- name: id
|
30 |
+
dtype: string
|
31 |
+
- name: cluster_id
|
32 |
+
dtype: int64
|
33 |
+
splits:
|
34 |
+
- name: train
|
35 |
+
num_bytes: 169001211
|
36 |
+
num_examples: 38500
|
37 |
+
download_size: 103090954
|
38 |
+
dataset_size: 169001211
|
39 |
configs:
|
40 |
- config_name: default
|
41 |
data_files:
|
|
|
45 |
path: data/validation-*
|
46 |
- split: test
|
47 |
path: data/test-*
|
48 |
+
- config_name: mini
|
49 |
+
data_files:
|
50 |
+
- split: train
|
51 |
+
path: mini/train-*
|
52 |
license: odc-by
|
53 |
task_categories:
|
54 |
- summarization
|
mini/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40aea09f56243c975ae0011f07a37af2f30e2917205b112d1fd29617817b677f
|
3 |
+
size 103090954
|