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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

dmahata
/
dlkp_test

Token Classification
Transformers
PyTorch
roberta
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use dmahata/dlkp_test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="dmahata/dlkp_test")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("dmahata/dlkp_test")
    model = AutoModelForTokenClassification.from_pretrained("dmahata/dlkp_test")
  • Notebooks
  • Google Colab
  • Kaggle
dlkp_test
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
dmahata's picture
dmahata
Upload vocab.txt
f89bc10 about 4 years ago
  • .gitattributes
    1.18 kB
    initial commit about 4 years ago
  • README.md
    24 Bytes
    Update README.md about 4 years ago
  • config.json
    981 Bytes
    Upload config.json about 4 years ago
  • eval_results_KPE.txt
    263 Bytes
    Upload eval_results_KPE.txt about 4 years ago
  • merges.txt
    456 kB
    Upload merges.txt about 4 years ago
  • pytorch_model.bin
    496 MB
    xet
    Upload pytorch_model.bin with git-lfs about 4 years ago
  • special_tokens_map.json
    239 Bytes
    Upload special_tokens_map.json about 4 years ago
  • tokenizer.json
    2.11 MB
    Upload tokenizer.json about 4 years ago
  • tokenizer_config.json
    348 Bytes
    Upload tokenizer_config.json about 4 years ago
  • train_results.txt
    136 Bytes
    Upload train_results.txt about 4 years ago
  • trainer_state.json
    12.5 kB
    Upload trainer_state.json about 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.IntervalStrategy",
    • "dlkp.extraction.utils.KETrainingArguments",
    • "transformers.training_args.OptimizerNames",
    • "torch.device"

    How to fix it?

    2.99 kB
    xet
    Upload training_args.bin with git-lfs about 4 years ago
  • vocab.json
    798 kB
    Upload vocab.json about 4 years ago
  • vocab.txt
    232 kB
    Upload vocab.txt about 4 years ago