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

  • Log In
  • Sign Up

avivst
/
our_carbohydrate_data_upsample_classifier

Model2Vec
Safetensors
sentence-transformers
embeddings
static-embeddings
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Model2Vec

    How to use avivst/our_carbohydrate_data_upsample_classifier with Model2Vec:

    from model2vec import StaticModel
    
    model = StaticModel.from_pretrained("avivst/our_carbohydrate_data_upsample_classifier")
  • sentence-transformers

    How to use avivst/our_carbohydrate_data_upsample_classifier with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("avivst/our_carbohydrate_data_upsample_classifier")
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Notebooks
  • Google Colab
  • Kaggle
our_carbohydrate_data_upsample_classifier
648 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
avivst's picture
avivst
Upload folder using huggingface_hub
43d2e16 verified 10 months ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub 10 months ago
  • README.md
    3.82 kB
    Upload folder using huggingface_hub 10 months ago
  • config.json
    25 Bytes
    Upload folder using huggingface_hub 10 months ago
  • model.safetensors
    621 MB
    xet
    Upload folder using huggingface_hub 10 months ago
  • modules.json
    278 Bytes
    Upload folder using huggingface_hub 10 months ago
  • pipeline.skops
    22.2 MB
    xet
    Upload folder using huggingface_hub 10 months ago
  • tokenizer.json
    5.1 MB
    Upload folder using huggingface_hub 10 months ago