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

flamiinngo
/
adaption_math_word_problems_solutions

Text Generation
PEFT
Safetensors
English
llama
math
code
lora
adapter
autoscientist
adaption
conversational
Model card Files Files and versions
xet
Community

Instructions to use flamiinngo/adaption_math_word_problems_solutions with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use flamiinngo/adaption_math_word_problems_solutions with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("togethercomputer/Meta-Llama-3.3-70B-Instruct-Reference")
    model = PeftModel.from_pretrained(base_model, "flamiinngo/adaption_math_word_problems_solutions")
  • Notebooks
  • Google Colab
  • Kaggle
adaption_math_word_problems_solutions
3.33 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
flamiinngo's picture
flamiinngo
Model card: 72-28 result, what produced the 12-point gain, limitations
fadcd3a verified 3 days ago
  • .gitattributes
    1.57 kB
    Add LoRA adapter weights (Llama-3.3-70B, math and code) 3 days ago
  • README.md
    5.18 kB
    Model card: 72-28 result, what produced the 12-point gain, limitations 3 days ago
  • adapter_config.json
    885 Bytes
    Add LoRA adapter weights (Llama-3.3-70B, math and code) 3 days ago
  • adapter_model.safetensors
    3.31 GB
    xet
    Add LoRA adapter weights (Llama-3.3-70B, math and code) 3 days ago
  • chat_template.jinja
    4.61 kB
    Add LoRA adapter weights (Llama-3.3-70B, math and code) 3 days ago
  • config.json
    895 Bytes
    Add LoRA adapter weights (Llama-3.3-70B, math and code) 3 days ago
  • special_tokens_map.json
    96 Bytes
    Add LoRA adapter weights (Llama-3.3-70B, math and code) 3 days ago
  • tokenizer.json
    17.2 MB
    xet
    Add LoRA adapter weights (Llama-3.3-70B, math and code) 3 days ago
  • tokenizer_config.json
    380 Bytes
    Add LoRA adapter weights (Llama-3.3-70B, math and code) 3 days ago
  • trainer_state.json
    13 kB
    Add LoRA adapter weights (Llama-3.3-70B, math and code) 3 days ago