gary109 commited on
Commit
0330462
1 Parent(s): 638251f
Files changed (2) hide show
  1. special_tokens_map.json +14 -0
  2. tokenizer_config.json +1 -1
special_tokens_map.json CHANGED
@@ -49,6 +49,20 @@
49
  "rstrip": false,
50
  "single_word": false
51
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  {
53
  "content": "</s>",
54
  "lstrip": false,
 
49
  "rstrip": false,
50
  "single_word": false
51
  },
52
+ {
53
+ "content": "</s>",
54
+ "lstrip": false,
55
+ "normalized": true,
56
+ "rstrip": false,
57
+ "single_word": false
58
+ },
59
+ {
60
+ "content": "<s>",
61
+ "lstrip": false,
62
+ "normalized": true,
63
+ "rstrip": false,
64
+ "single_word": false
65
+ },
66
  {
67
  "content": "</s>",
68
  "lstrip": false,
tokenizer_config.json CHANGED
@@ -2,7 +2,7 @@
2
  "bos_token": "<s>",
3
  "do_lower_case": false,
4
  "eos_token": "</s>",
5
- "name_or_path": "gary109/ai-light-dance_singing_ft_wav2vec2-large-xlsr-53",
6
  "pad_token": "[PAD]",
7
  "processor_class": "Wav2Vec2ProcessorWithLM",
8
  "replace_word_delimiter_char": " ",
 
2
  "bos_token": "<s>",
3
  "do_lower_case": false,
4
  "eos_token": "</s>",
5
+ "name_or_path": "gary109/ai-light-dance_singing_ft_wav2vec2-large-xlsr-53-5gram-v4",
6
  "pad_token": "[PAD]",
7
  "processor_class": "Wav2Vec2ProcessorWithLM",
8
  "replace_word_delimiter_char": " ",