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

chaojiang06
/
wiki-sentence-alignment

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

Instructions to use chaojiang06/wiki-sentence-alignment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use chaojiang06/wiki-sentence-alignment with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="chaojiang06/wiki-sentence-alignment")
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("chaojiang06/wiki-sentence-alignment", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
wiki-sentence-alignment
438 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
Chao Jiang
first version of wiki-sentence-alignment fine-tuned BERT model and the tokenizer
e188626 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • added_tokens.json
    2 Bytes
    first version of wiki-sentence-alignment fine-tuned BERT model and the tokenizer about 3 years ago
  • config.json
    553 Bytes
    first version of wiki-sentence-alignment fine-tuned BERT model and the tokenizer about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    438 MB
    xet
    first version of wiki-sentence-alignment fine-tuned BERT model and the tokenizer about 3 years ago
  • special_tokens_map.json
    112 Bytes
    first version of wiki-sentence-alignment fine-tuned BERT model and the tokenizer about 3 years ago
  • tokenizer_config.json
    58 Bytes
    first version of wiki-sentence-alignment fine-tuned BERT model and the tokenizer about 3 years ago
  • training_args.bin

    Detected Pickle imports (2)

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

    How to fix it?

    1.54 kB
    xet
    first version of wiki-sentence-alignment fine-tuned BERT model and the tokenizer about 3 years ago
  • vocab.txt
    232 kB
    first version of wiki-sentence-alignment fine-tuned BERT model and the tokenizer about 3 years ago