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

AdityaNarayan
/
GLM-4.6-HS-LoRA-CurriculumLearning

Text Generation
PEFT
Safetensors
Rust
English
Hyperswitch
LoRA
CPT
Causal-LM
code-generation
phased-training
multiNode-training
curriculum-learning
FSDP
conversational
Model card Files Files and versions
xet
Community

Instructions to use AdityaNarayan/GLM-4.6-HS-LoRA-CurriculumLearning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use AdityaNarayan/GLM-4.6-HS-LoRA-CurriculumLearning with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("zai-org/GLM-4.6")
    model = PeftModel.from_pretrained(base_model, "AdityaNarayan/GLM-4.6-HS-LoRA-CurriculumLearning")
  • Notebooks
  • Google Colab
  • Kaggle
GLM-4.6-HS-LoRA-CurriculumLearning
575 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
AdityaNarayan's picture
AdityaNarayan
Upload 7 files
0c735e1 verified 5 months ago
  • .gitattributes
    1.57 kB
    Upload 7 files 5 months ago
  • README.md
    3.81 kB
    Create README.md 5 months ago
  • adapter_config.json
    556 Bytes
    Upload 7 files 5 months ago
  • adapter_model.safetensors
    555 MB
    xet
    Upload 7 files 5 months ago
  • chat_template.jinja
    3.24 kB
    Upload 7 files 5 months ago
  • special_tokens_map.json
    802 Bytes
    Upload 7 files 5 months ago
  • tokenizer.json
    20 MB
    xet
    Upload 7 files 5 months ago
  • tokenizer_config.json
    7.31 kB
    Upload 7 files 5 months ago
  • training_info.json
    4.29 kB
    Upload 7 files 5 months ago