Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

NotoriousH2
/
outputs

PEFT
Safetensors
llama
Generated from Trainer
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use NotoriousH2/outputs with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("upstage/SOLAR-10.7B-v1.0")
    model = PeftModel.from_pretrained(base_model, "NotoriousH2/outputs")
  • Notebooks
  • Google Colab
  • Kaggle
outputs
5.88 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
NotoriousH2's picture
NotoriousH2
NotoriousH2/test2_solar_10.7b_v1.0
520bcf9 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.18 kB
    NotoriousH2/test2_solar_10.7b_v1.0 over 2 years ago
  • adapter_config.json
    675 Bytes
    NotoriousH2/test2_solar_10.7b_v1.0 over 2 years ago
  • adapter_model.safetensors
    126 MB
    xet
    NotoriousH2/test2_solar_10.7b_v1.0 over 2 years ago
  • config.json
    764 Bytes
    NotoriousH2/42dot_1.3B_notolab over 2 years ago
  • generation_config.json
    171 Bytes
    NotoriousH2/42dot_1.3B_notolab over 2 years ago
  • model-00001-of-00002.safetensors
    4.98 GB
    xet
    NotoriousH2/42dot_1.3B_notolab over 2 years ago
  • model-00002-of-00002.safetensors
    773 MB
    xet
    NotoriousH2/42dot_1.3B_notolab over 2 years ago
  • model.safetensors.index.json
    18 kB
    NotoriousH2/42dot_1.3B_notolab over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.66 kB
    xet
    NotoriousH2/test2_solar_10.7b_v1.0 over 2 years ago