gary109 commited on
Commit
65bd33e
1 Parent(s): 369c7c1

Training in progress, epoch 0

Browse files
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "</s>": 17,
3
+ "<s>": 16
4
+ }
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "gary109/ai-light-dance_singing3_ft_wav2vec2-large-xlsr-53",
3
  "activation_dropout": 0.0,
4
  "adapter_kernel_size": 3,
5
  "adapter_stride": 2,
 
1
  {
2
+ "_name_or_path": "gary109/ai-light-dance_singing3_ft_wav2vec2-large-xlsr-53-v1",
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:d6feabd05900ada5bb16452fbffb1418586b8eba4c4fb5cb8fda37bd966af7e1
3
  size 1261972529
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb98049d3fe43c3b8b406735edfabc60a15c6f03ff0af7a6c5d438187332d960
3
  size 1261972529
runs/Jul08_06-48-48_e43e87908b0c/1657263904.7259562/events.out.tfevents.1657263904.e43e87908b0c.2948.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9ed2590a7f89e91ff29323cb5f846b3b1f88d07bc7aef65b3d0298b7e357b1b
3
+ size 5500
runs/Jul08_06-48-48_e43e87908b0c/events.out.tfevents.1657263904.e43e87908b0c.2948.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6992d0f4aebea734a7eca456e8b91b69224efe5d0a6d7a7d58b44154e6105ca5
3
+ size 6837
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_singing3_ft_wav2vec2-large-xlsr-53-v1",
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:494aa03c064fe0393908cef0cf3146e54747a81704099f69728eb0956a291adb
3
  size 3503
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7f0eab5b1c8fdf8807834986e9e8c41fbdfc1cea909809acdf0a1227773b395
3
  size 3503
vocab.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "#": 1,
3
+ "1": 2,
4
+ "2": 3,
5
+ "3": 4,
6
+ "4": 5,
7
+ "5": 6,
8
+ "[PAD]": 15,
9
+ "[UNK]": 14,
10
+ "a": 7,
11
+ "b": 8,
12
+ "c": 9,
13
+ "d": 10,
14
+ "e": 11,
15
+ "f": 12,
16
+ "g": 13,
17
+ "|": 0
18
+ }