jenslemmens commited on
Commit
c87cdce
1 Parent(s): 751002f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ The model was developed with the intention of achieving high results on NLP task
10
 
11
  ### How to use
12
 
13
- CoNTACT should be fine-tuned on a downstream task. This can be achieved by referring to ```clips/contact``` in the ```--model\_name\_or\_path``` argument in Huggingface/Transformers' example scripts, or by loading CoNTACT (as shown below) and fine-tuning it using your own code:
14
 
15
  ```
16
  from transformers import AutoModel, AutoTokenizer
 
10
 
11
  ### How to use
12
 
13
+ CoNTACT should be fine-tuned on a downstream task. This can be achieved by referring to ```clips/contact``` in the ```--model_name_or_path``` argument in Huggingface/Transformers' example scripts, or by loading CoNTACT (as shown below) and fine-tuning it using your own code:
14
 
15
  ```
16
  from transformers import AutoModel, AutoTokenizer