Upload HFRoBERTaGen
Browse files- config.json +12 -1
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -1,7 +1,18 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"HFRoBERTaGen"
|
4 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"torch_dtype": "float32",
|
6 |
-
"transformers_version": "4.26.1"
|
|
|
7 |
}
|
|
|
1 |
{
|
2 |
+
"adapter_tuning": false,
|
3 |
"architectures": [
|
4 |
"HFRoBERTaGen"
|
5 |
],
|
6 |
+
"bn_dim": 64,
|
7 |
+
"d_model": 768,
|
8 |
+
"decode_nwords": 17,
|
9 |
+
"decoder_dim_ff": 1024,
|
10 |
+
"decoder_heads": 8,
|
11 |
+
"decoder_layers": 2,
|
12 |
+
"dropout": 0.1,
|
13 |
+
"label_smooth": 0.05,
|
14 |
+
"lr": 1e-05,
|
15 |
"torch_dtype": "float32",
|
16 |
+
"transformers_version": "4.26.1",
|
17 |
+
"use_adapter": true
|
18 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 574322463
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:328903b95af49191792766c8b9a0c27241e3f4f36614819ea046c3208ecc3a05
|
3 |
size 574322463
|