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

  • Log In
  • Sign Up

brad1141
/
baseline_bertv3

Token Classification
Transformers
PyTorch
bert
Generated from Trainer
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use brad1141/baseline_bertv3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="brad1141/baseline_bertv3")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("brad1141/baseline_bertv3")
    model = AutoModelForTokenClassification.from_pretrained("brad1141/baseline_bertv3")
  • Notebooks
  • Google Colab
  • Kaggle
baseline_bertv3
437 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
brad1141's picture
brad1141
update model card README.md
547ef8f about 4 years ago
  • .gitattributes
    1.22 kB
    initial commit about 4 years ago
  • .gitignore
    13 Bytes
    Training complete about 4 years ago
  • README.md
    1.1 kB
    update model card README.md about 4 years ago
  • config.json
    1.03 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
    669 kB
    Training complete about 4 years ago
  • tokenizer_config.json
    346 Bytes
    Training complete about 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

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