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

NAMAA-Space
/
alexandriax-nilechat-ctx-aux

Text Generation
PEFT
Safetensors
Arabic
English
translation
arabic
dialectal-arabic
nilechat
lora
qlora
back-translation
data-augmentation
alexandriax-2026
arabicnlp2026
shared-task
conversational
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use NAMAA-Space/alexandriax-nilechat-ctx-aux with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use NAMAA-Space/alexandriax-nilechat-ctx-aux with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("UBC-NLP/NileChat-3B-Base")
    model = PeftModel.from_pretrained(base_model, "NAMAA-Space/alexandriax-nilechat-ctx-aux")
  • Notebooks
  • Google Colab
  • Kaggle
alexandriax-nilechat-ctx-aux
131 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
FatimahEmadEldin's picture
FatimahEmadEldin
Add the mT5-large partial run to the family and collection tables
f3785f3 verified 5 days ago
  • .gitattributes
    1.57 kB
    Upload tokenizer 2 months ago
  • README.md
    30.8 kB
    Add the mT5-large partial run to the family and collection tables 5 days ago
  • adapter_config.json
    1.1 kB
    Upload model 2 months ago
  • adapter_model.safetensors
    120 MB
    xet
    Upload model 2 months ago
  • chat_template.jinja
    443 Bytes
    Upload tokenizer 2 months ago
  • tokenizer.json
    11.4 MB
    xet
    Upload tokenizer 2 months ago
  • tokenizer_config.json
    723 Bytes
    Upload tokenizer 2 months ago
  • train_nilechat_qlora.py
    14 kB
    Point all references at NAMAA-Space; document the fixed tokenizer and a version-robust loader 5 days ago