Commit
·
30d27e5
1
Parent(s):
f08c6b0
Training in progress epoch 0
Browse files- config.json +3 -1
- tf_model.h5 +1 -1
config.json
CHANGED
@@ -24,7 +24,9 @@
|
|
24 |
"n_inner": null,
|
25 |
"n_layer": 6,
|
26 |
"n_positions": 1024,
|
|
|
27 |
"resid_pdrop": 0.1,
|
|
|
28 |
"scale_attn_weights": true,
|
29 |
"summary_activation": null,
|
30 |
"summary_first_dropout": 0.1,
|
@@ -37,7 +39,7 @@
|
|
37 |
"max_length": 50
|
38 |
}
|
39 |
},
|
40 |
-
"transformers_version": "4.
|
41 |
"use_cache": true,
|
42 |
"vocab_size": 50257
|
43 |
}
|
|
|
24 |
"n_inner": null,
|
25 |
"n_layer": 6,
|
26 |
"n_positions": 1024,
|
27 |
+
"reorder_and_upcast_attn": false,
|
28 |
"resid_pdrop": 0.1,
|
29 |
+
"scale_attn_by_inverse_layer_idx": false,
|
30 |
"scale_attn_weights": true,
|
31 |
"summary_activation": null,
|
32 |
"summary_first_dropout": 0.1,
|
|
|
39 |
"max_length": 50
|
40 |
}
|
41 |
},
|
42 |
+
"transformers_version": "4.13.0.dev0",
|
43 |
"use_cache": true,
|
44 |
"vocab_size": 50257
|
45 |
}
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 327744824
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44115101bd7f5e51afc6d8fa9f58143e629573b5f7c9732d95ae0a42b9fd69b0
|
3 |
size 327744824
|