Instructions to use Tiger14n/tiny-dist with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Tiger14n/tiny-dist with Transformers:
# Load model directly from transformers import Mapperatorinator model = Mapperatorinator.from_pretrained("Tiger14n/tiny-dist", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "_from_model_config": true, | |
| "bos_token_id": 1, | |
| "decoder_start_token_id": 1, | |
| "do_sample": true, | |
| "eos_token_id": 2, | |
| "max_length": 2048, | |
| "pad_token_id": 0, | |
| "top_k": 0, | |
| "transformers_version": "4.47.0" | |
| } | |