This is a fine-tuned version of Gemma-3-12B specialized in answering questions about Firecrawl web scraping.
The model was fine-tuned on the bexgboost/openai-agents-python-qa-firecrawl dataset, which contains question-answer pairs about Firecrawl and web scraping techniques.
1from unsloth import FastModel
2model, tokenizer = FastModel.from_pretrained(
3 model_name = "Laksh99/Gemma_finetuned_april_24_2025",
4 max_seq_length = 2048,
5 load_in_4bit = True
6)