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

SomyaSaraswati
/
psychoanalysis-tinyllama-lora

Text Generation
PEFT
Safetensors
lora
tinyllama
psychoanalysis
conversational
Model card Files Files and versions
xet
Community

Instructions to use SomyaSaraswati/psychoanalysis-tinyllama-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use SomyaSaraswati/psychoanalysis-tinyllama-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-Chat-v1.0")
    model = PeftModel.from_pretrained(base_model, "SomyaSaraswati/psychoanalysis-tinyllama-lora")
  • Notebooks
  • Google Colab
  • Kaggle
psychoanalysis-tinyllama-lora
72.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
SomyaSaraswati's picture
SomyaSaraswati
Upload README.md with huggingface_hub
5eb8350 verified 7 months ago
  • checkpoint-1200
    Upload folder using huggingface_hub 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    319 Bytes
    Upload README.md with huggingface_hub 7 months ago
  • adapter_config.json
    736 Bytes
    Upload folder using huggingface_hub 7 months ago
  • adapter_model.safetensors
    25.3 MB
    xet
    Upload folder using huggingface_hub 7 months ago
  • special_tokens_map.json
    551 Bytes
    Upload folder using huggingface_hub 7 months ago
  • tokenizer.json
    3.62 MB
    Upload folder using huggingface_hub 7 months ago
  • tokenizer.model
    500 kB
    xet
    Upload folder using huggingface_hub 7 months ago
  • tokenizer_config.json
    1.37 kB
    Upload folder using huggingface_hub 7 months ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    5.56 kB
    xet
    Upload folder using huggingface_hub 7 months ago