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

NTA1802
/
NER-Completing-With-Legal-Dataset

Token Classification
Transformers
Safetensors
Vietnamese
electra
ner
vietnamese
legal
Model card Files Files and versions
xet
Community

Instructions to use NTA1802/NER-Completing-With-Legal-Dataset with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use NTA1802/NER-Completing-With-Legal-Dataset with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="NTA1802/NER-Completing-With-Legal-Dataset")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("NTA1802/NER-Completing-With-Legal-Dataset")
    model = AutoModelForTokenClassification.from_pretrained("NTA1802/NER-Completing-With-Legal-Dataset")
  • Notebooks
  • Google Colab
  • Kaggle
NER-Completing-With-Legal-Dataset
534 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
NTA1802's picture
NTA1802
Shorten entity types section
acd5187 verified 11 days ago
  • .gitattributes
    1.52 kB
    initial commit 11 days ago
  • README.md
    5.74 kB
    Shorten entity types section 11 days ago
  • config.json
    7.37 kB
    Add fine-tuned NER model 11 days ago
  • model.safetensors
    533 MB
    xet
    Add fine-tuned NER model 11 days ago
  • tokenizer.json
    1.39 MB
    Upload tokenizer 11 days ago
  • tokenizer_config.json
    620 Bytes
    Upload tokenizer 11 days ago