vahidthegreat commited on
Commit
0df8b32
1 Parent(s): c760c4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -17,7 +17,7 @@ This model is fine-tuned on top of `sentence-transformers/all-mpnet-base-v2` to
17
 
18
  ### Research Background
19
 
20
- As explained in our [EMNLP 2024 paper](https://example-link-to-paper), this model was fine-tuned using contrastive learning on human-generated arguments for and against various claims. This technique enhances sentence transformers' ability to capture sentiment and stance in opinionated texts while retaining computational efficiency over classification-based approaches.
21
 
22
  ## Model Use and Code Instructions
23
 
@@ -29,7 +29,7 @@ Since this model leverages LoRA (Low-Rank Adaptation) fine-tuning, you only need
29
  First, ensure you have the required libraries installed:
30
 
31
  ```bash
32
- pip install peft transformers sentence-transformers torch
33
 
34
 
35
  from transformers import AutoModel, AutoTokenizer
 
17
 
18
  ### Research Background
19
 
20
+ As explained in our [EMNLP 2024 paper](https://scholar.google.com/citations?view_op=view_citation&hl=en&user=RnPFjYcAAAAJ&citation_for_view=RnPFjYcAAAAJ:W7OEmFMy1HYC), this model was fine-tuned using contrastive learning on human-generated arguments for and against various claims. This technique enhances sentence transformers' ability to capture sentiment and stance in opinionated texts while retaining computational efficiency over classification-based approaches.
21
 
22
  ## Model Use and Code Instructions
23
 
 
29
  First, ensure you have the required libraries installed:
30
 
31
  ```bash
32
+ !pip install peft transformers sentence-transformers torch
33
 
34
 
35
  from transformers import AutoModel, AutoTokenizer