mrzbrt commited on
Commit
e6b6229
1 Parent(s): 8e432f1

Training in progress, epoch 3

Browse files
Files changed (29) hide show
  1. config.json +37 -37
  2. model.safetensors +1 -1
  3. runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707139966.b46685f3eb4a.1386.0 +3 -0
  4. runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707141968.b46685f3eb4a.1386.1 +3 -0
  5. runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707142061.b46685f3eb4a.1386.2 +3 -0
  6. runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707142529.b46685f3eb4a.1386.3 +3 -0
  7. runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707142613.b46685f3eb4a.1386.4 +3 -0
  8. runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707142708.b46685f3eb4a.1386.5 +3 -0
  9. runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707142741.b46685f3eb4a.1386.6 +3 -0
  10. runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707142765.b46685f3eb4a.1386.7 +3 -0
  11. runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707142791.b46685f3eb4a.1386.8 +3 -0
  12. runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707142804.b46685f3eb4a.1386.9 +3 -0
  13. runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707142885.b46685f3eb4a.1386.10 +3 -0
  14. runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707142910.b46685f3eb4a.1386.11 +3 -0
  15. runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707142945.b46685f3eb4a.1386.12 +3 -0
  16. runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707142965.b46685f3eb4a.1386.13 +3 -0
  17. runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707143053.b46685f3eb4a.1386.14 +3 -0
  18. runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707143109.b46685f3eb4a.1386.15 +3 -0
  19. runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707143198.b46685f3eb4a.1386.16 +3 -0
  20. runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707143454.b46685f3eb4a.1386.17 +3 -0
  21. runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707143518.b46685f3eb4a.1386.18 +3 -0
  22. runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707143665.b46685f3eb4a.1386.19 +3 -0
  23. runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707143720.b46685f3eb4a.1386.20 +3 -0
  24. runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707143888.b46685f3eb4a.1386.21 +3 -0
  25. runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707143974.b46685f3eb4a.1386.22 +3 -0
  26. runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707144031.b46685f3eb4a.1386.23 +3 -0
  27. runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707144091.b46685f3eb4a.1386.24 +3 -0
  28. runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707144345.b46685f3eb4a.1386.25 +3 -0
  29. training_args.bin +1 -1
config.json CHANGED
@@ -49,46 +49,46 @@
49
  "hidden_dropout": 0.1,
50
  "hidden_size": 768,
51
  "id2label": {
52
- "0": "Soundscape",
53
- "1": "Drone",
54
- "2": "Chop",
55
- "3": "Sub",
56
- "4": "Glitch",
57
- "5": "Impact",
58
- "6": "Stab(attack resonance)",
59
- "7": "Synthesis",
60
- "8": "Vocal",
61
- "9": "Scratch",
62
- "10": "Crackle",
63
- "11": "Noise",
64
- "12": "Textural",
65
- "13": "Instrumental",
66
- "14": "Chirp",
67
- "15": "Percussive",
68
- "16": "Honk",
69
- "17": "Choral"
70
  },
71
  "initializer_range": 0.02,
72
  "intermediate_size": 3072,
73
  "label2id": {
74
- "Chirp": 14,
75
- "Chop": 2,
76
- "Choral": 17,
77
- "Crackle": 10,
78
- "Drone": 1,
79
- "Glitch": 4,
80
- "Honk": 16,
81
- "Impact": 5,
82
- "Instrumental": 13,
83
- "Noise": 11,
84
- "Percussive": 15,
85
- "Scratch": 9,
86
- "Soundscape": 0,
87
- "Stab(attack resonance)": 6,
88
- "Sub": 3,
89
- "Synthesis": 7,
90
- "Textural": 12,
91
- "Vocal": 8
92
  },
93
  "layer_norm_eps": 1e-05,
94
  "layerdrop": 0.0,
@@ -108,7 +108,7 @@
108
  "pad_token_id": 0,
109
  "problem_type": "multi_label_classification",
110
  "torch_dtype": "float32",
111
- "transformers_version": "4.36.2",
112
  "use_weighted_layer_sum": false,
113
  "vocab_size": 32
114
  }
 
49
  "hidden_dropout": 0.1,
50
  "hidden_size": 768,
51
  "id2label": {
52
+ "0": "Chorus",
53
+ "1": "Tremolo",
54
+ "2": "Distortion",
55
+ "3": "Fuzzy",
56
+ "4": "Granular",
57
+ "5": "Loop",
58
+ "6": "Bit reduction",
59
+ "7": "Reverb",
60
+ "8": "Filtered",
61
+ "9": "Resonators",
62
+ "10": "Flanger",
63
+ "11": "Pitch-shift",
64
+ "12": "Stretched",
65
+ "13": "Delay",
66
+ "14": "Eco",
67
+ "15": "Vibrato",
68
+ "16": "Filter Modulation",
69
+ "17": "Glissando"
70
  },
71
  "initializer_range": 0.02,
72
  "intermediate_size": 3072,
73
  "label2id": {
74
+ "Bit reduction": 6,
75
+ "Chorus": 0,
76
+ "Delay": 13,
77
+ "Distortion": 2,
78
+ "Eco": 14,
79
+ "Filter Modulation": 16,
80
+ "Filtered": 8,
81
+ "Flanger": 10,
82
+ "Fuzzy": 3,
83
+ "Glissando": 17,
84
+ "Granular": 4,
85
+ "Loop": 5,
86
+ "Pitch-shift": 11,
87
+ "Resonators": 9,
88
+ "Reverb": 7,
89
+ "Stretched": 12,
90
+ "Tremolo": 1,
91
+ "Vibrato": 15
92
  },
