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

convaiinnovations
/
laya

Text Classification
Transformers
Safetensors
laya
system-one
calibrated-decisions
rlcd
classification
routing
scoring
guardrails
moderation
reinforcement-learning
commercial-use
Model card Files Files and versions
xet
Community
1

Instructions to use convaiinnovations/laya with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use convaiinnovations/laya with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="convaiinnovations/laya")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("convaiinnovations/laya", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
laya
2.37 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 20 commits
convaiinnovations's picture
convaiinnovations
docs: comprehensive vs-Jev figure, preload guidance
1c9dc70 verified 12 minutes ago
  • assets
    assets: comprehensive Laya vs Jev benchmark figure 12 minutes ago
  • encoder
    Initial release of Laya fine-tuned System 1 decision model 1 day ago
  • eval
    Resize benchmark plot within 4096 limit 1 day ago
  • multilingual
    feat: bundle the multilingual checkpoint so laya/ holds the whole family about 3 hours ago
  • tokenizer
    Initial release of Laya fine-tuned System 1 decision model 1 day ago
  • typed-decisions
    feat: bundle the typed-decisions checkpoint so laya/ holds the whole family about 3 hours ago
  • .gitattributes
    1.91 kB
    assets: comprehensive Laya vs Jev benchmark figure 12 minutes ago
  • README.md
    10.1 kB
    docs: comprehensive vs-Jev figure, preload guidance 12 minutes ago
  • email_utils.py
    3.94 kB
    Initial release of Laya fine-tuned System 1 decision model 1 day ago
  • model.safetensors
    843 MB
    xet
    Initial release of Laya fine-tuned System 1 decision model 1 day ago
  • rl_agent_api.py
    4.73 kB
    Initial release of Laya fine-tuned System 1 decision model 1 day ago
  • rl_agent_config.json
    745 Bytes
    chore: point encoder at the upstream model id instead of a local build path about 3 hours ago
  • rl_common.py
    19.1 kB
    Initial release of Laya fine-tuned System 1 decision model 1 day ago