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

  • Log In
  • Sign Up

kSaluja
/
test-ner

Token Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use kSaluja/test-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use kSaluja/test-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="kSaluja/test-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("kSaluja/test-ner")
    model = AutoModelForTokenClassification.from_pretrained("kSaluja/test-ner")
  • Notebooks
  • Google Colab
  • Kaggle
test-ner
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
kSaluja's picture
kSaluja
update model card README.md
ed3109f about 4 years ago
  • runs
    Training complete about 4 years ago
  • .gitattributes
    1.17 kB
    initial commit about 4 years ago
  • .gitignore
    13 Bytes
    Training complete about 4 years ago
  • README.md
    1.66 kB
    update model card README.md about 4 years ago
  • config.json
    1.31 kB
    Training complete about 4 years ago
  • pytorch_model.bin
    436 MB
    xet
    Training complete about 4 years ago
  • special_tokens_map.json
    112 Bytes
    Training complete about 4 years ago
  • tokenizer.json
    711 kB
    Training complete about 4 years ago
  • tokenizer_config.json
    321 Bytes
    Training complete about 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.HubStrategy",
    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.training_args.OptimizerNames",
    • "transformers.training_args.TrainingArguments"

    How to fix it?

    3.06 kB
    xet
    Training complete about 4 years ago
  • vocab.txt
    232 kB
    Training complete about 4 years ago