Upload step 1000
Browse files- config.json +18 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"num_opinion_anchors": 450,
|
| 3 |
+
"pentachoron_dim": 128,
|
| 4 |
+
"scales": [
|
| 5 |
+
128,
|
| 6 |
+
256,
|
| 7 |
+
512
|
| 8 |
+
],
|
| 9 |
+
"vocab_size": 492,
|
| 10 |
+
"max_seq_len": 77,
|
| 11 |
+
"global_step": 1000,
|
| 12 |
+
"best_val_loss": Infinity,
|
| 13 |
+
"optimizations": {
|
| 14 |
+
"use_gradient_checkpointing": false,
|
| 15 |
+
"share_scale_embeddings": false
|
| 16 |
+
},
|
| 17 |
+
"note": "share_scale_embeddings MUST be False to preserve multi-scale architecture"
|
| 18 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2c6db8793e92bd2c7186409bf3a05556fce86722293c7b3adc9425a3d1d817d
|
| 3 |
+
size 422610274
|