Question Answering
Transformers
Safetensors
PEFT
Spanish
llama
text-generation
resident-evil
qlora
llama-cpp
instruct
gaming
text-generation-inference
Instructions to use DavidCaraballoBulnes/ResidentEvil-QA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DavidCaraballoBulnes/ResidentEvil-QA with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="DavidCaraballoBulnes/ResidentEvil-QA")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("DavidCaraballoBulnes/ResidentEvil-QA") model = AutoModelForCausalLM.from_pretrained("DavidCaraballoBulnes/ResidentEvil-QA", device_map="auto") - PEFT
How to use DavidCaraballoBulnes/ResidentEvil-QA with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
| { | |
| "_from_model_config": true, | |
| "bos_token_id": 1, | |
| "do_sample": true, | |
| "eos_token_id": [ | |
| 2, | |
| 5 | |
| ], | |
| "repetition_penalty": 1.2, | |
| "temperature": 0.6, | |
| "transformers_version": "5.3.0" | |
| } | |