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

CrowtherLabs
/
Atom-Electron-1.0

Text Generation
PEFT
Safetensors
English
lora
conversational
Model card Files Files and versions
xet
Community

Instructions to use CrowtherLabs/Atom-Electron-1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use CrowtherLabs/Atom-Electron-1.0 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("openai/gpt-oss-20b")
    model = PeftModel.from_pretrained(base_model, "CrowtherLabs/Atom-Electron-1.0")
  • Notebooks
  • Google Colab
  • Kaggle
Atom-Electron-1.0
1.82 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
DanielTobi0's picture
DanielTobi0
Use PreTrainedTokenizerFast for self-contained tokenizer load
8b350dc verified 18 days ago
  • .gitattributes
    1.57 kB
    Add bundled tokenizer + chat template; comprehensive self-contained model card 18 days ago
  • README.md
    6.54 kB
    Use PreTrainedTokenizerFast for self-contained tokenizer load 18 days ago
  • adapter_config.json
    501 Bytes
    Add Atom Electron 1.0 (LoRA adapter) 18 days ago
  • adapter_model.safetensors
    1.79 GB
    xet
    Add Atom Electron 1.0 (LoRA adapter) 18 days ago
  • chat_template.jinja
    16.7 kB
    Add bundled tokenizer + chat template; comprehensive self-contained model card 18 days ago
  • special_tokens_map.json
    98 Bytes
    Add bundled tokenizer + chat template; comprehensive self-contained model card 18 days ago
  • tokenizer.json
    27.9 MB
    xet
    Add bundled tokenizer + chat template; comprehensive self-contained model card 18 days ago
  • tokenizer_config.json
    4.2 kB
    Add bundled tokenizer + chat template; comprehensive self-contained model card 18 days ago