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

  • Log In
  • Sign Up

kaisugi
/
anlp_embedding_model

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

Instructions to use kaisugi/anlp_embedding_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use kaisugi/anlp_embedding_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="kaisugi/anlp_embedding_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("kaisugi/anlp_embedding_model")
    model = AutoModel.from_pretrained("kaisugi/anlp_embedding_model")
  • Notebooks
  • Google Colab
  • Kaggle
anlp_embedding_model
445 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
kaisugi's picture
kaisugi
initial commit
00557ee about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • config.json
    683 Bytes
    initial commit about 3 years ago
  • pytorch_model.bin
    445 MB
    xet
    initial commit about 3 years ago