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

adisyonist
/
14-allergens-0.3b

Text Classification
Transformers
Safetensors
deberta-v2
food
menu-understanding
allergen-detection
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use adisyonist/14-allergens-0.3b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use adisyonist/14-allergens-0.3b with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="adisyonist/14-allergens-0.3b")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("adisyonist/14-allergens-0.3b")
    model = AutoModelForSequenceClassification.from_pretrained("adisyonist/14-allergens-0.3b", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
14-allergens-0.3b
1.14 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
cagrigungor's picture
cagrigungor
Add bilingual 0.3B model card
983c27f verified 3 days ago
  • .gitattributes
    1.57 kB
    Upload tokenizer 3 days ago
  • README.md
    4.81 kB
    Add bilingual 0.3B model card 3 days ago
  • added_tokens.json
    23 Bytes
    Upload tokenizer 3 days ago
  • config.json
    1.44 kB
    Upload DebertaV2ForSequenceClassification 3 days ago
  • model.safetensors
    1.12 GB
    xet
    Upload DebertaV2ForSequenceClassification 3 days ago
  • special_tokens_map.json
    286 Bytes
    Upload tokenizer 3 days ago
  • spm.model
    4.31 MB
    xet
    Upload tokenizer 3 days ago
  • tokenizer.json
    16.4 MB
    xet
    Upload tokenizer 3 days ago
  • tokenizer_config.json
    19.7 kB
    Upload tokenizer 3 days ago