Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -11,7 +11,12 @@ tags:
|
|
11 |
|
12 |
# {MODEL_NAME}
|
13 |
|
14 |
-
This is a [sentence-transformers](https://www.SBERT.net) model
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
<!--- Describe your model here -->
|
17 |
|
|
|
11 |
|
12 |
# {MODEL_NAME}
|
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 |
|