Instructions to use Kromtao/basic3test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kromtao/basic3test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="Kromtao/basic3test")# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("Kromtao/basic3test", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 265 Bytes
3ca9512 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"_from_model_config": true,
"bos_token_id": 1025,
"decoder_start_token_id": 1025,
"min_new_tokens": 10,
"do_sample": true,
"eos_token_id": 1024,
"guidance_scale": 1,
"max_length": 2580,
"pad_token_id": 1024,
"transformers_version": "4.40.2"
}
|