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

spivi87
/
alephbert-intent-he

Text Classification
Transformers
Safetensors
Hebrew
bert
intent-classification
hebrew
alephbert
shopping
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use spivi87/alephbert-intent-he with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use spivi87/alephbert-intent-he with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="spivi87/alephbert-intent-he")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("spivi87/alephbert-intent-he")
    model = AutoModelForSequenceClassification.from_pretrained("spivi87/alephbert-intent-he")
  • Notebooks
  • Google Colab
  • Kaggle
alephbert-intent-he
505 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
spivi87's picture
spivi87
Link the AlephBERT repo in the credits
c179455 verified 28 days ago
  • .gitattributes
    1.58 kB
    feat: initial weight + tokenizer + eval upload about 1 month ago
  • EVALUATION.md
    3.32 kB
    Retrain (3 seeds) with single-item coverage; fix add-vs-remove confusion 29 days ago
  • README.md
    9.59 kB
    Link the AlephBERT repo in the credits 28 days ago
  • config.json
    1.7 kB
    Retrain on augmented data; fix buy-verb (תקנה) requests 29 days ago
  • confusion_matrix.png
    67.5 kB
    xet
    Retrain (3 seeds) with single-item coverage; fix add-vs-remove confusion 29 days ago
  • model.safetensors
    504 MB
    xet
    Retrain (3 seeds) with single-item coverage; fix add-vs-remove confusion 29 days ago
  • tokenizer.json
    1.37 MB
    feat: initial weight + tokenizer + eval upload about 1 month ago
  • tokenizer_config.json
    421 Bytes
    feat: initial weight + tokenizer + eval upload about 1 month ago