kalpeshk2011 commited on
Commit
633d08e
1 Parent(s): 75958be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -22,7 +22,6 @@ This particular version of DIPPER does not support external context, see [this v
22
 
23
  Paper: https://arxiv.org/abs/2303.13408
24
  Code: https://github.com/martiansideofthemoon/ai-detection-paraphrases
25
- Usage instructions: https://github.com/martiansideofthemoon/ai-detection-paraphrases#running-the-paraphraser-model-dipper
26
 
27
  ## What is DIPPER?
28
 
@@ -36,7 +35,7 @@ We leverage the PAR3 dataset publicly released by Thai et al. (2022) to train DI
36
 
37
  ## Using DIPPER (no-context)
38
 
39
- Full instructions: https://github.com/martiansideofthemoon/ai-detection-paraphrases#running-the-paraphraser-model-dipper
40
 
41
  We suggest using the code below to use the model correctly:
42
 
 
22
 
23
  Paper: https://arxiv.org/abs/2303.13408
24
  Code: https://github.com/martiansideofthemoon/ai-detection-paraphrases
 
25
 
26
  ## What is DIPPER?
27
 
 
35
 
36
  ## Using DIPPER (no-context)
37
 
38
+ Sample script: https://github.com/martiansideofthemoon/ai-detection-paraphrases/blob/main/dipper_paraphrases/paraphrase.py
39
 
40
  We suggest using the code below to use the model correctly:
41