Instructions to use Dipl0/NLP_Chat_QA_1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Dipl0/NLP_Chat_QA_1 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Dipl0/NLP_Chat_QA_1") model = AutoModelForSeq2SeqLM.from_pretrained("Dipl0/NLP_Chat_QA_1") - Notebooks
- Google Colab
- Kaggle
| { | |
| "additional_special_tokens": null, | |
| "eos_token": "</s>", | |
| "extra_ids": 0, | |
| "model_max_length": 1000000000000000019884624838656, | |
| "name_or_path": "google/mt5-base", | |
| "pad_token": "<pad>", | |
| "sp_model_kwargs": {}, | |
| "special_tokens_map_file": "/home/patrick/.cache/torch/transformers/685ac0ca8568ec593a48b61b0a3c272beee9bc194a3c7241d15dcadb5f875e53.f76030f3ec1b96a8199b2593390c610e76ca8028ef3d24680000619ffb646276", | |
| "tokenizer_class": "T5Tokenizer", | |
| "tokenizer_file": null, | |
| "truncate": true, | |
| "unk_token": "<unk>" | |
| } | |