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

AsadIsmail
/
prism-memory

Text Generation
PEFT
Safetensors
conversational-memory
information-extraction
long-context
lora
qwen2.5
conversational
Model card Files Files and versions
xet
Community

Instructions to use AsadIsmail/prism-memory with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use AsadIsmail/prism-memory with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-7B-Instruct")
    model = PeftModel.from_pretrained(base_model, "AsadIsmail/prism-memory")
  • Notebooks
  • Google Colab
  • Kaggle
prism-memory
92.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
AsadIsmail's picture
AsadIsmail
Publish PRISM-Memory adapter bundle
9088f51 verified about 1 month ago
  • docs
    Publish PRISM-Memory adapter bundle about 1 month ago
  • results
    Publish PRISM-Memory adapter bundle about 1 month ago
  • .gitattributes
    1.57 kB
    Publish PRISM-Memory adapter bundle about 1 month ago
  • LICENSE
    10.8 kB
    Publish PRISM-Memory adapter bundle about 1 month ago
  • README.md
    6.18 kB
    Publish PRISM-Memory adapter bundle about 1 month ago
  • adapter_config.json
    1.06 kB
    Publish PRISM-Memory adapter bundle about 1 month ago
  • adapter_model.safetensors
    80.8 MB
    xet
    Publish PRISM-Memory adapter bundle about 1 month ago
  • chat_template.jinja
    2.51 kB
    Publish PRISM-Memory adapter bundle about 1 month ago
  • tokenizer.json
    11.4 MB
    xet
    Publish PRISM-Memory adapter bundle about 1 month ago
  • tokenizer_config.json
    664 Bytes
    Publish PRISM-Memory adapter bundle about 1 month ago
  • training_args.bin

    Detected Pickle imports (10)

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

    How to fix it?

    5.3 kB
    xet
    Publish PRISM-Memory adapter bundle about 1 month ago