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

samuelufp36726
/
screening_llmmodel

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

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

  • Libraries
  • PEFT

    How to use samuelufp36726/screening_llmmodel with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-hf")
    model = PeftModel.from_pretrained(base_model, "samuelufp36726/screening_llmmodel")
  • Notebooks
  • Google Colab
  • Kaggle
screening_llmmodel
1.45 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
samuelexaud's picture
samuelexaud
Added screening llmodel tokenizer
e1c6ccc almost 2 years ago
  • checkpoint-1154
    Added screening llmodel tokenizer almost 2 years ago
  • checkpoint-577
    Added screening llmodel tokenizer almost 2 years ago
  • runs
    Added screening llmodel tokenizer almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    464 Bytes
    Added screening llmodel tokenizer almost 2 years ago
  • adapter_config.json
    523 Bytes
    Added screening llmodel tokenizer almost 2 years ago
  • adapter_model.safetensors
    160 MB
    xet
    Added screening llmodel tokenizer almost 2 years ago
  • special_tokens_map.json
    437 Bytes
    Added screening llmodel tokenizer almost 2 years ago
  • tokenizer.json
    1.84 MB
    Added screening llmodel tokenizer almost 2 years ago
  • tokenizer_config.json
    762 Bytes
    Added screening llmodel tokenizer almost 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.09 kB
    xet
    Added screening llmodel tokenizer almost 2 years ago