gary109 commited on
Commit
502d14b
1 Parent(s): a3a6ea8

Training in progress, epoch 1

Browse files
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "</s>": 10,
3
+ "<s>": 9
4
+ }
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "gary109/ai-light-dance_drums_pretrain_wav2vec2-base-new",
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-new-v6-1",
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:1e3877d09cd2c1f92581deb896a3f53987bfa3b505158150ff0d7c26905406a6
3
  size 377641233
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8db6f5c82844066db7ed8966be5bb09d00a0c6ef5bf8f328f7cceb4feecf96f
3
  size 377641233
runs/Nov24_11-53-00_ab5393081461/1669290862.3710074/events.out.tfevents.1669290862.ab5393081461.13798.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9a46f35f3fda8efbef401bf861df2c05046938c2528c653317b6cbee5d5781b
3
+ size 5695
runs/Nov24_11-53-00_ab5393081461/events.out.tfevents.1669290862.ab5393081461.13798.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47ed10aba2a8296f0190c59a2186ecd86303a417da008cdf8bf670e656b8e8c4
3
+ size 7842
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,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "do_lower_case": false,
4
+ "eos_token": "</s>",
5
+ "model_max_length": 1000000000000000019884624838656,
6
+ "name_or_path": "ai-light-dance_drums_ft_pretrain_wav2vec2-base-new-v6-1",
7
+ "pad_token": "[PAD]",
8
+ "processor_class": "Wav2Vec2Processor",
9
+ "replace_word_delimiter_char": " ",
10
+ "special_tokens_map_file": null,
11
+ "tokenizer_class": "Wav2Vec2CTCTokenizer",
12
+ "unk_token": "[UNK]",
13
+ "word_delimiter_token": "|"
14
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:474cac82b8ab45a3c2320a1b263f5dc24b65e0f1c1e1bfbce21a26c953b98e68
3
  size 3631
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bbeaed1ab1fc2e3cc2dd9eade43f8cf3387fdb3c1654fa2b184c3bce4ad9311
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
+ }