javirandor commited on
Commit
bd3b70f
1 Parent(s): f33ebdc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  # PassGPT
2
 
3
  PassGPT is a causal language model trained on password leaks. It was first introduced in [this paper](https://arxiv.org/abs/2306.01545). This version of the model was trained on passwords from the RockYou leak, which were at most 10 characters long. If you need access to PassGPT trained on passwords up to 16 characters long, please contact our team.
@@ -53,4 +61,3 @@ print(decoded_clean)
53
  ```
54
 
55
  You can find a more flexible script for sampling [here](https://github.com/javirandor/passgpt/blob/main/src/generate_passwords.py).
56
-
 
1
+ ---
2
+ extra_gated_fields:
3
+ Name: text
4
+ Institution: text
5
+ Country: text
6
+ I agree to use this model for non-commercial use ONLY: checkbox
7
+ I agree to not use the model to conduct experiments that cause harm to human subjects: checkbox
8
+ ---
9
  # PassGPT
10
 
11
  PassGPT is a causal language model trained on password leaks. It was first introduced in [this paper](https://arxiv.org/abs/2306.01545). This version of the model was trained on passwords from the RockYou leak, which were at most 10 characters long. If you need access to PassGPT trained on passwords up to 16 characters long, please contact our team.
 
61
  ```
62
 
63
  You can find a more flexible script for sampling [here](https://github.com/javirandor/passgpt/blob/main/src/generate_passwords.py).