gary109 commited on
Commit
e72a0bf
1 Parent(s): cecc1a1

Training in progress, epoch 1

Browse files
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "</s>": 7,
3
+ "<s>": 6
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-new_onset-idmt-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:f5b21a5de0ceadd9ab222bc79ab60c8d3c9880c4f4ef16b269168e230f7e5a8a
3
  size 377632017
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34cc66d77323e2b325e4b7e3a1434034d2fb7773b40043b297e427fc7d014d55
3
  size 377632017
runs/Nov25_04-10-45_4b2aca464fe8/1669349506.5836768/events.out.tfevents.1669349506.4b2aca464fe8.6258.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ccbd4f5b03164bbe8effe5832a0854cc28d9ea2d08c64567aa2474eb9ffe667
3
+ size 5727
runs/Nov25_04-10-45_4b2aca464fe8/events.out.tfevents.1669349506.4b2aca464fe8.6258.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f83b7d1f22f7836001c4d460dbc4c8706eadb0e060a0630ccb62e7dbb78e421d
3
+ size 5713
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-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:e103dbe099906debb0cdf4fb152291af8b6362376f431e5f7220d5f7cc0bf045
3
  size 3631
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc8d4cdf912ca3b9c2809669436cd06d50f9d33f155c04068d3c92daf6d88233
3
  size 3631
vocab.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "[PAD]": 5,
3
+ "[UNK]": 4,
4
+ "h": 1,
5
+ "k": 2,
6
+ "s": 3,
7
+ "|": 0
8
+ }