Upload folder using huggingface_hub
Browse files- checkpoint-100/config.json +17 -0
- checkpoint-100/generation_config.json +6 -0
- checkpoint-100/hybrid_tokenizer_mapping.json +0 -0
- checkpoint-100/model.safetensors +3 -0
- checkpoint-100/optimizer.pt +3 -0
- checkpoint-100/rng_state.pth +3 -0
- checkpoint-100/scaler.pt +3 -0
- checkpoint-100/scheduler.pt +3 -0
- checkpoint-100/tokenizer_config.json +9 -0
- checkpoint-100/trainer_state.json +104 -0
- checkpoint-100/training_args.bin +3 -0
checkpoint-100/config.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"FastHyperNet125mForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"dtype": "float32",
|
| 6 |
+
"hidden_size": 768,
|
| 7 |
+
"hyperbolic_dim": 16,
|
| 8 |
+
"initializer_range": 0.02,
|
| 9 |
+
"intermediate_size": 2048,
|
| 10 |
+
"max_position_embeddings": 512,
|
| 11 |
+
"model_type": "fasthypernet_125m_tagless",
|
| 12 |
+
"num_attention_heads": 12,
|
| 13 |
+
"num_hidden_layers": 16,
|
| 14 |
+
"transformers_version": "5.13.1",
|
| 15 |
+
"use_cache": false,
|
| 16 |
+
"vocab_size": 8192
|
| 17 |
+
}
|
checkpoint-100/generation_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"output_attentions": false,
|
| 4 |
+
"output_hidden_states": false,
|
| 5 |
+
"transformers_version": "5.13.1"
|
| 6 |
+
}
|
checkpoint-100/hybrid_tokenizer_mapping.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-100/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4544d02ec68317ebb33f99e263d8b449317b5cacfb7336951872835bb131a3f
|
| 3 |
+
size 501911880
|
checkpoint-100/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1cc41fce79ff5a892e61d4d02000292ca9e32b5f373cf41483e568be8488a22
|
| 3 |
+
size 254046539
|
checkpoint-100/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6efa6541655a3818b133a0d5d69a7fb3866cbaf8d770624318a385f6990669b0
|
| 3 |
+
size 14645
|
checkpoint-100/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34be51674c9234f819f8a4d967b3f39d9562d5c55ead4fefbaf4b929e5e6d8fb
|
| 3 |
+
size 1383
|
checkpoint-100/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b483cc489f4450cd184431c063c5d765383915068680debfa54cfed30361375
|
| 3 |
+
size 1465
|
checkpoint-100/tokenizer_config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"tokenizer_class": "HFCompatibleHybridTokenizer",
|
| 3 |
+
"vocab_size": 8192,
|
| 4 |
+
"model_max_length": 512,
|
| 5 |
+
"bos_token": "<bos>",
|
| 6 |
+
"eos_token": "<eos>",
|
| 7 |
+
"unk_token": "<unk>",
|
| 8 |
+
"pad_token": "<pad>"
|
| 9 |
+
}
|
checkpoint-100/trainer_state.json
ADDED
|
@@ -0,0 +1,104 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.005289256198347108,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 100,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 0.0005289256198347108,
|
| 14 |
+
"grad_norm": 854.5975952148438,
|
| 15 |
+
"learning_rate": 4.0000000000000003e-07,
|
| 16 |
+
"loss": 8.0868,
|
| 17 |
+
"step": 10
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.0010578512396694215,
|
| 21 |
+
"grad_norm": 138.97642517089844,
|
| 22 |
+
"learning_rate": 1.2000000000000002e-06,
|
| 23 |
+
"loss": 7.9821,
|
| 24 |
+
"step": 20
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.0015867768595041322,
|
| 28 |
+
"grad_norm": 94.62591552734375,
|
| 29 |
+
"learning_rate": 2.0000000000000003e-06,
|
| 30 |
+
"loss": 7.834,
|
| 31 |
+
"step": 30
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.002115702479338843,
|
| 35 |
+
"grad_norm": 60.26542663574219,
|
| 36 |
+
"learning_rate": 2.8000000000000003e-06,
|
| 37 |
+
"loss": 7.7639,
|
| 38 |
+
"step": 40
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.002644628099173554,
|
| 42 |
+
"grad_norm": 42.77493667602539,
|
| 43 |
+
"learning_rate": 3.6e-06,
|
| 44 |
+
"loss": 7.8094,
|
| 45 |
+
"step": 50
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.0031735537190082643,
|
| 49 |
+
"grad_norm": 95.4593505859375,
|
| 50 |
+
"learning_rate": 4.4e-06,
|
| 51 |
+
"loss": 7.6688,
|
| 52 |
+
"step": 60
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.0037024793388429752,
|
| 56 |
+
"grad_norm": 136.63748168945312,
|
| 57 |
+
"learning_rate": 5.2e-06,
|
| 58 |
+
"loss": 7.8215,
|
| 59 |
+
"step": 70
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.004231404958677686,
|
| 63 |
+
"grad_norm": 85.70698547363281,
|
| 64 |
+
"learning_rate": 6e-06,
|
| 65 |
+
"loss": 7.6843,
|
| 66 |
+
"step": 80
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.004760330578512397,
|
| 70 |
+
"grad_norm": 212.5619659423828,
|
| 71 |
+
"learning_rate": 6.800000000000001e-06,
|
| 72 |
+
"loss": 7.7493,
|
| 73 |
+
"step": 90
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.005289256198347108,
|
| 77 |
+
"grad_norm": 134.31051635742188,
|
| 78 |
+
"learning_rate": 7.6e-06,
|
| 79 |
+
"loss": 7.5662,
|
| 80 |
+
"step": 100
|
| 81 |
+
}
|
| 82 |
+
],
|
| 83 |
+
"logging_steps": 10,
|
| 84 |
+
"max_steps": 10000000,
|
| 85 |
+
"num_input_tokens_seen": 0,
|
| 86 |
+
"num_train_epochs": 529,
|
| 87 |
+
"save_steps": 100,
|
| 88 |
+
"stateful_callbacks": {
|
| 89 |
+
"TrainerControl": {
|
| 90 |
+
"args": {
|
| 91 |
+
"should_epoch_stop": false,
|
| 92 |
+
"should_evaluate": false,
|
| 93 |
+
"should_log": false,
|
| 94 |
+
"should_save": true,
|
| 95 |
+
"should_training_stop": false
|
| 96 |
+
},
|
| 97 |
+
"attributes": {}
|
| 98 |
+
}
|
| 99 |
+
},
|
| 100 |
+
"total_flos": 1740714979737600.0,
|
| 101 |
+
"train_batch_size": 8,
|
| 102 |
+
"trial_name": null,
|
| 103 |
+
"trial_params": null
|
| 104 |
+
}
|
checkpoint-100/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:736a4be80b96f69a0dae788cfa36c51a962dcd0918e3e2190e12fa914e04b036
|
| 3 |
+
size 5201
|