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

enigma-112
/
akai_ner

Token Classification
Transformers
Safetensors
English
distilbert
agriculture
Model card Files Files and versions
xet
Community

Instructions to use enigma-112/akai_ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use enigma-112/akai_ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="enigma-112/akai_ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("enigma-112/akai_ner")
    model = AutoModelForTokenClassification.from_pretrained("enigma-112/akai_ner")
  • Notebooks
  • Google Colab
  • Kaggle
akai_ner
266 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
EnigmaticSoul112's picture
EnigmaticSoul112
model update
5b8c1a1 about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.03 kB
    Updates model about 2 years ago
  • config.json
    845 Bytes
    Updates model about 2 years ago
  • model.safetensors
    265 MB
    xet
    model update about 2 years ago
  • special_tokens_map.json
    125 Bytes
    Updates model about 2 years ago
  • tokenizer.json
    712 kB
    Updates tokenizer about 2 years ago
  • tokenizer_config.json
    320 Bytes
    Updates tokenizer about 2 years ago
  • vocab.txt
    232 kB
    Updates tokenizer about 2 years ago