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

Narsil
/
small

Token Classification
Transformers
google-tensorflow TensorFlow
bert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Narsil/small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Narsil/small")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Narsil/small")
    model = AutoModelForTokenClassification.from_pretrained("Narsil/small")
  • Notebooks
  • Google Colab
  • Kaggle
small
3.78 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 14 commits
patrickvonplaten's picture
patrickvonplaten
allow flax
76f3cd7 about 5 years ago
  • .gitattributes
    437 Bytes
    allow flax about 5 years ago
  • README.md
    36 Bytes
    New modif on public. over 5 years ago
  • config.json
    1.03 kB
    Update config.json over 5 years ago
  • roberta.json
    1.36 MB
    More test files (tokenizers). about 5 years ago
  • special_tokens_map.json
    112 Bytes
    Update special_tokens_map.json over 5 years ago
  • tf_model.h5
    297 kB
    xet
    Update tf_model.h5 over 5 years ago
  • tokenizer_config.json
    352 Bytes
    Update tokenizer_config.json over 5 years ago
  • unigram.json
    259 kB
    Adding unigram.json (tokenizers test file). about 5 years ago
  • unigram.model
    146 kB
    More test files (tokenizers). about 5 years ago
  • unigram_wagahaiwa_nekodearu-unigram.json
    391 kB
    More test files (tokenizers). about 5 years ago
  • unigram_wagahaiwa_nekodearu.txt
    1.12 MB
    More test files (tokenizers). about 5 years ago
  • vocab.txt
    213 kB
    Update vocab.txt over 5 years ago