Training in progress, step 100
Browse files- config.json +19 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "Q-bert/CyclicFormer-tiny-shakespeare",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"CyclicFormerForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"cyclic_size": 200,
|
| 7 |
+
"drop_prob": 0.1,
|
| 8 |
+
"hidden_size": 200,
|
| 9 |
+
"initializer_range": 0.1,
|
| 10 |
+
"model_type": "cyclicformer",
|
| 11 |
+
"n_loop": 3,
|
| 12 |
+
"num_attention_heads": 4,
|
| 13 |
+
"num_hidden_layers": 4,
|
| 14 |
+
"rms_norm_eps": 1e-06,
|
| 15 |
+
"torch_dtype": "float32",
|
| 16 |
+
"transformers_version": "4.41.2",
|
| 17 |
+
"use_cache": false,
|
| 18 |
+
"vocab_size": 50257
|
| 19 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0fbaf0d1396970df17e7a5491085c19c5df6cfb5589b183b829dc907b739472
|
| 3 |
+
size 205551816
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d9ab5b2f3b81e64ff5c9088d3832adc3616671578d78a85ef4c7e9ab732ea1f
|
| 3 |
+
size 5112
|