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

manishiitg
/
resume-ner

Token Classification
Transformers
PyTorch
distilbert
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use manishiitg/resume-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="manishiitg/resume-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("manishiitg/resume-ner")
    model = AutoModelForTokenClassification.from_pretrained("manishiitg/resume-ner", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
resume-ner
266 MB
Ctrl+K
Ctrl+K
History: 10 commits
system's picture
system HF Staff
Update vocab.txt
8e4604e about 6 years ago
  • .gitattributes
    345 Bytes
    initial commit about 6 years ago
  • config.json
    913 Bytes
    Update config.json about 6 years ago
  • eval_results.txt
    141 Bytes
    Update eval_results.txt about 6 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    266 MB
    xet
    Update pytorch_model.bin about 6 years ago
  • special_tokens_map.json
    112 Bytes
    Update special_tokens_map.json about 6 years ago
  • tokenizer_config.json
    48 Bytes
    Update tokenizer_config.json about 6 years ago
  • training_args.bin

    Detected Pickle imports (2)

    • "transformers.training_args.TrainingArguments",
    • "torch.device"

    How to fix it?

    1.17 kB
    xet
    Update training_args.bin about 6 years ago
  • vocab.txt
    232 kB
    Update vocab.txt about 6 years ago