Instructions to use Adapting/dialogue_agent_nlplab2022 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Adapting/dialogue_agent_nlplab2022 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Adapting/dialogue_agent_nlplab2022") model = AutoModelForSeq2SeqLM.from_pretrained("Adapting/dialogue_agent_nlplab2022") - Notebooks
- Google Colab
- Kaggle
File size: 141 Bytes
f598838 | 1 2 3 4 5 6 7 8 9 10 11 | {
"<mask>": 8008,
"[None]": 8015,
"[bhv]": 8014,
"[bos]": 8011,
"[eos]": 8012,
"[qst]": 8013,
"[sys]": 8010,
"[usr]": 8009
}
|