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

  • Log In
  • Sign Up

AnanthZeke
/
TryNER-tabert-1k

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

Instructions to use AnanthZeke/TryNER-tabert-1k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AnanthZeke/TryNER-tabert-1k with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="AnanthZeke/TryNER-tabert-1k")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("AnanthZeke/TryNER-tabert-1k")
    model = AutoModelForTokenClassification.from_pretrained("AnanthZeke/TryNER-tabert-1k")
  • Notebooks
  • Google Colab
  • Kaggle
TryNER-tabert-1k
175 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
AnanthZeke's picture
AnanthZeke
Training in progress, step 1100
22e75be about 3 years ago
  • runs
    Training in progress, step 1100 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 100 about 3 years ago
  • added_tokens.json
    305 Bytes
    Training in progress, step 100 about 3 years ago
  • config.json
    806 Bytes
    Training in progress, step 100 about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    175 MB
    xet
    Training in progress, step 1100 about 3 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, step 100 about 3 years ago
  • tokenizer.json
    31.9 kB
    Training in progress, step 100 about 3 years ago
  • tokenizer_config.json
    321 Bytes
    Training in progress, step 100 about 3 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    3.64 kB
    xet
    Training in progress, step 100 about 3 years ago
  • vocab.txt
    11.4 kB
    Training in progress, step 100 about 3 years ago