Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -13,10 +13,10 @@ tags:
|
|
13 |
|
14 |
This is a [sentence-transformers](https://www.SBERT.net) model fine-tuned on the Belief Triplet Dataset. It maps sentences and paragraphs into a 768-dimensional dense vector space, making it suitable for tasks such as clustering and semantic search.
|
15 |
|
16 |
-
The base model, [roberta-base-nli-stsb-mean-tokens](sentence-transformers/roberta-base-nli-stsb-mean-tokens) , was fine-tuned using belief triplets extracted from the Debate.org dataset. This fine-tuning enhances the model’s ability to capture contextual relationships between various beliefs.
|
17 |
|
18 |
For more details, refer to our paper:
|
19 |
-
"Neural Embedding of Beliefs Reveals the Role of Relative Dissonance in Human Decision-Making" ([arXiv:2408.07237](
|
20 |
|
21 |
<!--- Describe your model here -->
|
22 |
|
|
|
13 |
|
14 |
This is a [sentence-transformers](https://www.SBERT.net) model fine-tuned on the Belief Triplet Dataset. It maps sentences and paragraphs into a 768-dimensional dense vector space, making it suitable for tasks such as clustering and semantic search.
|
15 |
|
16 |
+
The base model, [roberta-base-nli-stsb-mean-tokens](https://huggingface.co/sentence-transformers/roberta-base-nli-stsb-mean-tokens) , was fine-tuned using belief triplets extracted from the Debate.org dataset. This fine-tuning enhances the model’s ability to capture contextual relationships between various beliefs.
|
17 |
|
18 |
For more details, refer to our paper:
|
19 |
+
"Neural Embedding of Beliefs Reveals the Role of Relative Dissonance in Human Decision-Making" ([arXiv:2408.07237](https://arxiv.org/abs/2408.07237)).
|
20 |
|
21 |
<!--- Describe your model here -->
|
22 |
|