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-roberta-large

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

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

  • Libraries
  • Transformers

    How to use Yanhao/simcse-roberta-large with Transformers:

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

This model has 1 file scanned as unsafe.

Yanhao's picture
Yanhao
Upload vocab.txt
51f382a about 4 years ago
  • .gitattributes
    1.17 kB
    initial commit about 4 years ago
  • config.json
    600 Bytes
    Upload config.json about 4 years ago
  • eval_results.txt
    52 Bytes
    Upload eval_results.txt about 4 years ago
  • pytorch_model.bin
    1.42 GB
    xet
    Upload pytorch_model.bin with git-lfs about 4 years ago
  • special_tokens_map.json
    112 Bytes
    Upload special_tokens_map.json about 4 years ago
  • tokenizer_config.json
    253 Bytes
    Upload tokenizer_config.json about 4 years ago
  • train_results.txt
    69 Bytes
    Upload train_results.txt about 4 years ago
  • trainer_state.json
    588 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.txt
    232 kB
    Upload vocab.txt about 4 years ago