eustlb HF Staff commited on
Commit
4b83413
·
verified ·
1 Parent(s): 1a118e3

Upload processor

Browse files
Files changed (2) hide show
  1. processor_config.json +1 -1
  2. tokenizer_config.json +1 -1
processor_config.json CHANGED
@@ -14,5 +14,5 @@
14
  "return_attention_mask": false,
15
  "sampling_rate": 16000
16
  },
17
- "processor_class": "GlmasrProcessor"
18
  }
 
14
  "return_attention_mask": false,
15
  "sampling_rate": 16000
16
  },
17
+ "processor_class": "GlmAsrProcessor"
18
  }
tokenizer_config.json CHANGED
@@ -26,7 +26,7 @@
26
  "model_specific_special_tokens": {},
27
  "pad_token": "<|endoftext|>",
28
  "padding_side": "left",
29
- "processor_class": "GlmasrProcessor",
30
  "remove_space": false,
31
  "tokenizer_class": "TokenizersBackend"
32
  }
 
26
  "model_specific_special_tokens": {},
27
  "pad_token": "<|endoftext|>",
28
  "padding_side": "left",
29
+ "processor_class": "GlmAsrProcessor",
30
  "remove_space": false,
31
  "tokenizer_class": "TokenizersBackend"
32
  }