Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

abhishek2244
/
vehicle-biometric-ner-model

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

Instructions to use abhishek2244/vehicle-biometric-ner-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use abhishek2244/vehicle-biometric-ner-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="abhishek2244/vehicle-biometric-ner-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("abhishek2244/vehicle-biometric-ner-model")
    model = AutoModelForTokenClassification.from_pretrained("abhishek2244/vehicle-biometric-ner-model", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
vehicle-biometric-ner-model
437 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
abhishek2244's picture
abhishek2244
abhishek2244/pii-vehicle_biometric-ner
e5bd2e1 verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    1.89 kB
    abhishek2244/pii-vehicle_biometric-ner 10 months ago
  • all_results.json
    201 Bytes
    abhishek2244/pii-vehicle_biometric-ner 10 months ago
  • config.json
    1.44 kB
    abhishek2244/pii-vehicle_biometric-ner 10 months ago
  • model.safetensors
    436 MB
    xet
    abhishek2244/pii-vehicle_biometric-ner 10 months ago
  • special_tokens_map.json
    695 Bytes
    abhishek2244/pii-vehicle_biometric-ner 10 months ago
  • tokenizer.json
    711 kB
    abhishek2244/pii-vehicle_biometric-ner 10 months ago
  • tokenizer_config.json
    1.33 kB
    abhishek2244/pii-vehicle_biometric-ner 10 months ago
  • train_results.json
    201 Bytes
    abhishek2244/pii-vehicle_biometric-ner 10 months ago
  • training_args.bin

    Detected Pickle imports (10)

    • "transformers.training_args.TrainingArguments",
    • "accelerate.state.PartialState",
    • "transformers.trainer_utils.SaveStrategy",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.HubStrategy",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.training_args.OptimizerNames",
    • "torch.device",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_pt_utils.AcceleratorConfig"

    How to fix it?

    5.78 kB
    xet
    abhishek2244/pii-vehicle_biometric-ner 10 months ago
  • vocab.txt
    232 kB
    abhishek2244/pii-vehicle_biometric-ner 10 months ago