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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

MuhammadHamza33
/
medi-llama-dpo

Question Answering
Transformers
Safetensors
English
llama
text-generation
medical
lora
sft
dpo
tinyllama
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use MuhammadHamza33/medi-llama-dpo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use MuhammadHamza33/medi-llama-dpo with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="MuhammadHamza33/medi-llama-dpo")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("MuhammadHamza33/medi-llama-dpo")
    model = AutoModelForCausalLM.from_pretrained("MuhammadHamza33/medi-llama-dpo", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
medi-llama-dpo
2.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
MuhammadHamza33's picture
MuhammadHamza33
Update README.md
ddbe1a9 verified 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    5.36 kB
    Update README.md 2 months ago
  • config.json
    669 Bytes
    Upload LlamaForCausalLM 2 months ago
  • generation_config.json
    124 Bytes
    Upload LlamaForCausalLM 2 months ago
  • model.safetensors
    2.2 GB
    xet
    Upload LlamaForCausalLM 2 months ago
  • special_tokens_map.json
    414 Bytes
    Upload tokenizer 2 months ago
  • tokenizer.json
    3.62 MB
    Upload tokenizer 2 months ago
  • tokenizer.model
    500 kB
    xet
    Upload tokenizer 2 months ago
  • tokenizer_config.json
    976 Bytes
    Upload tokenizer 2 months ago