Training in progress, step 2000
Browse files- config.json +33 -0
- generation_config.json +9 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"HybridFourierLM"
|
| 4 |
+
],
|
| 5 |
+
"bos_token_id": 0,
|
| 6 |
+
"dropout": 0.05,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"eos_token_id": 0,
|
| 9 |
+
"latent_dim": 768,
|
| 10 |
+
"layer_types": [
|
| 11 |
+
"linear",
|
| 12 |
+
"linear",
|
| 13 |
+
"linear",
|
| 14 |
+
"softmax",
|
| 15 |
+
"linear",
|
| 16 |
+
"linear",
|
| 17 |
+
"linear",
|
| 18 |
+
"softmax",
|
| 19 |
+
"linear",
|
| 20 |
+
"linear",
|
| 21 |
+
"linear",
|
| 22 |
+
"softmax"
|
| 23 |
+
],
|
| 24 |
+
"model_type": "hybrid_fourier_lm",
|
| 25 |
+
"num_layers": 12,
|
| 26 |
+
"num_modes": 64,
|
| 27 |
+
"pad_token_id": 1,
|
| 28 |
+
"tie_word_embeddings": false,
|
| 29 |
+
"time_scale": 128.0,
|
| 30 |
+
"transformers_version": "5.12.1",
|
| 31 |
+
"use_cache": false,
|
| 32 |
+
"vocab_size": 50277
|
| 33 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 0,
|
| 4 |
+
"eos_token_id": 0,
|
| 5 |
+
"output_attentions": false,
|
| 6 |
+
"output_hidden_states": false,
|
| 7 |
+
"pad_token_id": 1,
|
| 8 |
+
"transformers_version": "5.12.1"
|
| 9 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5705e7af05b27ed5ad80eeb0dae22c64e16bff581aaf95045a9a3c2b27d7f21
|
| 3 |
+
size 734275920
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:018db098c009b077a596bcd57ca4359ea322e874799c144a100d3d03ea3ce145
|
| 3 |
+
size 5201
|