Re fine-tuned model
Browse files- config.json +2 -1
- pytorch_model.bin +2 -2
- tf_model.h5 +1 -1
- tokenizer.json +0 -0
config.json
CHANGED
@@ -19,6 +19,7 @@
|
|
19 |
"n_layer": 12,
|
20 |
"n_positions": 1024,
|
21 |
"resid_pdrop": 0.1,
|
|
|
22 |
"summary_activation": null,
|
23 |
"summary_first_dropout": 0.1,
|
24 |
"summary_proj_to_labels": true,
|
@@ -30,7 +31,7 @@
|
|
30 |
"max_length": 50
|
31 |
}
|
32 |
},
|
33 |
-
"transformers_version": "4.
|
34 |
"use_cache": true,
|
35 |
"vocab_size": 50257
|
36 |
}
|
|
|
19 |
"n_layer": 12,
|
20 |
"n_positions": 1024,
|
21 |
"resid_pdrop": 0.1,
|
22 |
+
"scale_attn_weights": true,
|
23 |
"summary_activation": null,
|
24 |
"summary_first_dropout": 0.1,
|
25 |
"summary_proj_to_labels": true,
|
|
|
31 |
"max_length": 50
|
32 |
}
|
33 |
},
|
34 |
+
"transformers_version": "4.6.0",
|
35 |
"use_cache": true,
|
36 |
"vocab_size": 50257
|
37 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d61f021afbea7627008ca04339d27c10f15fec1ae5af1ce38aa40daf42f123a
|
3 |
+
size 510408315
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 497933648
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d583aa1dd7337600c1328f68a8d3075dd8b28723d5e41984752eb0c4c52ec2e0
|
3 |
size 497933648
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|