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

infgrad
/
stella-base-zh

Feature Extraction
Transformers
PyTorch
Safetensors
bert
mteb
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community
2

Instructions to use infgrad/stella-base-zh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use infgrad/stella-base-zh with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="infgrad/stella-base-zh")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("infgrad/stella-base-zh")
    model = AutoModel.from_pretrained("infgrad/stella-base-zh")
  • Notebooks
  • Google Colab
  • Kaggle
stella-base-zh
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
infgrad's picture
infgrad
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#2)
94bdc38 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    40.5 kB
    Update README.md about 2 years ago
  • config.json
    968 Bytes
    Upload 7 files over 2 years ago
  • model.safetensors
    205 MB
    xet
    Adding `safetensors` variant of this model (#2) over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    205 MB
    xet
    Upload 7 files over 2 years ago
  • special_tokens_map.json
    125 Bytes
    Upload 7 files over 2 years ago
  • tokenizer.json
    439 kB
    Upload 7 files over 2 years ago
  • tokenizer_config.json
    315 Bytes
    Upload 7 files over 2 years ago
  • vocab.txt
    110 kB
    Upload 7 files over 2 years ago