charris commited on
Commit
155bda1
1 Parent(s): 7dcbbf4

Training in progress, step 100

Browse files
adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "Wav2Vec2ForCTC",
5
+ "parent_library": "transformers.models.wav2vec2.modeling_wav2vec2"
6
+ },
7
+ "base_model_name_or_path": "facebook/wav2vec2-base-960h",
8
+ "bias": "none",
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 16,
17
+ "lora_dropout": 0.0,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 8,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "wte",
27
+ "k_proj",
28
+ "q_proj",
29
+ "fc_out",
30
+ "out_proj",
31
+ "fc_in",
32
+ "v_proj"
33
+ ],
34
+ "task_type": null,
35
+ "use_dora": false,
36
+ "use_rslora": false
37
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a11b79cd818931023ec0505636e8699888b947433e8eca0517f9eab48135916a
3
+ size 2372848
preprocessor_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": false,
3
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
+ "feature_size": 1,
5
+ "padding_side": "right",
6
+ "padding_value": 0,
7
+ "return_attention_mask": false,
8
+ "sampling_rate": 16000
9
+ }
runs/Apr13_21-43-26_0d51cef137dc/events.out.tfevents.1713044793.0d51cef137dc.14185.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:808bda6d5925ecc5e042b7c043c88bab7ed6cc11f910cc945a04e50ce138fec0
3
+ size 6481
runs/Apr13_21-53-56_0d51cef137dc/events.out.tfevents.1713045423.0d51cef137dc.14185.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:451ec8c442e1b959f9d92725b7149f21cad7be7d88bea64605ddf8a88d05e5f0
3
+ size 6480
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:739a941ab8f2f812ee7cfa5bace84b9a752d297dafc7c599fed6dd83ccf95aaf
3
+ size 4920