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

fastyBOOM
/
recipe-ner

Token Classification
Transformers
Safetensors
English
bert
ner
recipes
ingredients
Model card Files Files and versions
xet
Community
1

Instructions to use fastyBOOM/recipe-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use fastyBOOM/recipe-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="fastyBOOM/recipe-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("fastyBOOM/recipe-ner")
    model = AutoModelForTokenClassification.from_pretrained("fastyBOOM/recipe-ner", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
recipe-ner
3.93 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
fastyBOOM's picture
fastyBOOM
Use published model ID in usage example
f00706a verified 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 1 day ago
  • README.md
    2.57 kB
    Use published model ID in usage example 1 day ago
  • config.json
    1.28 kB
    Add trained recipe NER model and reproducible notebook 1 day ago
  • label_schema.json
    1.08 kB
    Add trained recipe NER model and reproducible notebook 1 day ago
  • model.safetensors
    3.77 MB
    xet
    Add trained recipe NER model and reproducible notebook 1 day ago
  • recipe_ner_training.ipynb
    16.6 kB
    Add trained recipe NER model and reproducible notebook 1 day ago
  • requirements.txt
    130 Bytes
    Add trained recipe NER model and reproducible notebook 1 day ago
  • smoke_test.json
    607 Bytes
    Add trained recipe NER model and reproducible notebook 1 day ago
  • tokenizer.json
    112 kB
    Add trained recipe NER model and reproducible notebook 1 day ago
  • tokenizer_config.json
    272 Bytes
    Add trained recipe NER model and reproducible notebook 1 day ago
  • train_recipe_ner.py
    20.4 kB
    Use published model ID in usage example 1 day ago
  • training_config.json
    2.84 kB
    Add trained recipe NER model and reproducible notebook 1 day ago
  • upload_to_hub.py
    993 Bytes
    Add trained recipe NER model and reproducible notebook 1 day ago