users_gender
Collection
1 item • Updated
How to use deepakdevfocaloid/tinyllama-users_gender with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-Chat-v1.0")
model = PeftModel.from_pretrained(base_model, "deepakdevfocaloid/tinyllama-users_gender")from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-Chat-v1.0")
model = PeftModel.from_pretrained(base_model, "deepakdevfocaloid/tinyllama-users_gender")This model is a fine-tuned version of TinyLlama/TinyLlama-1.1B-Chat-v1.0 on the None dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
TinyLlama/TinyLlama-1.1B-Chat-v1.0
# Gated model: Login with a HF token with gated access permission hf auth login