Upload folder using huggingface_hub
Browse files- config.json +10 -0
- lcm.pt +3 -0
- meta.json +1 -0
config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"code_dim": 1024,
|
| 3 |
+
"d_model": 1024,
|
| 4 |
+
"n_layer": 8,
|
| 5 |
+
"n_head": 16,
|
| 6 |
+
"d_ff": 4096,
|
| 7 |
+
"max_seq_len": 128,
|
| 8 |
+
"dropout": 0.1,
|
| 9 |
+
"stop_loss_weight": 1.0
|
| 10 |
+
}
|
lcm.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f84cdf4355bd98741c77403a2f8ef3c5ebc4da3872061a32433736c1c40e4daf
|
| 3 |
+
size 412060692
|
meta.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"step": 3864, "docs_seen": 1980000}
|