Instructions to use Lakoc/experiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Lakoc/experiment with Transformers:
# Load model directly from transformers import JointCTCAttentionEncoderDecoder model = JointCTCAttentionEncoderDecoder.from_pretrained("Lakoc/experiment", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 344 Bytes
5b99b55 c3482b3 5b99b55 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"apply_eos_space_trick": false,
"bos_token_id": 0,
"ctc_margin": 0,
"ctc_weight": 0.3,
"decoder_start_token_id": 0,
"eos_space_trick_weight": 0.0,
"eos_token_id": 1,
"lm_model": null,
"lm_weight": 0.0,
"max_length": 200,
"num_beams": 10,
"pad_token_id": 3,
"space_token_id": -1,
"transformers_version": "4.39.3"
}
|