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

CalebMaresca
/
matrix-game-embeddings-ft-v1

Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
Generated from Trainer
dataset_size:370
loss:MatryoshkaLoss
loss:MultipleNegativesRankingLoss
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use CalebMaresca/matrix-game-embeddings-ft-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use CalebMaresca/matrix-game-embeddings-ft-v1 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("CalebMaresca/matrix-game-embeddings-ft-v1")
    
    sentences = [
        " What is the proposed alternative to imposing random events purely by chance on players?",
        "half a day). \n• They are perceived to be new and innovative (despite being around since 1987). \n• They are easy to transport, requiring only pen and paper – with perhaps a few maps and \ncounters. \n• They work well in multi-domain, multi-agency contexts allowing all Actors to participate \nequally. \nA few Words of Warning \n• The fact that a Matrix Game requires little infrastructure can be a problem – it just \ndoesn't look sexy and the strengths that it can be done quickly with the minimum of \nfuss, can be reduced by efforts to make it look cool/expensive. \n• The non-quantitative nature of the game can frustrate analysts. \n• Matrix Games require an experience facilitator to run them.",
        "inform the other players of their stated intentions. In many cases these are not really \n\"arguments\" as part of the game, so shouldn't count as their action for the turn, unless they \nwish to specify a measurable effect (such as increasing their approval ratings). \nTrade Agreements \nIn some games, trade forms a very important part of the game narrative. In most cases this \ncan be treated simply as part of the normal ebb and flow of the argument process. \nHowever, in some circumstances, particularly when timescales are long, trade can require \ngreater attention as to the nuances of the economic benefits and impacts. In these cases, it \nmay be necessary to get the two sides to make additional arguments as to what they expect",
        "possible throughout the game, having “random events” happen completely at random is \nproblematic. An Actor may be disadvantaged purely by chance, more than once during the \ngame, which can reduce their immersion and engagement. The narrative develops during \nthe game based on the decisions of the players and their reactions to the decisions of other \nplayers. Having random events imposed on them by chance breaks this “cause and effect” \ncycle and degrades the game flow. \nThe alternative is to give the random event to the participants. They will then make a \ndecision as to how this can contribute to the narrative being developed by the players. They"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
matrix-game-embeddings-ft-v1
1.34 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
CalebMaresca's picture
CalebMaresca
Add new SentenceTransformer model
4debbcb verified about 1 year ago
  • 1_Pooling
    Add new SentenceTransformer model about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    31.8 kB
    Add new SentenceTransformer model about 1 year ago
  • config.json
    584 Bytes
    Add new SentenceTransformer model about 1 year ago
  • config_sentence_transformers.json
    281 Bytes
    Add new SentenceTransformer model about 1 year ago
  • model.safetensors
    1.34 GB
    xet
    Add new SentenceTransformer model about 1 year ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model about 1 year ago
  • sentence_bert_config.json
    53 Bytes
    Add new SentenceTransformer model about 1 year ago
  • special_tokens_map.json
    695 Bytes
    Add new SentenceTransformer model about 1 year ago
  • tokenizer.json
    712 kB
    Add new SentenceTransformer model about 1 year ago
  • tokenizer_config.json
    1.41 kB
    Add new SentenceTransformer model about 1 year ago
  • vocab.txt
    232 kB
    Add new SentenceTransformer model about 1 year ago