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
| { | |
| "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" | |
| } | |