Instructions to use Kesian/general_t5_nmt_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kesian/general_t5_nmt_test with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Kesian/general_t5_nmt_test") model = AutoModelForSeq2SeqLM.from_pretrained("Kesian/general_t5_nmt_test", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 215 Bytes
47a3428 | 1 2 3 4 5 6 7 | {
"model_max_length": 1000000000000000019884624838656,
"name_or_path": "custom_tokenizer",
"special_tokens_map_file": "test_tokenizer/special_tokens_map.json",
"tokenizer_class": "PreTrainedTokenizerFast"
}
|