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

llama-duo
/
gemma7b-summarize

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

Instructions to use llama-duo/gemma7b-summarize with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use llama-duo/gemma7b-summarize with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("google/gemma-7b")
    model = PeftModel.from_pretrained(base_model, "llama-duo/gemma7b-summarize")
  • Notebooks
  • Google Colab
  • Kaggle
gemma7b-summarize
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
chansung's picture
chansung
End of training
42f00d1 verified about 2 years ago
  • runs
    End of training about 2 years ago
  • .gitattributes
    1.57 kB
    Model save about 2 years ago
  • README.md
    2.03 kB
    End of training about 2 years ago
  • adapter_config.json
    716 Bytes
    Model save about 2 years ago
  • adapter_model.safetensors
    25.1 MB
    xet
    Model save about 2 years ago
  • all_results.json
    394 Bytes
    End of training about 2 years ago
  • config.json
    1.17 kB
    End of training about 2 years ago
  • eval_results.json
    184 Bytes
    End of training about 2 years ago
  • special_tokens_map.json
    630 Bytes
    Model save about 2 years ago
  • tokenizer.json
    17.5 MB
    xet
    Model save about 2 years ago
  • tokenizer_config.json
    1.89 kB
    Model save about 2 years ago
  • train_results.json
    231 Bytes
    Model save about 2 years ago
  • trainer_state.json
    4.22 kB
    Model save about 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    5.18 kB
    xet
    Model save about 2 years ago