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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

dunzhang
/
stella-dialogue-large-zh-v3-1792d

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

Instructions to use dunzhang/stella-dialogue-large-zh-v3-1792d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use dunzhang/stella-dialogue-large-zh-v3-1792d with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="dunzhang/stella-dialogue-large-zh-v3-1792d")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("dunzhang/stella-dialogue-large-zh-v3-1792d")
    model = AutoModel.from_pretrained("dunzhang/stella-dialogue-large-zh-v3-1792d", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
stella-dialogue-large-zh-v3-1792d
1.32 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
infgrad's picture
infgrad
Update README.md
9b32d36 verified over 2 years ago
  • 1_Pooling
    Upload 8 files over 2 years ago
  • 2_Dense
    Upload 8 files over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    7.25 kB
    Update README.md over 2 years ago
  • config.json
    900 Bytes
    Upload 8 files over 2 years ago
  • dial_loss.png
    241 kB
    Upload dial_loss.png over 2 years ago
  • dial_retrieval_test.xlsx
    17.3 kB
    Upload dial_retrieval_test.xlsx over 2 years ago
  • modules.json
    311 Bytes
    Upload 8 files over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.31 GB
    xet
    Upload 8 files over 2 years ago
  • sentence_bert_config.json
    51 Bytes
    Update sentence_bert_config.json over 2 years ago
  • vocab.txt
    110 kB
    Upload 8 files over 2 years ago