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

alexbeta80
/
mdeberta-v3-base-finetuned-ner

PEFT
Safetensors
deberta-v2
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use alexbeta80/mdeberta-v3-base-finetuned-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use alexbeta80/mdeberta-v3-base-finetuned-ner with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForTokenClassification
    
    base_model = AutoModelForTokenClassification.from_pretrained("microsoft/mdeberta-v3-base")
    model = PeftModel.from_pretrained(base_model, "alexbeta80/mdeberta-v3-base-finetuned-ner")
  • Notebooks
  • Google Colab
  • Kaggle
mdeberta-v3-base-finetuned-ner
1.14 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
alexbeta80's picture
alexbeta80
End of training
aa35437 verified almost 2 years ago
  • .gitattributes
    1.57 kB
    Training in progress, epoch 1 almost 2 years ago
  • README.md
    2.43 kB
    End of training almost 2 years ago
  • adapter_config.json
    690 Bytes
    End of training almost 2 years ago
  • adapter_model.safetensors
    9.93 MB
    xet
    End of training almost 2 years ago
  • added_tokens.json
    23 Bytes
    Training in progress, epoch 1 almost 2 years ago
  • config.json
    1.76 kB
    Training in progress, epoch 1 almost 2 years ago
  • model.safetensors
    1.11 GB
    xet
    Training in progress, epoch 1 almost 2 years ago
  • special_tokens_map.json
    286 Bytes
    Training in progress, epoch 1 almost 2 years ago
  • spm.model
    4.31 MB
    xet
    Training in progress, epoch 1 almost 2 years ago
  • tokenizer.json
    16.4 MB
    xet
    End of training almost 2 years ago
  • tokenizer_config.json
    19.7 kB
    End of training almost 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    5.11 kB
    xet
    End of training almost 2 years ago