CodeferSystem commited on
Commit
ea709ec
·
verified ·
1 Parent(s): 9b43f0d

Update README.md

Browse files

Refining the description.

Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -8,6 +8,7 @@ pipeline_tag: text-generation
8
  tags:
9
  - cybersecurity
10
  - passwords
 
11
  ---
12
 
13
  # GPT-2 Hacker password generator (medium)
@@ -45,7 +46,7 @@ output = model.generate(
45
  **inputs,
46
  max_length=60,
47
  do_sample=True,
48
- temperature=0.9,
49
  top_p=0.95,
50
  no_repeat_ngram_size=2
51
  )
@@ -75,5 +76,5 @@ Assistant: t~5^>6hVhxQ$yY
75
 
76
  [GPT2-Hacker-password-generator Small model](https://huggingface.co/CodeferSystem/GPT2-Hacker-password-generator)
77
 
78
- # Fine-tune data
79
  The dataset on which the model was trained will be published later.
 
8
  tags:
9
  - cybersecurity
10
  - passwords
11
+ library_name: transformers
12
  ---
13
 
14
  # GPT-2 Hacker password generator (medium)
 
46
  **inputs,
47
  max_length=60,
48
  do_sample=True,
49
+ temperature=0.9, # Change for creativity
50
  top_p=0.95,
51
  no_repeat_ngram_size=2
52
  )
 
76
 
77
  [GPT2-Hacker-password-generator Small model](https://huggingface.co/CodeferSystem/GPT2-Hacker-password-generator)
78
 
79
+ # Dataset of this model
80
  The dataset on which the model was trained will be published later.