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

ANSHG
/
llama-3.2-3b-AviationQA-ansh

PEFT
TensorBoard
Safetensors
llama
trl
sft
Generated from Trainer
4-bit precision
bitsandbytes
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use ANSHG/llama-3.2-3b-AviationQA-ansh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use ANSHG/llama-3.2-3b-AviationQA-ansh with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B")
    model = PeftModel.from_pretrained(base_model, "ANSHG/llama-3.2-3b-AviationQA-ansh")
  • Notebooks
  • Google Colab
  • Kaggle
llama-3.2-3b-AviationQA-ansh
3.24 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
ANSHG's picture
ANSHG
Upload LlamaForCausalLM
cc32fda verified almost 2 years ago
  • runs
    Model save almost 2 years ago
  • .gitattributes
    1.57 kB
    Training in progress, epoch 0 almost 2 years ago
  • README.md
    1.26 kB
    Model save almost 2 years ago
  • adapter_config.json
    726 Bytes
    Training in progress, epoch 0 almost 2 years ago
  • adapter_model.safetensors
    97.3 MB
    xet
    Training in progress, epoch 0 almost 2 years ago
  • config.json
    1.37 kB
    Upload LlamaForCausalLM almost 2 years ago
  • generation_config.json
    180 Bytes
    Upload LlamaForCausalLM almost 2 years ago
  • model.safetensors
    3.13 GB
    xet
    Upload LlamaForCausalLM almost 2 years ago
  • special_tokens_map.json
    335 Bytes
    Training in progress, epoch 0 almost 2 years ago
  • tokenizer.json
    17.2 MB
    xet
    Training in progress, epoch 0 almost 2 years ago
  • tokenizer_config.json
    50.5 kB
    Training in progress, epoch 0 almost 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.SchedulerType",
    • "accelerate.state.PartialState",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.training_args.TrainingArguments",
    • "accelerate.utils.dataclasses.DistributedType",
    • "torch.device",
    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "transformers.trainer_utils.HubStrategy"

    How to fix it?

    5.3 kB
    xet
    Training in progress, epoch 0 almost 2 years ago