arxaqapi commited on
Commit
10265c5
·
1 Parent(s): 86757a9

feat: VTC 2.1

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. model/best.ckpt +2 -2
  3. model/config.toml +26 -0
  4. model/config.yml +0 -37
README.md CHANGED
@@ -3,7 +3,7 @@ base_model:
3
  - coml/BabyHuBERT
4
  ---
5
 
6
- # VTC2.0
7
 
8
  This repository only contains the model weights.
9
  For more informations on how to use the model, please look over at the [LAAC-LSCP/VTC](https://github.com/LAAC-LSCP/VTC) repository.
 
3
  - coml/BabyHuBERT
4
  ---
5
 
6
+ # VTC 2.1
7
 
8
  This repository only contains the model weights.
9
  For more informations on how to use the model, please look over at the [LAAC-LSCP/VTC](https://github.com/LAAC-LSCP/VTC) repository.
model/best.ckpt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8438b9a822a3d80fe8bd24385df4c1133ab74dd69cc1f7ad14d89e753a177af7
3
- size 1099175630
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c3446d037f9c6746cbe19bb77a77973354d3443556f9e2278e83cd4fe7db5a2
3
+ size 1099159455
model/config.toml ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [logging]
2
+ project = "segma"
3
+ name = "train_VTC-2.1"
4
+ id = "260331-130845"
5
+ offline = false
6
+ tags = ["vtc-2.1", "u20", "cds:10"]
7
+
8
+ [data]
9
+ dataset_path = ""
10
+ labels = ["KCHI", "OCH", "MAL", "FEM"]
11
+ dataset_multiplier = 1
12
+
13
+ [audio]
14
+ chunk_duration_s = 10
15
+ sample_rate = 16_000
16
+ strict_frames = true
17
+
18
+ [model]
19
+
20
+ [train]
21
+ learning_rate = 1.0e-05
22
+ batch_size = 128
23
+ max_epochs = 2
24
+ dataload_num_workers = 24
25
+ scheduler_patience = 3
26
+ seed = 9
model/config.yml DELETED
@@ -1,37 +0,0 @@
1
- wandb:
2
- offline: false
3
- project: babyhubert-finetune
4
- name: train
5
- data:
6
- dataset_path: data/baby_train
7
- classes:
8
- - KCHI
9
- - OCH
10
- - MAL
11
- - FEM
12
- dataset_multiplier: 1.0
13
- audio:
14
- chunk_duration_s: 4
15
- sample_rate: 16000
16
- strict_frames: false
17
- model:
18
- name: surgical_hubert_hydra
19
- chkp_path: null
20
- config:
21
- wav_encoder: ""
22
- encoder_layers: []
23
- reduction: weighted
24
- classifier: 256
25
- train:
26
- lr: 1.0e-05
27
- batch_size: 128
28
- max_epochs: 3
29
- validation_metric: loss
30
- extra_val_metrics:
31
- - loss
32
- - f1_score
33
- profiler: null
34
- dataloader:
35
- num_workers: 8
36
- scheduler:
37
- patience: 3