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

Mike0021
/
qwen35-0.8b-ner-json-lora

Token Classification
PEFT
Safetensors
lora
qwen
named-entity-recognition
json
Model card Files Files and versions
xet
Community

Instructions to use Mike0021/qwen35-0.8b-ner-json-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Mike0021/qwen35-0.8b-ner-json-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3.5-0.8B")
    model = PeftModel.from_pretrained(base_model, "Mike0021/qwen35-0.8b-ner-json-lora")
  • Notebooks
  • Google Colab
  • Kaggle
qwen35-0.8b-ner-json-lora
63.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Mike0021's picture
Mike0021
Update model card for pushed Run 4 recipe
6d4e4cf verified 2 months ago
  • .gitattributes
    1.57 kB
    Upload tokenizer 2 months ago
  • README.md
    2.18 kB
    Update model card for pushed Run 4 recipe 2 months ago
  • adapter_config.json
    1.13 kB
    Upload model 2 months ago
  • adapter_model.safetensors
    43.3 MB
    xet
    Upload model 2 months ago
  • chat_template.jinja
    7.76 kB
    Upload tokenizer 2 months ago
  • tokenizer.json
    20 MB
    xet
    Upload tokenizer 2 months ago
  • tokenizer_config.json
    1.1 kB
    Upload tokenizer 2 months ago