Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

AidAFadaeian
/
NER_tokenclassification_persian

Token Classification
Transformers
Safetensors
bert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use AidAFadaeian/NER_tokenclassification_persian with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="AidAFadaeian/NER_tokenclassification_persian")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("AidAFadaeian/NER_tokenclassification_persian")
    model = AutoModelForTokenClassification.from_pretrained("AidAFadaeian/NER_tokenclassification_persian")
  • Notebooks
  • Google Colab
  • Kaggle
NER_tokenclassification_persian
653 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
AidAFadaeian's picture
AidAFadaeian
Upload tokenizer
c2141d9 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    5.17 kB
    Upload BertForTokenClassification almost 2 years ago
  • config.json
    1.17 kB
    Upload BertForTokenClassification almost 2 years ago
  • model.safetensors
    649 MB
    xet
    Upload BertForTokenClassification almost 2 years ago
  • special_tokens_map.json
    695 Bytes
    Upload tokenizer almost 2 years ago
  • tokenizer.json
    2.79 MB
    Upload tokenizer almost 2 years ago
  • tokenizer_config.json
    1.26 kB
    Upload tokenizer almost 2 years ago
  • vocab.txt
    1.2 MB
    Upload tokenizer almost 2 years ago