We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac2493a + 3aa7c78 commit 8494414Copy full SHA for 8494414
src/tokenizers.js
@@ -47,10 +47,8 @@ import {
47
import { Template } from '@huggingface/jinja';
48
49
import {
50
- WHISPER_LANGUAGE_MAPPING,
51
- whisper_language_to_code,
+ WHISPER_LANGUAGE_MAPPING
52
} from './models/whisper/common_whisper.js';
53
-import { GITHUB_ISSUE_URL } from './utils/constants.js';
54
55
/**
56
* @typedef {Object} TokenizerProperties Additional tokenizer-specific properties.
0 commit comments