gabrielloiseau commited on
Commit
91f2e7b
·
verified ·
1 Parent(s): 45f9f3a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -16,10 +16,10 @@ Fine-tuned text rewriting model with **proximal policy optimization** for author
16
  ArXiv paper: coming soon
17
 
18
  ## Model description
19
- Model type: Authorship obfuscation model using GPT2-bsaed text rewriting
20
- Reward models: [rrivera1849/LUAR-MUD](https://huggingface.co/rrivera1849/LUAR-MUD) & [Alibaba-NLP/gte-large-en-v1.5](https://huggingface.co/Alibaba-NLP/gte-large-en-v1.5)
21
- Finetuned from model: [philippelaban/keep_it_simple](https://huggingface.co/philippelaban/keep_it_simple)
22
- Dataset: [Yelp/yelp_review_full](https://huggingface.co/datasets/Yelp/yelp_review_full)
23
 
24
  ## Example use
25
  ```python
 
16
  ArXiv paper: coming soon
17
 
18
  ## Model description
19
+ - **Model type:** Authorship obfuscation model using GPT2-bsaed text rewriting
20
+ - **Reward models:** [rrivera1849/LUAR-MUD](https://huggingface.co/rrivera1849/LUAR-MUD) & [Alibaba-NLP/gte-large-en-v1.5](https://huggingface.co/Alibaba-NLP/gte-large-en-v1.5)
21
+ - **Finetuned from model:** [philippelaban/keep_it_simple](https://huggingface.co/philippelaban/keep_it_simple)
22
+ - **Dataset:** [Yelp/yelp_review_full](https://huggingface.co/datasets/Yelp/yelp_review_full)
23
 
24
  ## Example use
25
  ```python