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

w11wo
/
lao-roberta-base-pos-tagger

Token Classification
Transformers
PyTorch
Safetensors
Lao
roberta
lao-roberta-base-pos-tagger
Model card Files Files and versions
xet
Community
1

Instructions to use w11wo/lao-roberta-base-pos-tagger with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use w11wo/lao-roberta-base-pos-tagger with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="w11wo/lao-roberta-base-pos-tagger")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("w11wo/lao-roberta-base-pos-tagger")
    model = AutoModelForTokenClassification.from_pretrained("w11wo/lao-roberta-base-pos-tagger")
  • Notebooks
  • Google Colab
  • Kaggle
lao-roberta-base-pos-tagger
997 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
w11wo's picture
w11wo
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
c04d6f9 about 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • README.md
    3.1 kB
    Create README.md over 4 years ago
  • config.json
    1.4 kB
    Update config.json over 4 years ago
  • merges.txt
    935 kB
    initial commit over 4 years ago
  • model.safetensors
    496 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    496 MB
    xet
    initial commit over 4 years ago
  • special_tokens_map.json
    239 Bytes
    initial commit over 4 years ago
  • tokenizer.json
    2.31 MB
    initial commit over 4 years ago
  • tokenizer_config.json
    311 Bytes
    initial commit over 4 years ago
  • training_args.bin

    Detected Pickle imports (5)

    • "transformers.trainer_utils.HubStrategy",
    • "torch.device",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.training_args.TrainingArguments"

    How to fix it?

    2.8 kB
    xet
    initial commit over 4 years ago
  • vocab.json
    1.28 MB
    initial commit over 4 years ago