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

TurtleLiu
/
falcon7b_psychology_bot

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

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

  • Libraries
  • PEFT

    How to use TurtleLiu/falcon7b_psychology_bot with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("ybelkada/falcon-7b-sharded-bf16")
    model = PeftModel.from_pretrained(base_model, "TurtleLiu/falcon7b_psychology_bot")
  • Notebooks
  • Google Colab
  • Kaggle
falcon7b_psychology_bot
264 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 35 commits
TurtleLiu's picture
TurtleLiu
End of training
ea1b60e over 2 years ago
  • runs
    Training in progress, step 320 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.27 kB
    End of training over 2 years ago
  • adapter_config.json
    634 Bytes
    Training in progress, step 10 over 2 years ago
  • adapter_model.safetensors
    261 MB
    xet
    Training in progress, step 320 over 2 years ago
  • special_tokens_map.json
    313 Bytes
    Training in progress, step 10 over 2 years ago
  • tokenizer.json
    2.73 MB
    Training in progress, step 10 over 2 years ago
  • tokenizer_config.json
    2.57 kB
    Training in progress, step 10 over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.73 kB
    xet
    Training in progress, step 10 over 2 years ago