gary109 commited on
Commit
abf7f2d
1 Parent(s): 872aa8c

Training in progress, epoch 0

Browse files
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "</s>": 27,
3
+ "<s>": 26
4
+ }
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "gary109/ai-light-dance_drums_pretrain_wav2vec2-base",
3
  "activation_dropout": 0.0,
4
  "adapter_kernel_size": 3,
5
  "adapter_stride": 2,
 
1
  {
2
+ "_name_or_path": "gary109/ai-light-dance_drums_ft_pretrain_wav2vec2-base",
3
  "activation_dropout": 0.0,
4
  "adapter_kernel_size": 3,
5
  "adapter_stride": 2,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:943217c3a3fd65f193c0e2c0f3ea3a0ea1a5b91388c25ece4a9773f3a20be5b3
3
  size 377689969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1239e08a4b40f3d41dd6072b32850da6433522a41bd89c99f8a0c08948febc33
3
  size 377689969
runs/Nov07_21-03-05_70ac8591dae5/1667855142.0053751/events.out.tfevents.1667855142.70ac8591dae5.2780.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3b4d09c1032c0a0464966069d324f21bd81d82f2c00e6e43984cbbb4e4c4560
3
+ size 5635
runs/Nov07_21-03-05_70ac8591dae5/events.out.tfevents.1667855141.70ac8591dae5.2780.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6893ec725750b2d77392476c6cdb15b274f068a4ae2637b8aea1a6618764f5c4
3
+ size 5626
special_tokens_map.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": true,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ {
11
+ "content": "</s>",
12
+ "lstrip": false,
13
+ "normalized": true,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ },
17
+ {
18
+ "content": "<s>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ {
25
+ "content": "</s>",
26
+ "lstrip": false,
27
+ "normalized": true,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ ],
32
+ "bos_token": "<s>",
33
+ "eos_token": "</s>",
34
+ "pad_token": "[PAD]",
35
+ "unk_token": "[UNK]"
36
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "do_lower_case": false,
4
+ "eos_token": "</s>",
5
+ "name_or_path": "ai-light-dance_drums_ft_pretrain_wav2vec2-base",
6
+ "pad_token": "[PAD]",
7
+ "processor_class": "Wav2Vec2Processor",
8
+ "replace_word_delimiter_char": " ",
9
+ "special_tokens_map_file": null,
10
+ "tokenizer_class": "Wav2Vec2CTCTokenizer",
11
+ "unk_token": "[UNK]",
12
+ "word_delimiter_token": "|"
13
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2ec0335a01f37337a2d2fe49e6991902f7f06c8451548d2dcc140e10b5326b53
3
  size 3567
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a2ccc1cf8b0019827efe620c8ddafe57a0a3513769d908a03bbdbfbfb945a21
3
  size 3567
vocab.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "-": 1,
3
+ "1": 2,
4
+ "2": 3,
5
+ "3": 4,
6
+ "4": 5,
7
+ "5": 6,
8
+ "[PAD]": 25,
9
+ "[UNK]": 24,
10
+ "b": 7,
11
+ "c": 8,
12
+ "d": 9,
13
+ "e": 10,
14
+ "f": 11,
15
+ "h": 12,
16
+ "i": 13,
17
+ "k": 14,
18
+ "l": 15,
19
+ "m": 16,
20
+ "o": 17,
21
+ "p": 18,
22
+ "r": 19,
23
+ "s": 20,
24
+ "t": 21,
25
+ "w": 22,
26
+ "y": 23,
27
+ "|": 0
28
+ }