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

alenusch
/
par_cls_bert

Feature Extraction
Transformers
PyTorch
JAX
bert
Model card Files Files and versions
xet
Community
1

Instructions to use alenusch/par_cls_bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use alenusch/par_cls_bert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="alenusch/par_cls_bert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("alenusch/par_cls_bert")
    model = AutoModel.from_pretrained("alenusch/par_cls_bert")
  • Notebooks
  • Google Colab
  • Kaggle
par_cls_bert
2.14 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
alenusch's picture
alenusch
Create README.md
6c87f51 almost 5 years ago
  • .gitattributes
    687 Bytes
    rename almost 5 years ago
  • README.md
    4.06 kB
    Create README.md almost 5 years ago
  • config.json
    642 Bytes
    init parcls model almost 5 years ago
  • flax_model.msgpack
    711 MB
    xet
    full almost 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    711 MB
    xet
    full almost 5 years ago
  • rubert-base-cased_lr_2e-05_val_loss_0.66143_ep_4.pt

    Detected Pickle imports (4)

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

    What is a pickle import?

    712 MB
    xet
    full almost 5 years ago
  • special_tokens_map.json
    112 Bytes
    init parcls model almost 5 years ago
  • tokenizer_config.json
    2 Bytes
    init parcls model almost 5 years ago
  • vocab.txt
    1.65 MB
    init parcls model almost 5 years ago