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

mirfan899
/
punjabi-muril-ner

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

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

  • Libraries
  • Transformers

    How to use mirfan899/punjabi-muril-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="mirfan899/punjabi-muril-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("mirfan899/punjabi-muril-ner")
    model = AutoModelForTokenClassification.from_pretrained("mirfan899/punjabi-muril-ner", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
punjabi-muril-ner
1.91 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
mirfan899's picture
mirfan899
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
9e0a053 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    2.44 kB
    Update README.md over 2 years ago
  • added_tokens.json
    82 Bytes
    End of training almost 3 years ago
  • config.json
    942 Bytes
    End of training almost 3 years ago
  • model.safetensors
    948 MB
    xet
    Adding `safetensors` variant of this model (#1) almost 2 years ago
  • pytorch_model.bin
    948 MB
    xet
    End of training almost 3 years ago
  • special_tokens_map.json
    125 Bytes
    End of training almost 3 years ago
  • tokenizer.json
    6.41 MB
    End of training almost 3 years ago
  • tokenizer_config.json
    1.3 kB
    End of training almost 3 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.09 kB
    xet
    End of training almost 3 years ago
  • vocab.txt
    3.16 MB
    End of training almost 3 years ago