93
  "layer_norm_eps": 1e-05,
94
  "layerdrop": 0.0,
 
108
  "pad_token_id": 0,
109
  "problem_type": "multi_label_classification",
110
  "torch_dtype": "float32",
111
+ "transformers_version": "4.37.2",
112
  "use_weighted_layer_sum": false,
113
  "vocab_size": 32
114
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f2ad1a67fd11d7dce57485633da2bb0aeb7c4be568ec7dcc8b47fee79ebbaea8
3
  size 94779952
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5812dfa168b9c57f4bd8ae4f1e2b9338e0611659d41976d414b8ce084e098340
3
  size 94779952
runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707139966.b46685f3eb4a.1386.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:731a9e5a512bfa7e08ab0339a62e6015c201132f0e3dfe6c6f49933f6098cd11
3
+ size 150244
runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707141968.b46685f3eb4a.1386.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ae088cd141e3ee769b8c37b2a23f778e63416014a819dcbb0d5910b84f8648f
3
+ size 25385
runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707142061.b46685f3eb4a.1386.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d9ace00d29350e84bedb0d60047791334daea5603f704db4c00ffdc18a53451
3
+ size 60311
runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707142529.b46685f3eb4a.1386.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:629b48162b2cd563c85453f8b383ffe967235e8f7a832bfeb1688b3841b5d3bc
3
+ size 6055
runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707142613.b46685f3eb4a.1386.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7e6d105d7b4ce51a51f5db17f329da86fd198a93ce18ce8251baa75a4c11b54
3
+ size 6363
runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707142708.b46685f3eb4a.1386.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87ff2560a9cb81f1fe72fda9c7d3fae23f26b878563ac62de881bb51433a775a
3
+ size 6363
runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707142741.b46685f3eb4a.1386.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1448412248c2d53016fb1ca127be2cc32b74d6c86171d92326ecd1b90c268b89
3
+ size 6363
runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707142765.b46685f3eb4a.1386.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bb384924093e9d2bc4f775b16a3a26d7efefc5031794f42a9d0599f68ea9a3f
3
+ size 6363
runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707142791.b46685f3eb4a.1386.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1026909e822e5fa6c9ad095d4a3147b7dc6bc4788585e90e87a5a1118920366
3
+ size 6363
runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707142804.b46685f3eb4a.1386.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c53e61c7b645de1e9f06071ba63939ad392a25841d708747bdea9be2b3aa0d57
3
+ size 6209
runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707142885.b46685f3eb4a.1386.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:693d1495909232d7ee5b2c4ed61b7295e80370972d206c1f0fe1211545b6e2ed
3
+ size 12330
runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707142910.b46685f3eb4a.1386.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41bfff2a47f3d2fbe12d74585dd5067b4f8ad31d500d4a031c1da032366ecd59
3
+ size 6209
runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707142945.b46685f3eb4a.1386.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95110744ccfcba89103d8e5a8bc7704f34fe633f3c293c4652b57e8f36212707
3
+ size 6209
runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707142965.b46685f3eb4a.1386.13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f00ca266e297685f582e360f91ab8e72442078643cc97768f495166e2bc71ee
3
+ size 6209
runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707143053.b46685f3eb4a.1386.14 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79a974e4239285b172815caab5d44897fd959e4b6c8f3fb29caa526de862d287
3
+ size 6209
runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707143109.b46685f3eb4a.1386.15 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2242a9139dbdec5b3154491aeb62b8042c1cb1adfd0bf55d8453912c08550d78
3
+ size 6209
runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707143198.b46685f3eb4a.1386.16 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e140d7bacead26180c5bdc4b13b933dbf012304d0e6a204d9a2b0e1069b7ccb
3
+ size 6209
runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707143454.b46685f3eb4a.1386.17 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0345e1c9cd140801cc85cd25c90ab8c9163bfdd9d0f6277c3789624102cdcaa0
3
+ size 6209
runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707143518.b46685f3eb4a.1386.18 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1d32d6f13c978eefa21813634d22ba1617efcf58618aac226277cd05755d351
3
+ size 6209
runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707143665.b46685f3eb4a.1386.19 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dec72e8fbca2f7390dc811b5d53fd4ce8954db5ff9547b3467218551620ca8ea
3
+ size 16809
runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707143720.b46685f3eb4a.1386.20 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78d860178e74307476e9969e6fc4e47f7f43f5870cef6fbf22e5c19972c46060
3
+ size 17723
runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707143888.b46685f3eb4a.1386.21 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c28d64d5ac0edb5a3213a98f7b1eca34ac7d003c4ccfe759207e239dd6d8491
3
+ size 17723
runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707143974.b46685f3eb4a.1386.22 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4a65a38ab3293fbd73f5188ddb64dfa30db07eac4db93e043ecc3b636fc08cd
3
+ size 15831
runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707144031.b46685f3eb4a.1386.23 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8310877e69a7b14cc8b27d631dace7d80b745c70a30b6c1391f5477b6898c248
3
+ size 11715
runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707144091.b46685f3eb4a.1386.24 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8272e32cbcc28063f167dee7f04721b8429c5589c07c7a3262cee2827d2223ca
3
+ size 47326
runs/Feb05_13-32-45_b46685f3eb4a/events.out.tfevents.1707144345.b46685f3eb4a.1386.25 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3791ea8bebd71012544079d1466ce102c5cc02bf465b4805a3595119bb7bf694
3
+ size 122792
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:875818c6ca412add4bb41cb63439dcc599fd766730aef87792ce9e46f33b14bc
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8aead70a9c8e22e61d068a5913d911ca38de121a68d3fb68562556840d94d62b
3
  size 4728