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

leakless
/
vibert-capu

Token Classification
Transformers
PyTorch
Vietnamese
bert
capitalization
punctuation
capu
vietnamese
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use leakless/vibert-capu with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="leakless/vibert-capu")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("leakless/vibert-capu", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
vibert-capu
463 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
leakless's picture
leakless
Remove generated __pycache__/vocabulary.cpython-311.pyc
41ce65c verified 2 days ago
  • base_model
    Upload consolidated CAPU model 2 days ago
  • vocabulary
    Upload consolidated CAPU model 2 days ago
  • .gitattributes
    1.52 kB
    initial commit 2 days ago
  • README.md
    997 Bytes
    Upload consolidated CAPU model 2 days ago
  • config.json
    336 Bytes
    Upload consolidated CAPU model 2 days ago
  • configuration_seq2labels.py
    2.91 kB
    Upload consolidated CAPU model 2 days ago
  • gec_model.py
    18 kB
    Upload consolidated CAPU model 2 days ago
  • modeling_seq2labels.py
    5.14 kB
    Upload consolidated CAPU model 2 days 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
    Upload consolidated CAPU model 2 days ago
  • utils.py
    7.9 kB
    Upload consolidated CAPU model 2 days ago
  • verb-form-vocab.txt
    953 kB
    Upload consolidated CAPU model 2 days ago
  • vocabulary.py
    13.2 kB
    Upload consolidated CAPU model 2 days ago