Instructions to use pranavupadhyaya52/Wiki-SmartBotLM-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pranavupadhyaya52/Wiki-SmartBotLM-Instruct with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="pranavupadhyaya52/Wiki-SmartBotLM-Instruct", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("pranavupadhyaya52/Wiki-SmartBotLM-Instruct", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "bos_token_id": 1, | |
| "eos_token_id": 2, | |
| "pad_token_id": 0, | |
| "max_length": 8192, | |
| "do_sample": true, | |
| "temperature": 0.2, | |
| "top_p": 0.95, | |
| "top_k": 40, | |
| "repetition_penalty": 1.1 | |
| } |