Instructions to use tousifo/Research_Assistant with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tousifo/Research_Assistant with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("vilsonrodrigues/falcon-7b-instruct-sharded") model = PeftModel.from_pretrained(base_model, "tousifo/Research_Assistant") - Notebooks
- Google Colab
- Kaggle
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("vilsonrodrigues/falcon-7b-instruct-sharded")
model = PeftModel.from_pretrained(base_model, "tousifo/Research_Assistant")README.md exists but content is empty.
- Downloads last month
- -
# Gated model: Login with a HF token with gated access permission hf auth login