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

avinot
/
distilroberta-base-LoL-Champions

Sentence Similarity
sentence-transformers
Safetensors
roberta
feature-extraction
Generated from Trainer
dataset_size:3394
loss:MultipleNegativesRankingLoss
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use avinot/distilroberta-base-LoL-Champions with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use avinot/distilroberta-base-LoL-Champions with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("avinot/distilroberta-base-LoL-Champions")
    
    sentences = [
        "As senna, Watch your positioning at all times so she cannot land crucial spells on you.\n\nKeep the minion wave closer to your side of the map to force her to over-extend for farm.\n\nSenna is quite weak early, you might be able to abuse that to gain an early health advantage. But if you can’t, don’t worry.\n\nFocus on farming early on if you can’t get kills. Try to poke her down often: whenever she uses her Q, try and use yours.\n",
        "As riven, Riven will begin to fall as the game continues, so she will have to accumulate an early lead on. She should rely on peaks to win the game. She will have a lot of articles during this phase of the game, which will let her dry a lot of damage if she manages to catch an enemy. Level 16 is a massive power peak, which means that she can completely decimate the enemies that are joined together. She will have to find flanks on the enemy frequently.",
        "As senna, Watch your position at all times so it can't put crucial spells on you. Keep the minion wave closer to your side of the map to force it to overtake for the farm. Senna is weak enough early, you might be able to abuse it to gain an early health benefit. But if you can, don't worry. Focus on agriculture early if you can't get killed.",
        "Against zac, Zac really has long cooling times on his engagement abilities. As a result, he can really use them as a tool of engagement or escape only once in a fight. If you know that he is without these abilities- try to fight him. Placing the vision around his entrances into the jungle and into the river will reduce his ability to get successful ganks. Note that Zac can gank from afar with his E however. The easiest way for Zac to kill the Crab Scuttle is by using his E. If you see him killing the Crab Scuttle, it will usually mean that his E is on cooldown and he will miss an escape tool."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
distilroberta-base-LoL-Champions
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
avinot's picture
avinot
Add new SentenceTransformer model.
a23af80 verified almost 2 years ago
  • 1_Pooling
    Add new SentenceTransformer model. almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    28.5 kB
    Add new SentenceTransformer model. almost 2 years ago
  • config.json
    671 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • config_sentence_transformers.json
    201 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • merges.txt
    456 kB
    Add new SentenceTransformer model. almost 2 years ago
  • model.safetensors
    328 MB
    xet
    Add new SentenceTransformer model. almost 2 years ago
  • modules.json
    229 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • sentence_bert_config.json
    53 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • special_tokens_map.json
    280 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • tokenizer.json
    2.11 MB
    Add new SentenceTransformer model. almost 2 years ago
  • tokenizer_config.json
    1.22 kB
    Add new SentenceTransformer model. almost 2 years ago
  • vocab.json
    798 kB
    Add new SentenceTransformer model. almost 2 years ago