Instructions to use hiwden00/fs-w-xavier-base-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hiwden00/fs-w-xavier-base-en with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="hiwden00/fs-w-xavier-base-en")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("hiwden00/fs-w-xavier-base-en") model = AutoModelForSpeechSeq2Seq.from_pretrained("hiwden00/fs-w-xavier-base-en") - Notebooks
- Google Colab
- Kaggle
File size: 649 Bytes
ddf19e9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | {
"alignment_heads": [
[
3,
3
],
[
4,
7
],
[
5,
1
],
[
5,
5
],
[
5,
7
]
],
"begin_suppress_tokens": [
220,
50256
],
"bos_token_id": 50257,
"decoder_start_token_id": 50257,
"eos_token_id": 50256,
"forced_decoder_ids": [
[
1,
50362
]
],
"is_multilingual": false,
"max_initial_timestamp_index": 50,
"max_length": 448,
"no_timestamps_token_id": 50362,
"pad_token_id": 50256,
"prev_sot_token_id": 50360,
"return_timestamps": false,
"suppress_tokens": [],
"transformers_version": "4.45.1"
}
|