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

  • Log In
  • Sign Up

minskiter
/
resume-token-classification

Other
Transformers
PyTorch
Chinese
bert_crf
token-classification
bert
ner
resume
custom_code
Model card Files Files and versions
xet

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

  • Libraries
  • Transformers

    How to use minskiter/resume-token-classification with Transformers:

    # Load model directly
    from transformers import AutoModelForTokenClassification
    model = AutoModelForTokenClassification.from_pretrained("minskiter/resume-token-classification", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Gated model
You can list files but not access them

Preview of files found in this repository
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • .gitignore
    14 Bytes
    feat(models): update models almost 3 years ago
  • README.md
    1.16 kB
    feat(handler.py): update handler almost 3 years ago
  • config.json
    2.35 kB
    feat(handler.py): update handler almost 3 years ago
  • configuration_bertcrf.py
    1.7 kB
    feat(handler.py): update handler almost 3 years ago
  • handler.py
    641 Bytes
    feat(handler.py): update handler almost 3 years ago
  • modeling_bertcrf.py
    7.96 kB
    fix(word_classification.py): fix offset almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    417 MB
    xet
    feat(pytorch_model.bin): add origin checkpoint almost 3 years ago
  • tokenizer_config.json
    139 Bytes
    update almost 3 years ago
  • vocab.txt
    110 kB
    feat(pytorch_model.bin): add origin checkpoint almost 3 years ago
  • word_classification.py
    6.78 kB
    fix(word_classification.py): fix offset almost 3 years ago