Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

stefanj0
/
t5gemma-math-corrector

PEFT
Safetensors
Transformers
lora
Model card Files Files and versions
xet
Community

Instructions to use stefanj0/t5gemma-math-corrector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use stefanj0/t5gemma-math-corrector with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSeq2SeqLM
    
    base_model = AutoModelForSeq2SeqLM.from_pretrained("google/t5gemma-s-s-ul2-it")
    model = PeftModel.from_pretrained(base_model, "stefanj0/t5gemma-math-corrector")
  • Transformers

    How to use stefanj0/t5gemma-math-corrector with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("stefanj0/t5gemma-math-corrector", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
t5gemma-math-corrector
102 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 43 commits
stefanj0's picture
stefanj0
End of training
5505706 verified 11 months ago
  • last-checkpoint
    Training in progress, step 800, checkpoint 11 months ago
  • .gitattributes
    1.64 kB
    Training in progress, step 200, checkpoint 11 months ago
  • README.md
    1.77 kB
    Model save 11 months ago
  • adapter_config.json
    940 Bytes
    Training in progress, step 200 11 months ago
  • adapter_model.safetensors
    8.3 MB
    xet
    Model save 11 months ago
  • chat_template.jinja
    577 Bytes
    Training in progress, step 200 11 months ago
  • special_tokens_map.json
    636 Bytes
    Training in progress, step 200 11 months ago
  • tokenizer.json
    34.4 MB
    xet
    Training in progress, step 200 11 months ago
  • tokenizer_config.json
    46.4 kB
    Training in progress, step 200 11 months ago
  • training_args.bin
    5.91 kB
    xet
    Training in progress, step 200 11 months ago
  • training_metrics.json
    206 Bytes
    End of training 11 months ago