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

l3cube-pune
/
marathi-pos-tagger

Token Classification
Transformers
Safetensors
Marathi
bert
MahaPOS
marathi
pos
pos-tagging
part-of-speech-tagging
named-entity-recognition
nlp
marathi-nlp
indicnlp
indian-languages
sequence-labeling
linguistic-analysis
Model card Files Files and versions
xet
Community

Instructions to use l3cube-pune/marathi-pos-tagger with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use l3cube-pune/marathi-pos-tagger with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="l3cube-pune/marathi-pos-tagger")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("l3cube-pune/marathi-pos-tagger")
    model = AutoModelForTokenClassification.from_pretrained("l3cube-pune/marathi-pos-tagger", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
marathi-pos-tagger
955 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
l3cube-pune's picture
l3cube-pune
Update README.md
99355d9 verified 29 days ago
  • .gitattributes
    1.58 kB
    Upload 2 files about 2 months ago
  • README.md
    7.07 kB
    Update README.md 29 days ago
  • config.json
    1.32 kB
    Upload 6 files about 2 months ago
  • confusion_matrix.png
    183 kB
    xet
    Upload 2 files about 2 months ago
  • label_map.json
    945 Bytes
    Upload 6 files about 2 months ago
  • model.safetensors
    948 MB
    xet
    Upload 6 files about 2 months ago
  • tokenizer.json
    6.41 MB
    Upload 6 files about 2 months ago
  • tokenizer_config.json
    398 Bytes
    Upload 6 files about 2 months ago
  • training_args.bin
    5.2 kB
    xet
    Upload 6 files about 2 months ago
  • training_curves.png
    96.9 kB
    Upload 2 files about 2 months ago