Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

OctopusMind
/
longbert-embedding-8k-zh

Sentence Similarity
Transformers
PyTorch
Chinese
bert
feature-extraction
embedding
text-embedding
custom_code
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use OctopusMind/longbert-embedding-8k-zh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use OctopusMind/longbert-embedding-8k-zh with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("OctopusMind/longbert-embedding-8k-zh", trust_remote_code=True)
    model = AutoModel.from_pretrained("OctopusMind/longbert-embedding-8k-zh", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
longbert-embedding-8k-zh
408 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 15 commits
algorithmexplorer01's picture
algorithmexplorer01
Update README.md
40a8451 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • LICENSE
    11.4 kB
    Upload 9 files over 2 years ago
  • README.md
    2.04 kB
    Update README.md over 2 years ago
  • config.json
    968 Bytes
    Update config.json over 2 years ago
  • configuration_bert.py
    7.17 kB
    Upload 9 files over 2 years ago
  • gitattributes
    1.52 kB
    Upload 9 files over 2 years ago
  • modeling_bert.py
    47.4 kB
    Upload 9 files over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    408 MB
    xet
    Upload 2 files over 2 years ago
  • special_tokens_map.json
    125 Bytes
    Upload 2 files over 2 years ago
  • tokenizer.json
    269 kB
    Upload 9 files over 2 years ago
  • tokenizer_config.json
    29 Bytes
    Upload 9 files over 2 years ago
  • vocab.txt
    110 kB
    Upload 9 files over 2 years ago