Skip to content

Commit f4fd31d

Browse files
committed
v3
1 parent fb391bf commit f4fd31d

93 files changed

Lines changed: 32157 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
run:
2+
name: multiclass_text_transductive_laplace_learning_ag_news_R1-seed1
3+
seed: 1
4+
output_dir: /lustre/fsn1/projects/rech/dqp/uqj57xk/projet_modssc/outputs/multiclass_transductive/text/ag_news/laplace_learning/R1/multiclass_text_transductive_laplace_learning_ag_news_R1-sweep-20260509T022458Z
5+
log_level: detailed
6+
fail_fast: true
7+
limits:
8+
profile: auto
9+
dataset:
10+
id: ag_news
11+
download: true
12+
cache_dir: /lustre/fsn1/projects/rech/dqp/uqj57xk/projet_modssc/modssc_cache/datasets
13+
options:
14+
text_column: text
15+
label_column: label
16+
prefer_test_split: true
17+
sampling:
18+
seed: 1
19+
plan:
20+
split:
21+
kind: holdout
22+
test_fraction: 0.2
23+
val_fraction: 0.1
24+
stratify: true
25+
shuffle: true
26+
labeling:
27+
mode: per_class
28+
value: 1
29+
strategy: balanced
30+
min_per_class: 1
31+
per_class: true
32+
fixed_indices: null
33+
imbalance:
34+
kind: none
35+
policy:
36+
respect_official_test: true
37+
use_official_graph_masks: true
38+
allow_override_official: false
39+
preprocess:
40+
seed: 1
41+
fit_on: train
42+
cache: true
43+
cache_dir: /lustre/fsn1/projects/rech/dqp/uqj57xk/projet_modssc/modssc_cache/preprocess
44+
plan:
45+
output_key: features.X
46+
steps:
47+
- id: labels.encode
48+
- id: text.ensure_strings
49+
- id: text.sentence_transformer
50+
params:
51+
batch_size: 32
52+
model_id: st:all-MiniLM-L6-v2
53+
- id: core.pca
54+
params:
55+
n_components: 128
56+
- id: core.to_numpy
57+
method:
58+
kind: transductive
59+
id: laplace_learning
60+
device:
61+
device: auto
62+
dtype: float32
63+
resolved_device: cuda
64+
params: {}
65+
evaluation:
66+
split_for_model_selection: val
67+
report_splits:
68+
- val
69+
- test
70+
metrics:
71+
- accuracy
72+
- macro_f1
73+
- balanced_accuracy
74+
graph:
75+
enabled: true
76+
seed: 1
77+
cache: true
78+
cache_dir: /lustre/fsn1/projects/rech/dqp/uqj57xk/projet_modssc/modssc_cache/graph
79+
spec:
80+
scheme: knn
81+
metric: cosine
82+
k: 10
83+
symmetrize: or
84+
weights:
85+
kind: heat
86+
sigma: 1.0
87+
normalize: rw
88+
self_loops: true
89+
backend: sklearn
90+
chunk_size: 1024
91+
feature_field: features.X

0 commit comments

Comments
 (0)