ayjays132 commited on
Commit
aca8aa5
1 Parent(s): d1aa72d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -31,6 +31,25 @@ config:
31
  stability_threshold: 0.02
32
  start_token_index: 2
33
  transformers_version: 4.34.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  license: apache-2.0
35
  datasets:
36
  - vicgalle/alpaca-gpt4
 
31
  stability_threshold: 0.02
32
  start_token_index: 2
33
  transformers_version: 4.34.0
34
+ attn_pdrop: 0.1
35
+ bos_token_id: 50256
36
+ embd_pdrop: 0.1
37
+ eos_token_id: 50256
38
+ initializer_range: 0.02
39
+ layer_norm_epsilon: 0.00001
40
+ n_ctx: 1024
41
+ n_embd: 1024
42
+ n_head: 16
43
+ n_layer: 24
44
+ n_positions: 1024
45
+ n_special: 0
46
+ predict_special_tokens: true
47
+ resid_pdrop: 0.1
48
+ summary_activation: null
49
+ summary_first_dropout: 0.1
50
+ summary_proj_to_labels: true
51
+ summary_type: cls_index
52
+ summary_use_proj: true
53
  license: apache-2.0
54
  datasets:
55
  - vicgalle/alpaca-gpt4