hallisky commited on
Commit
27cf7bd
β€’
1 Parent(s): d8300e8

Add disclaimer

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -47,8 +47,9 @@ MAX_NEW_TOKENS=1024
47
  DESCRIPTION = """\
48
  # Authorship Obfuscation with StyleRemix
49
  This Space demonstrates StyleRemix, a controllable and interpretable method for authorship obfuscation. At its core, it uses a Llama-3 model with 8B parameters and various LoRA adapters fine-tuned to rewrite text towards specific stylistic attributes (like text being longer or shorter). Feel free to play with it, or duplicate to run generations without a queue! If you want to run your own service, you can also deploy the model on [deploy the model on Inference Endpoints](https://huggingface.co/inference-endpoints).
50
- <br> πŸ•΅οΈ Want to learn more? Check out our paper [here](google.com) and our code [here](google.com)!
51
  <br> 🧐 Have questions about our work or issues with the demo? Feel free to email us at [email protected] and [email protected].
 
52
  """
53
 
54
  import subprocess
 
47
  DESCRIPTION = """\
48
  # Authorship Obfuscation with StyleRemix
49
  This Space demonstrates StyleRemix, a controllable and interpretable method for authorship obfuscation. At its core, it uses a Llama-3 model with 8B parameters and various LoRA adapters fine-tuned to rewrite text towards specific stylistic attributes (like text being longer or shorter). Feel free to play with it, or duplicate to run generations without a queue! If you want to run your own service, you can also deploy the model on [deploy the model on Inference Endpoints](https://huggingface.co/inference-endpoints).
50
+ <br> πŸ•΅οΈ Want to learn more? Check out our paper [here](https://arxiv.org/abs/2408.15666v1) and our code [here](https://github.com/jfisher52/StyleRemix)!
51
  <br> 🧐 Have questions about our work or issues with the demo? Feel free to email us at [email protected] and [email protected].
52
+ <br> <b>Disclaimer</b>: <em>We may collect and use your queries for further research and development purposes. The data collected will be anonymized and used to enhance our understanding of desired stylistic attributes when rewriting text.</em>
53
  """
54
 
55
  import subprocess