Training in progress, step 800
Browse files- config.json +2 -2
- model.safetensors +2 -2
- training_args.bin +1 -1
- vocab.json +1 -1
config.json
CHANGED
|
@@ -3,9 +3,9 @@
|
|
| 3 |
"T5ForConditionalGeneration"
|
| 4 |
],
|
| 5 |
"classifier_dropout": 0.0,
|
| 6 |
-
"d_ff":
|
| 7 |
"d_kv": 64,
|
| 8 |
-
"d_model":
|
| 9 |
"decoder_start_token_id": 1,
|
| 10 |
"dense_act_fn": "relu",
|
| 11 |
"dropout_rate": 0.3,
|
|
|
|
| 3 |
"T5ForConditionalGeneration"
|
| 4 |
],
|
| 5 |
"classifier_dropout": 0.0,
|
| 6 |
+
"d_ff": 512,
|
| 7 |
"d_kv": 64,
|
| 8 |
+
"d_model": 128,
|
| 9 |
"decoder_start_token_id": 1,
|
| 10 |
"dense_act_fn": "relu",
|
| 11 |
"dropout_rate": 0.3,
|
model.safetensors
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:537e0a9675dcc563ee624c35c19ba2d464d32594c2833c7309e9f5301bbd8c1e
|
| 3 |
+
size 10538456
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4728
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1c7553b75259bff048c1d76cc3549437519bcce4401a521f23a5914ffd80360
|
| 3 |
size 4728
|
vocab.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"
|
|
|
|
| 1 |
+
{"d": 0, "S": 1, "s": 2, "z": 3, ",": 4, "F": 5, "L": 6, "y": 7, "4": 8, "g": 9, "x": 10, "\u0144": 11, "\u012f": 12, "\u00f3": 13, "\u00e1": 14, "N": 15, "w": 16, "h": 17, "n": 18, "\u0105": 19, "c": 20, "l": 21, "1": 22, "(": 23, "\u02bc": 24, "k": 25, "t": 26, "E": 27, "G": 28, " ": 29, "O": 30, "j": 31, "\u0301": 32, "V": 33, "\u01eb": 34, "b": 35, "\u00e9": 36, "P": 37, "m": 38, "e": 39, "R": 40, "o": 41, ";": 42, "M": 43, "I": 44, "2": 45, ")": 46, "\u0119": 47, "a": 48, "D": 49, "\u0142": 50, "\u00ed": 51, "3": 52, "i": 53, "T": 54}
|