gary109 commited on
Commit
aaccd92
1 Parent(s): e5e227d

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:49e0c5f31ea20cf34eb8c22003ade793b62440d120117dc40e5d729595c8f811
3
  size 377641233
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d48ccdc94b9aae0543ecc84827df8c35ac1e496dc52d3bdc3dc6b991e02563b9
3
  size 377641233
runs/Nov22_11-18-00_535bd66b48f0/1669115931.6244473/events.out.tfevents.1669115931.535bd66b48f0.14959.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1b1819946881114b9c38080b6af12f0e99bf5987effe1f34e7dd96b8be75ad3
3
+ size 5687
runs/Nov22_11-18-00_535bd66b48f0/events.out.tfevents.1669115931.535bd66b48f0.14959.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7f1a5642ee13806032ea3cc15c76e48ea56511ab5b9714cb24ca53ab757e269
3
+ size 5819
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-v3",
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:fe05fd2e3df859eb84ca517552aeac7ee8bd8a6809cf023015ebda9fada33fd5
3
  size 3631
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcb7dbb7769f747aa0eb3f7c8288b3d77e44c18ab4fcf968b5c79c618e1e9914
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
+ }