anonymousauthors commited on
Commit
722c698
β€’
1 Parent(s): 893ace3
pages/2_😈_BlackBox_and_WhiteBox_Attacks.py CHANGED
@@ -23,7 +23,7 @@ st.sidebar.markdown('`Input text`: a sentence or paragraph.')
23
  st.sidebar.markdown('`Number of replacements`: the number of secret language samples.')
24
  st.sidebar.markdown('`Steps for searching Secret Langauge`: the steps in the SecretFinding process.')
25
  st.sidebar.markdown('#### Two methods')
26
- st.sidebar.markdown('1. Searching secret languages based on models: this method calculates secret languages using [GPT-2](https://huggingface.co/gpt2), [EleutherAI/gpt-neo-1.3B](https://huggingface.co/EleutherAI/gpt-neo-1.3B), [EleutherAI/gpt-neo-2.7B](https://huggingface.co/EleutherAI/gpt-neo-2.7B), [EleutherAI/gpt-neox-20b](https://huggingface.co/EleutherAI/gpt-neox-20b), or [EleutherAI/gpt-j-6B](https://huggingface.co/EleutherAI/gpt-j-6B).')
27
  st.sidebar.markdown('2. Use the secret language we found on ALBERT, DistillBERT, and Roberta: this method replaces words directly with the secret language dictionary derived from ALBERT, DistillBERT, and Roberta.')
28
 
29
  st.sidebar.markdown('#### Return')
 
23
  st.sidebar.markdown('`Number of replacements`: the number of secret language samples.')
24
  st.sidebar.markdown('`Steps for searching Secret Langauge`: the steps in the SecretFinding process.')
25
  st.sidebar.markdown('#### Two methods')
26
+ st.sidebar.markdown('1. Searching secret languages based on models: this method calculates secret languages using [GPT-2](https://huggingface.co/gpt2), [EleutherAI/gpt-neo-1.3B](https://huggingface.co/EleutherAI/gpt-neo-1.3B)') #, [EleutherAI/gpt-neo-2.7B](https://huggingface.co/EleutherAI/gpt-neo-2.7B), [EleutherAI/gpt-neox-20b](https://huggingface.co/EleutherAI/gpt-neox-20b), or [EleutherAI/gpt-j-6B](https://huggingface.co/EleutherAI/gpt-j-6B).')
27
  st.sidebar.markdown('2. Use the secret language we found on ALBERT, DistillBERT, and Roberta: this method replaces words directly with the secret language dictionary derived from ALBERT, DistillBERT, and Roberta.')
28
 
29
  st.sidebar.markdown('#### Return')