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

paulbontempo
/
bert-tagalog-dependency-cl

Feature Extraction
Transformers
PyTorch
Tagalog
bert
tagalog
dependency-parsing
contrastive-learning
syntax
low-resource
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use paulbontempo/bert-tagalog-dependency-cl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use paulbontempo/bert-tagalog-dependency-cl with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="paulbontempo/bert-tagalog-dependency-cl")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("paulbontempo/bert-tagalog-dependency-cl")
    model = AutoModel.from_pretrained("paulbontempo/bert-tagalog-dependency-cl")
  • Notebooks
  • Google Colab
  • Kaggle
bert-tagalog-dependency-cl
1.43 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
paulbontempo's picture
paulbontempo
Upload tokenizer.json
0ee23bc verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    4.5 kB
    Upload README.md 6 months ago
  • added_tokens.json
    82 Bytes
    Upload added_tokens.json 6 months ago
  • config.json
    849 Bytes
    Upload config.json 6 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    711 MB
    xet
    Upload pytorch_model.bin 6 months ago
  • special_tokens_map.json
    228 Bytes
    Upload special_tokens_map.json 6 months ago
  • tokenizer.json
    2.92 MB
    Upload tokenizer.json 6 months ago
  • tokenizer_config.json
    1.49 kB
    Upload tokenizer_config.json 6 months ago
  • training_state.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    715 MB
    xet
    Upload training_state.pt 6 months ago
  • vocab.txt
    996 kB
    Upload vocab.txt 6 months ago