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

AnkitAI
/
tinyjev-0.6b

Text Classification
Transformers
Safetensors
MLX
English
qwen3
feature-extraction
tinyjev
jev
decision-model
system-one
typed-decisions
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use AnkitAI/tinyjev-0.6b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AnkitAI/tinyjev-0.6b with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="AnkitAI/tinyjev-0.6b")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("AnkitAI/tinyjev-0.6b")
    model = AutoModel.from_pretrained("AnkitAI/tinyjev-0.6b", device_map="auto")
  • MLX

    How to use AnkitAI/tinyjev-0.6b with MLX:

    # Download the model from the Hub
    pip install huggingface_hub[hf_xet]
    
    huggingface-cli download --local-dir tinyjev-0.6b AnkitAI/tinyjev-0.6b
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • LM Studio
  • Atomic Chat
tinyjev-0.6b
1.21 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
AnkitAI's picture
AnkitAI
Add the Buy Me A Coffee support section
0fdb9ea verified about 24 hours ago
  • .gitattributes
    1.57 kB
    tinyjev-0.6b: standard layout, fp16 backbone, fp32 head, fitted temperature 2 days ago
  • README.md
    6.34 kB
    Add the Buy Me A Coffee support section about 24 hours ago
  • config.json
    787 Bytes
    tinyjev-0.6b: standard layout, fp16 backbone, fp32 head, fitted temperature 2 days ago
  • head.safetensors
    2.1 MB
    xet
    tinyjev-0.6b: standard layout, fp16 backbone, fp32 head, fitted temperature 2 days ago
  • model.safetensors
    1.19 GB
    xet
    tinyjev-0.6b: standard layout, fp16 backbone, fp32 head, fitted temperature 2 days ago
  • tinyjev.json
    1.17 kB
    tinyjev-0.6b: standard layout, fp16 backbone, fp32 head, fitted temperature 2 days ago
  • tokenizer.json
    11.4 MB
    xet
    tinyjev-0.6b: standard layout, fp16 backbone, fp32 head, fitted temperature 2 days ago
  • tokenizer_config.json
    842 Bytes
    tinyjev-0.6b: standard layout, fp16 backbone, fp32 head, fitted temperature 2 days ago