gary109 commited on
Commit
cf570ae
1 Parent(s): 81bd184

Training in progress, epoch 0

Browse files
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "</s>": 10,
3
+ "<s>": 9
4
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4686ec528044383e6251ce6e86da6e1fc49c6eb986be4f322ae21b13a85e6141
3
  size 377641233
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55c4cc913b1057e29322d3321edac23d7af5b94ac798f2a10ccabde7cf38ed79
3
  size 377641233
runs/Nov22_06-05-11_535bd66b48f0/events.out.tfevents.1669097166.535bd66b48f0.5605.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e48b93c980d3f79064bd7434c119d2d0248695df0896115ba31c4a9106c0ab7c
3
- size 5974
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:164a3f8923a1a85381a89625d7558b3e3c5934007c37d0515e1cc28a0797554d
3
+ size 17767
runs/Nov22_06-22-32_535bd66b48f0/1669098184.841277/events.out.tfevents.1669098184.535bd66b48f0.6159.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4c0acfa008bc89f0ad5ed87722cb156fedc6858474ff8a04682bf1552919aad
3
+ size 5687
runs/Nov22_06-22-32_535bd66b48f0/events.out.tfevents.1669098184.535bd66b48f0.6159.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1011088bfef88ea7cdf7ec84005686219ab82e7e92d3cdde0f806e8092be283
3
+ size 5974
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-new-v2",
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:e90b71480f68f9e37415129cc0a3a94ab935e68cea0f36d9e42433cd95e14462
3
  size 3631
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17d194ff94d9aa5e753c81040eff0e600af352f5c15e1526e8aaa0a0a7d575c9
3
  size 3631
vocab.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "[PAD]": 8,
3
+ "[UNK]": 7,
4
+ "c": 1,
5
+ "h": 2,
6
+ "k": 3,
7
+ "o": 4,
8
+ "s": 5,
9
+ "t": 6,
10
+ "|": 0
11
+ }