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

vietmed
/
cardioqa

PEFT
PyTorch
mixformer-sequential
custom_code
8-bit precision
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use vietmed/cardioqa with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-1_5")
    model = PeftModel.from_pretrained(base_model, "vietmed/cardioqa")
  • Notebooks
  • Google Colab
  • Kaggle
cardioqa
1.54 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
vietmed's picture
vietmed
Upload model
7655514 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    435 Bytes
    Upload model over 2 years ago
  • adapter_config.json
    440 Bytes
    Upload model over 2 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    18.9 MB
    xet
    Upload model over 2 years ago
  • config.json
    1.12 kB
    Upload MixFormerSequentialForCausalLM over 2 years ago
  • generation_config.json
    69 Bytes
    Upload MixFormerSequentialForCausalLM over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (5)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.CharStorage",
    • "torch.FloatStorage",
    • "torch.HalfStorage"

    What is a pickle import?

    1.53 GB
    xet
    Upload MixFormerSequentialForCausalLM over 2 years ago