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

florentgbelidji
/
fossil_flex

Sentence Similarity
sentence-transformers
PyTorch
mpnet
feature-extraction
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use florentgbelidji/fossil_flex with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("florentgbelidji/fossil_flex")
    
    sentences = [
        "That is a happy person",
        "That is a happy dog",
        "That is a very happy person",
        "Today is a sunny day"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
fossil_flex
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
florentgbelidji's picture
florentgbelidji
Add SetFit model
ceabe92 over 3 years ago
  • 1_Pooling
    Add SetFit model over 3 years ago
  • .gitattributes
    1.43 kB
    initial commit over 3 years ago
  • README.md
    2.25 kB
    Add SetFit model over 3 years ago
  • config.json
    678 Bytes
    Add SetFit model over 3 years ago
  • config_sentence_transformers.json
    116 Bytes
    Add SetFit model over 3 years ago
  • model_head.pkl

    Detected Pickle imports (4)

    • "sklearn.linear_model._logistic.LogisticRegression",
    • "joblib.numpy_pickle.NumpyArrayWrapper",
    • "numpy.ndarray",
    • "numpy.dtype"

    How to fix it?

    6.99 kB
    xet
    Add SetFit model over 3 years ago
  • modules.json
    349 Bytes
    Add SetFit model over 3 years ago
  • pytorch_model.bin
    438 MB
    xet
    Add SetFit model over 3 years ago
  • sentence_bert_config.json
    53 Bytes
    Add SetFit model over 3 years ago
  • special_tokens_map.json
    239 Bytes
    Add SetFit model over 3 years ago
  • tokenizer.json
    466 kB
    Add SetFit model over 3 years ago
  • tokenizer_config.json
    447 Bytes
    Add SetFit model over 3 years ago
  • vocab.txt
    232 kB
    Add SetFit model over 3 years ago