gary109 commited on
Commit
56507e8
·
1 Parent(s): df268c0

Training in progress, epoch 0

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_ft_pretrain_wav2vec2-base-new_onset-idmt-2",
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_onset-idmt-mdb-2",
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:3128e01a76847eac02af3ea94ab7eedc983a4a28a52d2f2c70949d1b18b82f44
3
- size 377641233
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6ee7a705ad0f00cd5683536af5540949f0bd1bd366d2c287fb1a99aade033c5
3
+ size 377641232
runs/Nov25_06-38-15_4b2aca464fe8/1669358355.5369723/events.out.tfevents.1669358355.4b2aca464fe8.10347.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c685546f46256a993cab1afde1742d760f6bacef1d335c549fa890de2ea27356
3
+ size 5743
runs/Nov25_06-38-15_4b2aca464fe8/events.out.tfevents.1669358355.4b2aca464fe8.10347.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64442a1206525778931a165b9746d20e765a4951500e4f99b4440f4155dbc472
3
+ size 5888
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_onset-idmt-mdb-2",
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:c4af92aa4055614001aa07fe429ea37d7b433086fa8f5c3575c77618d2d50692
3
  size 3631
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc0f1ad0a1ed0ea66621a3baa1771e2ea31b0ab4485aa1f7799ecee7e6bc7c9c
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
+ }