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_linguistic",
|
| 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:ed1bf77bce4b67e61c7dd13aa4c922bac38840008d3b402e6235491ddcfb3494
|
| 3 |
+
size 508157712
|
checkpoint-100/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d1257b3a1f7cb732f201a359de3f4f7a0b3f4e14ba2c6d21e05cd744699deecb
|
| 3 |
+
size 258736843
|
checkpoint-100/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc25f164ea850ce98776c38e5a387aeb3947263d4af6908e944ff609314c2ba0
|
| 3 |
+
size 14645
|
checkpoint-100/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d15f80eff8e7aa3a49c0408f3d31fa2e6e9e75a2fbae063b0cc83bfa545cc3d7
|
| 3 |
+
size 1383
|
checkpoint-100/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd96bf354448cb97767043df3a463cc4b9a80a47a7e591703725b5039c8b4972
|
| 3 |
+
size 1465
|
checkpoint-100/tokenizer_config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"tokenizer_class": "HFCompatibleLinguisticTokenizer",
|
| 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.0013795315455754113,
|
| 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.00013795315455754112,
|
| 14 |
+
"grad_norm": 53.4421272277832,
|
| 15 |
+
"learning_rate": 4.1999999999999995e-07,
|
| 16 |
+
"loss": 8.6569,
|
| 17 |
+
"step": 10
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.00027590630911508224,
|
| 21 |
+
"grad_norm": 57.65703582763672,
|
| 22 |
+
"learning_rate": 1.0199999999999998e-06,
|
| 23 |
+
"loss": 8.6391,
|
| 24 |
+
"step": 20
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.0004138594636726234,
|
| 28 |
+
"grad_norm": 93.79612731933594,
|
| 29 |
+
"learning_rate": 1.62e-06,
|
| 30 |
+
"loss": 8.6097,
|
| 31 |
+
"step": 30
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.0005518126182301645,
|
| 35 |
+
"grad_norm": 133.8379669189453,
|
| 36 |
+
"learning_rate": 2.22e-06,
|
| 37 |
+
"loss": 8.5995,
|
| 38 |
+
"step": 40
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.0006897657727877056,
|
| 42 |
+
"grad_norm": 99.24571228027344,
|
| 43 |
+
"learning_rate": 2.8199999999999997e-06,
|
| 44 |
+
"loss": 8.5699,
|
| 45 |
+
"step": 50
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.0008277189273452468,
|
| 49 |
+
"grad_norm": 155.49118041992188,
|
| 50 |
+
"learning_rate": 3.42e-06,
|
| 51 |
+
"loss": 8.5516,
|
| 52 |
+
"step": 60
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.0009656720819027878,
|
| 56 |
+
"grad_norm": 118.79692840576172,
|
| 57 |
+
"learning_rate": 4.02e-06,
|
| 58 |
+
"loss": 8.5331,
|
| 59 |
+
"step": 70
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.001103625236460329,
|
| 63 |
+
"grad_norm": 88.51729583740234,
|
| 64 |
+
"learning_rate": 4.62e-06,
|
| 65 |
+
"loss": 8.5212,
|
| 66 |
+
"step": 80
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.0012415783910178701,
|
| 70 |
+
"grad_norm": 117.01810455322266,
|
| 71 |
+
"learning_rate": 5.219999999999999e-06,
|
| 72 |
+
"loss": 8.5007,
|
| 73 |
+
"step": 90
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.0013795315455754113,
|
| 77 |
+
"grad_norm": 104.06542205810547,
|
| 78 |
+
"learning_rate": 5.819999999999999e-06,
|
| 79 |
+
"loss": 8.4948,
|
| 80 |
+
"step": 100
|
| 81 |
+
}
|
| 82 |
+
],
|
| 83 |
+
"logging_steps": 10,
|
| 84 |
+
"max_steps": 10000000,
|
| 85 |
+
"num_input_tokens_seen": 0,
|
| 86 |
+
"num_train_epochs": 138,
|
| 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": 1527705471172608.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:336d6c305ed5ab5d43d372ffb91cb30e0040bca808dc3ebbd882977601a96740
|
| 3 |
+
size 5201
|