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

mrm8488
/
mobilebert-finetuned-pos

Token Classification
Transformers
PyTorch
Rust
Safetensors
English
mobilebert
pos
Model card Files Files and versions
xet
Community
1

Instructions to use mrm8488/mobilebert-finetuned-pos with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mrm8488/mobilebert-finetuned-pos with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="mrm8488/mobilebert-finetuned-pos")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("mrm8488/mobilebert-finetuned-pos")
    model = AutoModelForTokenClassification.from_pretrained("mrm8488/mobilebert-finetuned-pos")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
mobilebert-finetuned-pos
296 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 12 commits
mrm8488's picture
mrm8488
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
9377cdb about 3 years ago
  • .gitattributes
    399 Bytes
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • README.md
    60 Bytes
    Update README.md over 5 years ago
  • config.json
    1.84 kB
    Update config.json almost 6 years ago
  • eval_results.txt
    143 Bytes
    Update eval_results.txt almost 6 years ago
  • model.safetensors
    98.5 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    98.7 MB
    xet
    Update pytorch_model.bin almost 6 years ago
  • rust_model.ot
    98.8 MB
    xet
    Addition of Rust model about 5 years ago
  • special_tokens_map.json
    112 Bytes
    Update special_tokens_map.json almost 6 years ago
  • tokenizer_config.json
    62 Bytes
    Update tokenizer_config.json almost 6 years ago
  • training_args.bin

    Detected Pickle imports (2)

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

    How to fix it?

    1.2 kB
    xet
    Update training_args.bin almost 6 years ago
  • vocab.txt
    232 kB
    Update vocab.txt almost 6 years ago