Instructions to use entai2965/sugoi-v4-ja-en-ctranslate2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Fairseq
How to use entai2965/sugoi-v4-ja-en-ctranslate2 with Fairseq:
from fairseq.checkpoint_utils import load_model_ensemble_and_task_from_hf_hub models, cfg, task = load_model_ensemble_and_task_from_hf_hub( "entai2965/sugoi-v4-ja-en-ctranslate2" ) - Notebooks
- Google Colab
- Kaggle
File size: 222 Bytes
dc0b8af | 1 2 3 4 5 6 7 8 9 10 11 | {
"add_source_bos": false,
"add_source_eos": true,
"bos_token": "<s>",
"decoder_start_token": "</s>",
"eos_token": "</s>",
"layer_norm_epsilon": null,
"multi_query_attention": false,
"unk_token": "<unk>"
}
|