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

floressullon
/
shipibo_pos_tagging_v2

Token Classification
Transformers
Safetensors
Shipibo-Conibo
bert
pos
shipibo-konibo
low-resource
nlp
huggingface
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use floressullon/shipibo_pos_tagging_v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="floressullon/shipibo_pos_tagging_v2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("floressullon/shipibo_pos_tagging_v2")
    model = AutoModelForTokenClassification.from_pretrained("floressullon/shipibo_pos_tagging_v2")
  • Notebooks
  • Google Colab
  • Kaggle
shipibo_pos_tagging_v2
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
floressullon's picture
floressullon
model used join dataset based on "bert-base-multilingual-cased"
0763ae6 verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    1.99 kB
    Upload README.md 12 months ago
  • config.json
    1.41 kB
    model used join dataset based on "bert-base-multilingual-cased" 11 months ago
  • model-index.json
    167 Bytes
    Update model-index.json 12 months ago
  • model.safetensors
    709 MB
    xet
    model used join dataset based on "bert-base-multilingual-cased" 11 months ago
  • special_tokens_map.json
    132 Bytes
    Upload tokenizer 12 months ago
  • tokenizer.json
    2.92 MB
    model used join dataset based on "bert-base-multilingual-cased" 11 months ago
  • tokenizer_config.json
    1.28 kB
    Upload tokenizer 12 months ago
  • vocab.txt
    996 kB
    Upload tokenizer 12 months ago