Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

JakeOh
/
LLaDA-Tiny

Feature Extraction
Transformers
Safetensors
llada
custom_code
Model card Files Files and versions
xet
Community

Instructions to use JakeOh/LLaDA-Tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use JakeOh/LLaDA-Tiny with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="JakeOh/LLaDA-Tiny", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("JakeOh/LLaDA-Tiny", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
LLaDA-Tiny
71 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
JakeOh's picture
JakeOh
Upload model
15bde35 verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    5.17 kB
    Upload model 5 months ago
  • char_tokenizer.py
    10.2 kB
    Upload folder using huggingface_hub 5 months ago
  • chat_template.jinja
    433 Bytes
    Upload folder using huggingface_hub 5 months ago
  • config.json
    1.38 kB
    Upload model 5 months ago
  • configuration_llada.py
    12 kB
    Upload model 5 months ago
  • generation_config.json
    133 Bytes
    Upload model 5 months ago
  • model.safetensors
    70.9 MB
    xet
    Upload model 5 months ago
  • modeling_llada.py
    61.4 kB
    Upload model 5 months ago
  • special_tokens_map.json
    890 Bytes
    Upload folder using huggingface_hub 5 months ago
  • tokenizer_config.json
    1.91 kB
    Upload folder using huggingface_hub 5 months ago
  • vocab.json
    343 Bytes
    Upload folder using huggingface_hub 5 months ago