Text Generation
Safetensors
English
qwen2
rag
question-answering
scientific-literature
arxiv
nlp
research-tool
conversational
Instructions to use metaresearch/PapersRAG-1.5B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Inference
| { | |
| "backend": "tokenizers", | |
| "clean_up_tokenization_spaces": true, | |
| "cls_token": "[CLS]", | |
| "do_basic_tokenize": true, | |
| "do_lower_case": true, | |
| "is_local": false, | |
| "mask_token": "[MASK]", | |
| "model_max_length": 512, | |
| "model_specific_special_tokens": {}, | |
| "never_split": null, | |
| "pad_token": "[PAD]", | |
| "sep_token": "[SEP]", | |
| "strip_accents": null, | |
| "tokenize_chinese_chars": true, | |
| "tokenizer_class": "BertTokenizer", | |
| "unk_token": "[UNK]" | |
| } | |