Training in progress, step 2000
Browse files- config.json +2 -2
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -8,12 +8,12 @@
|
|
| 8 |
"channel_attention": false,
|
| 9 |
"channel_consistent_masking": false,
|
| 10 |
"context_length": 512,
|
| 11 |
-
"d_model":
|
| 12 |
"distribution_output": "normal",
|
| 13 |
"do_mask_input": null,
|
| 14 |
"dropout": 0.1,
|
| 15 |
"ff_dropout": 0.0,
|
| 16 |
-
"ffn_dim":
|
| 17 |
"head_dropout": 0.1,
|
| 18 |
"init_std": 0.02,
|
| 19 |
"loss": "mse",
|
|
|
|
| 8 |
"channel_attention": false,
|
| 9 |
"channel_consistent_masking": false,
|
| 10 |
"context_length": 512,
|
| 11 |
+
"d_model": 1024,
|
| 12 |
"distribution_output": "normal",
|
| 13 |
"do_mask_input": null,
|
| 14 |
"dropout": 0.1,
|
| 15 |
"ff_dropout": 0.0,
|
| 16 |
+
"ffn_dim": 512,
|
| 17 |
"head_dropout": 0.1,
|
| 18 |
"init_std": 0.02,
|
| 19 |
"loss": "mse",
|
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:de78a30d9130bfaba20385d8f11999b45e325fcaca800348a70fe2d177a9dd8c
|
| 3 |
+
size 75872824
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5777
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84a86410585a8ccaf37aea9b288e143ff88633071e181538dcea8d1eb5b5ef86
|
| 3 |
size 5777
|