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

ji-xin
/
roberta_large-MRPC-two_stage

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

Instructions to use ji-xin/roberta_large-MRPC-two_stage with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ji-xin/roberta_large-MRPC-two_stage with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="ji-xin/roberta_large-MRPC-two_stage")
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("ji-xin/roberta_large-MRPC-two_stage", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
roberta_large-MRPC-two_stage
1.52 GB
Ctrl+K
Ctrl+K
History: 11 commits
system's picture
system HF Staff
Update eval_results.txt
77db3a2 almost 6 years ago
  • .gitattributes
    345 Bytes
    initial commit almost 6 years ago
  • added_tokens.json
    2 Bytes
    Update added_tokens.json almost 6 years ago
  • config.json
    645 Bytes
    Update config.json almost 6 years ago
  • eval_results.txt
    81 Bytes
    Update eval_results.txt almost 6 years ago
  • layer_example_counter
    0 Bytes
    Update layer_example_counter almost 6 years ago
  • merges.txt
    456 kB
    Update merges.txt almost 6 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.52 GB
    xet
    Update pytorch_model.bin almost 6 years ago
  • special_tokens_map.json
    150 Bytes
    Update special_tokens_map.json almost 6 years ago
  • tokenizer_config.json
    58 Bytes
    Update tokenizer_config.json almost 6 years ago
  • training_args.bin

    Detected Pickle imports (2)

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

    How to fix it?

    1.43 kB
    xet
    Update training_args.bin almost 6 years ago
  • vocab.json
    899 kB
    Update vocab.json almost 6 years ago