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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Artem1
/
bert-wsd

Fill-Mask
Transformers
PyTorch
Model card Files Files and versions
xet
Community
1

Instructions to use Artem1/bert-wsd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Artem1/bert-wsd with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Artem1/bert-wsd")
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("Artem1/bert-wsd", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bert-wsd
1.32 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 26 commits
Artem1's picture
Artem1
Update config.json
197a342 about 4 years ago
  • eval_results
    Upload senseval3-gloss_ranking_predictions (76.9%).txt about 4 years ago
  • .gitattributes
    1.17 kB
    initial commit about 4 years ago
  • added_tokens.json
    16 Bytes
    Upload added_tokens.json about 4 years ago
  • config.json
    730 Bytes
    Update config.json about 4 years ago
  • optimizer.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    876 MB
    xet
    Upload optimizer.pt about 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    438 MB
    xet
    Upload pytorch_model.bin about 4 years ago
  • scheduler.pt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    254 Bytes
    xet
    Upload scheduler.pt about 4 years ago
  • special_tokens_map.json
    152 Bytes
    Upload special_tokens_map.json about 4 years ago
  • tokenizer_config.json
    58 Bytes
    Upload tokenizer_config.json about 4 years ago
  • train.sh
    510 Bytes
    Upload train.sh about 4 years ago
  • training_args.bin

    Detected Pickle imports (2)

    • "argparse.Namespace",
    • "torch.device"

    How to fix it?

    1.21 kB
    xet
    Upload training_args.bin about 4 years ago
  • vocab.txt
    232 kB
    Upload vocab.txt about 4 years ago