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

prachuryyaIITG
/
APTFiNER_Tamil_MuRIL

Token Classification
Transformers
Safetensors
Tamil
xlm-roberta
NER
Named_Entity_Recognition
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use prachuryyaIITG/APTFiNER_Tamil_MuRIL with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="prachuryyaIITG/APTFiNER_Tamil_MuRIL")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("prachuryyaIITG/APTFiNER_Tamil_MuRIL")
    model = AutoModelForTokenClassification.from_pretrained("prachuryyaIITG/APTFiNER_Tamil_MuRIL")
  • Notebooks
  • Google Colab
  • Kaggle
APTFiNER_Tamil_MuRIL
2.25 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
prachuryyaIITG's picture
prachuryyaIITG
Update README.md
1ed898b verified 5 days ago
  • .gitattributes
    1.57 kB
    Upload 5 files 5 months ago
  • README.md
    4.53 kB
    Update README.md 5 days ago
  • config.json
    4.05 kB
    Upload 5 files 5 months ago
  • model.safetensors
    2.24 GB
    xet
    Upload 5 files 5 months ago
  • special_tokens_map.json
    280 Bytes
    Upload 5 files 5 months ago
  • tokenizer.json
    17.1 MB
    xet
    Upload 5 files 5 months ago
  • tokenizer_config.json
    1.21 kB
    Upload 5 files 5 months ago