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

emilykang
/
medmcqa_question_generation-physiology_lora

PEFT
Safetensors
llama
trl
sft
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use emilykang/medmcqa_question_generation-physiology_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use emilykang/medmcqa_question_generation-physiology_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, "emilykang/medmcqa_question_generation-physiology_lora")
  • Notebooks
  • Google Colab
  • Kaggle
medmcqa_question_generation-physiology_lora
2.21 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
emilykang's picture
emilykang
Upload tokenizer
4f8d892 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.29 kB
    End of training about 2 years ago
  • adapter_config.json
    688 Bytes
    Training in progress, epoch 0 about 2 years ago
  • adapter_model.safetensors
    9.03 MB
    xet
    Training in progress, epoch 9 about 2 years ago
  • config.json
    692 Bytes
    Upload LlamaForCausalLM about 2 years ago
  • generation_config.json
    124 Bytes
    Upload LlamaForCausalLM about 2 years ago
  • model.safetensors
    2.2 GB
    xet
    Upload LlamaForCausalLM about 2 years ago
  • special_tokens_map.json
    437 Bytes
    Training in progress, epoch 0 about 2 years ago
  • tokenizer.json
    1.84 MB
    Training in progress, epoch 0 about 2 years ago
  • tokenizer_config.json
    1.34 kB
    Training in progress, epoch 0 about 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    5.05 kB
    xet
    Training in progress, epoch 0 about 2 years ago