TagPredictionModels
Collection
The models in this collection were introduced in the paper Domain Adaptation for Automated Tag Prediction in Competitive Programming. • 15 items • Updated
How to use Sauron0019/Gemma-3-12B-TagPrediction-Top20-Editorial with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("google/gemma-3-12b-it")
model = PeftModel.from_pretrained(base_model, "Sauron0019/Gemma-3-12B-TagPrediction-Top20-Editorial")This model is a fine-tuned version of google/gemma-3-12b-it on the top_20_training_dataset and the top_20_validation_dataset datasets.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: