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

dragonSwing
/
vibert-capu

Token Classification
Transformers
PyTorch
Vietnamese
bert
capitalization
punctuation
Model card Files Files and versions
xet
Community
2

Instructions to use dragonSwing/vibert-capu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use dragonSwing/vibert-capu with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="dragonSwing/vibert-capu")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("dragonSwing/vibert-capu", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
vibert-capu
463 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 15 commits
dragonSwing's picture
dragonSwing
Cnydo's picture
Cnydo
Upload gec_model.py (#1)
261c60f about 3 years ago
  • vocabulary
    Initialize commit about 4 years ago
  • .gitattributes
    1.17 kB
    initial commit about 4 years ago
  • README.md
    4.27 kB
    Update README about 4 years ago
  • config.json
    349 Bytes
    Initialize commit about 4 years ago
  • configuration_seq2labels.py
    2.91 kB
    Initialize commit about 4 years ago
  • gec_model.py
    18 kB
    Upload gec_model.py (#1) about 3 years ago
  • modeling_seq2labels.py
    5.14 kB
    Fix device bug about 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    462 MB
    xet
    Initialize commit about 4 years ago
  • utils.py
    7.9 kB
    Add vocab about 4 years ago
  • verb-form-vocab.txt
    953 kB
    Add vocab about 4 years ago
  • vocabulary.py
    13.2 kB
    Initialize commit about 4 years ago