gary109 commited on
Commit
ab50984
1 Parent(s): 62428d8

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_pretrain2_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_pretrain2_wav2vec2-large-xlsr-53",
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:4b8bda60b7088601e539575b934803208fd9724094af6990a0095e9621030343
3
  size 1261972529
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdff9bf77252d344e827bbf68843aa334def2f9b13a43e844e1750a596572904
3
  size 1261972529
runs/Jul24_22-06-22_1ed44b0553cd/1658701288.5736728/events.out.tfevents.1658701288.1ed44b0553cd.9933.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32990e0d8d8eaa3721a8eb0933c11e1fd96cfb4c5bd1d81da012100ead593889
3
+ size 5528
runs/Jul24_22-06-22_1ed44b0553cd/events.out.tfevents.1658701288.1ed44b0553cd.9933.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef8f5c9c4899cd6d93c423964d3d39659c8d13a14791e3a10352fc5bdceaa7ef
3
+ size 6872
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_pretrain2_wav2vec2-large-xlsr-53",
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:e7cf8fa5d251c96795e661a74241376f07793464f97f943f29611c9318827cf5
3
  size 3503
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f49b301b6e90523ab588f86f88181268fa519669e58a09d233c3bd41b0bb0679
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
+ }