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

cyclone
/
simcse-chinese-roberta-wwm-ext

Feature Extraction
Transformers
PyTorch
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use cyclone/simcse-chinese-roberta-wwm-ext with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use cyclone/simcse-chinese-roberta-wwm-ext with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="cyclone/simcse-chinese-roberta-wwm-ext")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("cyclone/simcse-chinese-roberta-wwm-ext")
    model = AutoModel.from_pretrained("cyclone/simcse-chinese-roberta-wwm-ext")
  • Notebooks
  • Google Colab
  • Kaggle
simcse-chinese-roberta-wwm-ext
410 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
pengjie.wu
add readme only
871d703 almost 5 years ago
  • 1_Pooling
    simcse init version almost 5 years ago
  • .gitattributes
    1.18 kB
    initial commit almost 5 years ago
  • README.md
    520 Bytes
    add readme only almost 5 years ago
  • config.json
    893 Bytes
    simcse init version almost 5 years ago
  • config_sentence_transformers.json
    122 Bytes
    simcse init version almost 5 years ago
  • modules.json
    229 Bytes
    simcse init version almost 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    409 MB
    xet
    simcse init version almost 5 years ago
  • sentence_bert_config.json
    52 Bytes
    simcse init version almost 5 years ago
  • special_tokens_map.json
    112 Bytes
    simcse init version almost 5 years ago
  • tokenizer.json
    269 kB
    simcse init version almost 5 years ago
  • tokenizer_config.json
    481 Bytes
    simcse init version almost 5 years ago
  • vocab.txt
    110 kB
    simcse init version almost 5 years ago