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

bobox
/
DeBERTa-small-ST-v1-test-UnifiedDatasets-Ft2

Sentence Similarity
sentence-transformers
PyTorch
deberta-v2
feature-extraction
Generated from Trainer
dataset_size:260034
loss:CachedGISTEmbedLoss
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use bobox/DeBERTa-small-ST-v1-test-UnifiedDatasets-Ft2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use bobox/DeBERTa-small-ST-v1-test-UnifiedDatasets-Ft2 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("bobox/DeBERTa-small-ST-v1-test-UnifiedDatasets-Ft2")
    
    sentences = [
        "who used to present one man and his dog",
        "One Man and His Dog One Man and His Dog is a BBC television series in the United Kingdom featuring sheepdog trials, originally presented by Phil Drabble, with commentary by Eric Halsall and, later, by Ray Ollerenshaw. It was first aired on 17 February 1976 and continues today (since 2013) as a special annual edition of Countryfile. In 1994, Robin Page replaced Drabble as the main presenter. Gus Dermody took over as commentator until 2012.",
        "animal adjectives [was: ratto, Ratte, raton] - Google Groups animal adjectives [was: ratto, Ratte, raton] Showing 1-9 of 9 messages While trying find the pronunciation of the word \"munger\", I encountered the nearby word    murine [MYOO-ryn] = relating to mice or rats    [from Latin _murinus_, which derives from _mus_,    mouse, whose genetive form is _muris_] So if you need an adjective to refer to lab rodents like _ratto_ or _mausu_, \"murine\" it is. (I would never have discovered this except in an alphabetically arranged dictionary.) There are a lot of animal adjectives of this type, such as ovine (sheep), equine (horse), bovine (bull, cow, calf), aquiline (eagle), murine (rats and mice).   But what is needed is a way to lookup an animal and find what the proper adjective is.  For example, is there an adjective form for \"goat\"? for \"seal\"? for \"elephant\"? for \"whale\"? for \"walrus\"? By the way, I never did find out how \"munger\" is pronounced; the answer is not found in",
        "A boat is docked and filled with bicycles next to a grassy area on a body of water."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
DeBERTa-small-ST-v1-test-UnifiedDatasets-Ft2
576 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
bobox's picture
bobox
Cached Gist embedd loss
a16da11 verified almost 2 years ago
  • 1_Pooling
    Cached Gist embedd loss almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    88.9 kB
    Cached Gist embedd loss almost 2 years ago
  • added_tokens.json
    23 Bytes
    Cached Gist embedd loss almost 2 years ago
  • config.json
    870 Bytes
    Cached Gist embedd loss almost 2 years ago
  • config_sentence_transformers.json
    195 Bytes
    Cached Gist embedd loss almost 2 years ago
  • modules.json
    229 Bytes
    Cached Gist embedd loss almost 2 years ago
  • pytorch_model.bin
    565 MB
    xet
    Cached Gist embedd loss almost 2 years ago
  • sentence_bert_config.json
    53 Bytes
    Cached Gist embedd loss almost 2 years ago
  • special_tokens_map.json
    970 Bytes
    Cached Gist embedd loss almost 2 years ago
  • spm.model
    2.46 MB
    xet
    Cached Gist embedd loss almost 2 years ago
  • tokenizer.json
    8.65 MB
    Cached Gist embedd loss almost 2 years ago
  • tokenizer_config.json
    1.45 kB
    Cached Gist embedd loss almost 2 years ago