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

  • Log In
  • Sign Up

aimarsg
/
ner

Token Classification
Transformers
PyTorch
TensorBoard
roberta
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use aimarsg/ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="aimarsg/ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("aimarsg/ner")
    model = AutoModelForTokenClassification.from_pretrained("aimarsg/ner")
  • Notebooks
  • Google Colab
  • Kaggle
ner
993 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 32 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
a418561 verified 12 months ago
  • runs
    Training in progress, epoch 30 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 about 3 years ago
  • config.json
    984 Bytes
    Training in progress, epoch 1 about 3 years ago
  • model.safetensors
    496 MB
    xet
    Adding `safetensors` variant of this model 12 months ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.LongStorage",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    496 MB
    xet
    Training in progress, epoch 30 about 3 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, epoch 1 about 3 years ago
  • tokenizer.json
    669 kB
    Training in progress, epoch 1 about 3 years ago
  • tokenizer_config.json
    321 Bytes
    Training in progress, epoch 1 about 3 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    3.58 kB
    xet
    Training in progress, epoch 1 about 3 years ago
  • vocab.txt
    213 kB
    Training in progress, epoch 1 about 3 years ago