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

  • Log In
  • Sign Up

luisgasco
/
model_ner_master

Token Classification
Transformers
Safetensors
modernbert
Generated from Trainer
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use luisgasco/model_ner_master with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="luisgasco/model_ner_master")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("luisgasco/model_ner_master")
    model = AutoModelForTokenClassification.from_pretrained("luisgasco/model_ner_master")
  • Notebooks
  • Google Colab
  • Kaggle
model_ner_master
602 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
luisgasco's picture
luisgasco
luisgasco/model_master_test
8771704 verified 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    2.2 kB
    luisgasco/model_master_test 12 months ago
  • config.json
    1.37 kB
    luisgasco/model_master_test 12 months ago
  • model.safetensors
    598 MB
    xet
    luisgasco/model_master_test 12 months ago
  • special_tokens_map.json
    694 Bytes
    luisgasco/model_master_test 12 months ago
  • tokenizer.json
    3.58 MB
    luisgasco/model_master_test 12 months ago
  • tokenizer_config.json
    20.8 kB
    luisgasco/model_master_test 12 months ago
  • training_args.bin
    5.24 kB
    xet
    luisgasco/model_master_test 12 months ago