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

Yanhao
/
simcse-bert-large-uncased

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

Instructions to use Yanhao/simcse-bert-large-uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Yanhao/simcse-bert-large-uncased with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Yanhao/simcse-bert-large-uncased")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("Yanhao/simcse-bert-large-uncased")
    model = AutoModel.from_pretrained("Yanhao/simcse-bert-large-uncased")
  • Notebooks
  • Google Colab
  • Kaggle
simcse-bert-large-uncased
1.34 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits

This model has 1 file scanned as unsafe.

Yanhao's picture
Yanhao
Upload vocab.json
678c1ce about 4 years ago
  • .gitattributes
    1.17 kB
    initial commit about 4 years ago
  • config.json
    643 Bytes
    Upload config.json about 4 years ago
  • eval_results.txt
    51 Bytes
    Upload eval_results.txt about 4 years ago
  • merges.txt
    456 kB
    Upload merges.txt about 4 years ago
  • pytorch_model.bin
    1.34 GB
    xet
    Upload pytorch_model.bin with git-lfs about 4 years ago
  • special_tokens_map.json
    239 Bytes
    Upload special_tokens_map.json about 4 years ago
  • tokenizer_config.json
    256 Bytes
    Upload tokenizer_config.json about 4 years ago
  • train_results.txt
    70 Bytes
    Upload train_results.txt about 4 years ago
  • trainer_state.json
    590 Bytes
    Upload trainer_state.json about 4 years ago
  • training_args.bin

    Detected Pickle imports (4)

    • "__main__.OurTrainingArguments",
    • "transformers.trainer_utils.EvaluationStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "torch.device"

    How to fix it?

    2.1 kB
    xet
    Upload training_args.bin with git-lfs about 4 years ago
  • vocab.json
    798 kB
    Upload vocab.json about 4 years ago