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

silk-road
/
luotuo-bert

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

Instructions to use silk-road/luotuo-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use silk-road/luotuo-bert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="silk-road/luotuo-bert", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("silk-road/luotuo-bert", trust_remote_code=True)
    model = AutoModel.from_pretrained("silk-road/luotuo-bert", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
luotuo-bert
1.66 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 3 commits

This model has 1 file scanned as suspicious.

silk-road's picture
silk-road
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
5f2d82a verified over 1 year ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • config.json
    966 Bytes
    first version over 3 years ago
  • model.safetensors
    414 MB
    xet
    Adding `safetensors` variant of this model (#1) over 1 year ago
  • models.py
    21.1 kB
    first version over 3 years ago
  • optimizer.pt
    828 MB
    xet
    first version over 3 years ago
  • pytorch_model.bin
    414 MB
    xet
    first version over 3 years ago
  • scheduler.pt
    627 Bytes
    xet
    first version over 3 years ago
  • special_tokens_map.json
    125 Bytes
    first version over 3 years ago
  • tokenizer.json
    439 kB
    first version over 3 years ago
  • tokenizer_config.json
    539 Bytes
    first version over 3 years ago
  • trainer_state.json
    10 kB
    first version over 3 years ago
  • training_args.bin
    3.64 kB
    xet
    first version over 3 years ago
  • vocab.txt
    110 kB
    first version over 3 years ago