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

oki0ki
/
gptoss

PEFT
Safetensors
gpt_oss
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use oki0ki/gptoss with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("togethercomputer/gpt-oss-20b-bf16")
    model = PeftModel.from_pretrained(base_model, "oki0ki/gptoss")
  • Notebooks
  • Google Colab
  • Kaggle
gptoss
155 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
oki0ki's picture
oki0ki
Upload folder using huggingface_hub
af2e8a9 verified 2 months ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub 2 months ago
  • README.md
    5.11 kB
    Upload folder using huggingface_hub 2 months ago
  • adapter_config.json
    815 Bytes
    Upload folder using huggingface_hub 2 months ago
  • adapter_model.safetensors
    127 MB
    xet
    Upload folder using huggingface_hub 2 months ago
  • chat_template.jinja
    15.9 kB
    Upload folder using huggingface_hub 2 months ago
  • config.json
    1.67 kB
    Upload folder using huggingface_hub 2 months ago
  • special_tokens_map.json
    440 Bytes
    Upload folder using huggingface_hub 2 months ago
  • tokenizer.json
    27.9 MB
    xet
    Upload folder using huggingface_hub 2 months ago
  • tokenizer_config.json
    4.2 kB
    Upload folder using huggingface_hub 2 months ago
  • trainer_state.json
    1.04 kB
    Upload folder using huggingface_hub 2 months ago