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

osanseviero
/
test_model_bertmesh

Transformers
PyTorch
bert
custom_code
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use osanseviero/test_model_bertmesh with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("osanseviero/test_model_bertmesh", trust_remote_code=True)
    model = AutoModel.from_pretrained("osanseviero/test_model_bertmesh", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
test_model_bertmesh
Ctrl+K
Ctrl+K
  • 2 contributors
History: 25 commits
osanseviero
test
b0d71f7 about 4 years ago
  • .gitattributes
    1.18 kB
    initial commit about 4 years ago
  • README.md
    2.46 kB
    Add warning that you need latest transformers about 4 years ago
  • config.json
    1.73 MB
    test about 4 years ago
  • model.py
    2.64 kB
    add model about 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    647 MB
    xet
    add model about 4 years ago
  • special_tokens_map.json
    112 Bytes
    Add tokenizer about 4 years ago
  • tokenizer.json
    711 kB
    Add tokenizer about 4 years ago
  • tokenizer_config.json
    321 Bytes
    Add tokenizer about 4 years ago
  • vocab.txt
    232 kB
    Add tokenizer about 4 years ago