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

  • Log In
  • Sign Up

sweatSmile
/
results

PEFT
TensorBoard
Safetensors
trl
sft
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • PEFT

    How to use sweatSmile/results with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Llama-2-7b-chat-hf")
    model = PeftModel.from_pretrained(base_model, "sweatSmile/results")
  • Notebooks
  • Google Colab
  • Kaggle
results
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
sweatSmile's picture
sweatSmile
Subha-roy/Legal-llama-2-7b-chat-hf
f3b2769 verified almost 2 years ago
  • runs
    Subha-roy/Legal-llama-2-7b-chat-hf almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.24 kB
    Subha-roy/Legal-llama-2-7b-chat-hf almost 2 years ago
  • adapter_config.json
    734 Bytes
    Subha-roy/Legal-llama-2-7b-chat-hf almost 2 years ago
  • adapter_model.safetensors
    160 MB
    xet
    Subha-roy/Legal-llama-2-7b-chat-hf almost 2 years ago
  • added_tokens.json
    21 Bytes
    Subha-roy/Legal-llama-2-7b-chat-hf almost 2 years ago
  • special_tokens_map.json
    434 Bytes
    Subha-roy/Legal-llama-2-7b-chat-hf almost 2 years ago
  • tokenizer.json
    1.84 MB
    Subha-roy/Legal-llama-2-7b-chat-hf almost 2 years ago
  • tokenizer.model
    500 kB
    xet
    Subha-roy/Legal-llama-2-7b-chat-hf almost 2 years ago
  • tokenizer_config.json
    1.09 kB
    Subha-roy/Legal-llama-2-7b-chat-hf almost 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    5.43 kB
    xet
    Subha-roy/Legal-llama-2-7b-chat-hf almost 2 years ago