Instructions to use scott156/LongT5BaseNSPCCV1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use scott156/LongT5BaseNSPCCV1 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("scott156/LongT5BaseNSPCCV1") model = AutoModelForMultimodalLM.from_pretrained("scott156/LongT5BaseNSPCCV1") - Notebooks
- Google Colab
- Kaggle
| { | |
| "decoder_start_token_id": 0, | |
| "eos_token_id": 1, | |
| "max_new_tokens": 400, | |
| "no_repeat_ngram_size": 5, | |
| "num_beams": 3, | |
| "pad_token_id": 0, | |
| "transformers_version": "4.39.2" | |
| } | |