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

jurijvega
/
GaMS-9B-KMMA

PEFT
Safetensors
Transformers
lora
Model card Files Files and versions
xet
Community

Instructions to use jurijvega/GaMS-9B-KMMA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use jurijvega/GaMS-9B-KMMA with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("cjvt/GaMS-9B-Instruct")
    model = PeftModel.from_pretrained(base_model, "jurijvega/GaMS-9B-KMMA")
  • Transformers

    How to use jurijvega/GaMS-9B-KMMA with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("jurijvega/GaMS-9B-KMMA", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
GaMS-9B-KMMA
143 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
jurijvega's picture
jurijvega
Update README.md
4c8ff23 verified 9 months ago
  • .gitattributes
    1.57 kB
    Initial commit 9 months ago
  • README.md
    3.2 kB
    Update README.md 9 months ago
  • adapter_config.json
    960 Bytes
    Initial commit 9 months ago
  • adapter_model.safetensors
    108 MB
    xet
    Initial commit 9 months ago
  • chat_template.jinja
    591 Bytes
    Initial commit 9 months ago
  • label_maps.json
    266 Bytes
    Initial commit 9 months ago
  • multitask_head.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    233 kB
    xet
    Initial commit 9 months ago
  • special_tokens_map.json
    636 Bytes
    Initial commit 9 months ago
  • tokenizer.json
    34.4 MB
    xet
    Initial commit 9 months ago
  • tokenizer_config.json
    46.4 kB
    Initial commit 9 months ago