javirandor commited on
Commit
c2bf918
1 Parent(s): 15f5316

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -4,7 +4,7 @@ extra_gated_fields:
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
  widget:
10
  - text: "<s>"
@@ -18,15 +18,15 @@ widget:
18
  ---
19
  # PassGPT
20
 
21
- 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.
22
 
23
  ### Usage and License Notices
24
  [![License](https://img.shields.io/badge/License-CC%20By%20NC%204.0-yellow)](https://github.com/javirandor/passbert/blob/main/LICENSE)
25
- PassGPT is intended and licensed for research use only. The model and code are CC BY NC 4.0 (allowing only non-commercial use) and should not be used outside of research purposes. This material should never be used to attack real systems.
26
 
27
  ### Model description
28
 
29
- The model inherits the [GPT2LMHeadModel](https://huggingface.co/docs/transformers/model_doc/gpt2#transformers.GPT2LMHeadModel) architecture and implements a custom [BertTokenizer](https://huggingface.co/docs/transformers/model_doc/bert#transformers.BertTokenizer) that encodes each character in a password as a single token, avoiding merges. It was trained from a random initialization and the code for training can be found in the [official repository](https://github.com/javirandor/passgpt/).
30
 
31
  ### Password Generation
32
 
 
4
  Institution: text
5
  Country: text
6
  I agree to use this model for non-commercial use ONLY: checkbox
7
+ I agree not to use the model to conduct experiments that cause harm to human subjects: checkbox
8
 
9
  widget:
10
  - text: "<s>"
 
18
  ---
19
  # PassGPT
20
 
21
+ 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, after filtering those that were at most 10 characters long. If you need access to PassGPT trained on passwords up to 16 characters long, please get in touch with our team.
22
 
23
  ### Usage and License Notices
24
  [![License](https://img.shields.io/badge/License-CC%20By%20NC%204.0-yellow)](https://github.com/javirandor/passbert/blob/main/LICENSE)
25
+ PassGPT is intended and licensed for research use only. The model and code are CC BY NC 4.0 (allowing only non-commercial use) and should not be used outside of research purposes. This model should never be used to attack real systems.
26
 
27
  ### Model description
28
 
29
+ The model inherits the [GPT2LMHeadModel](https://huggingface.co/docs/transformers/model_doc/gpt2#transformers.GPT2LMHeadModel) architecture and implements a custom [BertTokenizer](https://huggingface.co/docs/transformers/model_doc/bert#transformers.BertTokenizer) that encodes each character in a password as a single token, avoiding merges. It was trained from a random initialization, and the code for training can be found in the [official repository](https://github.com/javirandor/passgpt/).
30
 
31
  ### Password Generation
32