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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

stewy33
/
Llama-3.3-70B-Instruct-Reference-augmented_synth_docs-e90f1635

PEFT
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use stewy33/Llama-3.3-70B-Instruct-Reference-augmented_synth_docs-e90f1635 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use stewy33/Llama-3.3-70B-Instruct-Reference-augmented_synth_docs-e90f1635 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, "stewy33/Llama-3.3-70B-Instruct-Reference-augmented_synth_docs-e90f1635")
  • Notebooks
  • Google Colab
  • Kaggle
Llama-3.3-70B-Instruct-Reference-augmented_synth_docs-e90f1635
1.67 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
Stewy Slocum
Add fine-tuned model
a37a6f2 about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    131 Bytes
    Add fine-tuned model about 1 year ago
  • adapter_config.json
    757 Bytes
    Add fine-tuned model about 1 year ago
  • adapter_model.safetensors
    1.66 GB
    xet
    Add fine-tuned model about 1 year ago
  • special_tokens_map.json
    325 Bytes
    Add fine-tuned model about 1 year ago
  • together_ft_id.txt
    17 Bytes
    Add fine-tuned model about 1 year ago
  • tokenizer.json
    9.09 MB
    Add fine-tuned model about 1 year ago
  • tokenizer_config.json
    51 kB
    Add fine-tuned model about 1 year ago
  • trainer_state.json
    136 kB
    Add fine-tuned model about 1 year ago