Transformers
Safetensors
English
Generated from Trainer
trl
sft
seo
instruction-tuning
fine-tune
huggingface
Instructions to use pratham-aggarwal22/DinkarSOFT-SEO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pratham-aggarwal22/DinkarSOFT-SEO with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("pratham-aggarwal22/DinkarSOFT-SEO", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Model Card for mistral-seo-output
This model is a fine-tuned version of mistralai/Mistral-7B-Instruct-v0.3. It has been trained using TRL.
Quick start
from transformers import pipeline
question = "Explain Google's ranking system called 'Helpful Content System'"
generator = pipeline("text-generation", model="pratham-aggarwal22/DinkarSOFT-SEO", device=0)
response = generator(
{"role": "user", "content": question},
max_new_tokens=256,
return_full_text=False
)[0]
print(response["generated_text"])
Training procedure
This model was trained with SFT.
Framework versions
- TRL: 0.19.1
- Transformers: 4.53.3
- Pytorch: 2.6.0+cu124
- Datasets: 4.0.0
- Tokenizers: 0.21.2
Citations
Cite TRL as:
@misc{vonwerra2022trl,
title = {{TRL: Transformer Reinforcement Learning}},
author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallou{\'e}dec},
year = 2020,
journal = {GitHub repository},
publisher = {GitHub},
howpublished = {\url{https://github.com/huggingface/trl}}
}
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for pratham-aggarwal22/DinkarSOFT-SEO
Base model
mistralai/Mistral-7B-v0.3 Finetuned
mistralai/Mistral-7B-Instruct-v0.3