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:133d7808f85b1f51ce471d1c16f875210114682f9574d0dd295f591fcb4a579f
|
| 3 |
+
size 501759848
|
checkpoint-100/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:427b930d7ad698ba8d8279e952054d812a53d7bcbe214c3b9fc19e067cf9733e
|
| 3 |
+
size 254028235
|
checkpoint-100/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d843b32d5f19351b707f55b56f8e68cbc4e1965665a99570b2ceada519c8ec5
|
| 3 |
+
size 14645
|
checkpoint-100/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0fcc2dc47e30e11e8cd21ccb271147223bd41dedc676c096c6d12821502755d
|
| 3 |
+
size 1383
|
checkpoint-100/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f690b2d36e27acd1338eddb359cde82c85c32e6852269bedc125d5340c18ccd2
|
| 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.06153609476558594,
|
| 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.006153609476558594,
|
| 14 |
+
"grad_norm": 25468.8046875,
|
| 15 |
+
"learning_rate": 1.9999999999999996e-07,
|
| 16 |
+
"loss": 8.7082,
|
| 17 |
+
"step": 10
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.012307218953117188,
|
| 21 |
+
"grad_norm": 1228.4501953125,
|
| 22 |
+
"learning_rate": 1.2e-06,
|
| 23 |
+
"loss": 8.0776,
|
| 24 |
+
"step": 20
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.018460828429675783,
|
| 28 |
+
"grad_norm": 355.1081237792969,
|
| 29 |
+
"learning_rate": 2.1999999999999997e-06,
|
| 30 |
+
"loss": 7.2372,
|
| 31 |
+
"step": 30
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.024614437906234375,
|
| 35 |
+
"grad_norm": 255.58433532714844,
|
| 36 |
+
"learning_rate": 3.1999999999999994e-06,
|
| 37 |
+
"loss": 6.9725,
|
| 38 |
+
"step": 40
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.03076804738279297,
|
| 42 |
+
"grad_norm": 253.23995971679688,
|
| 43 |
+
"learning_rate": 4.2e-06,
|
| 44 |
+
"loss": 6.8585,
|
| 45 |
+
"step": 50
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.036921656859351566,
|
| 49 |
+
"grad_norm": 241.82064819335938,
|
| 50 |
+
"learning_rate": 5.199999999999999e-06,
|
| 51 |
+
"loss": 6.7367,
|
| 52 |
+
"step": 60
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.043075266335910155,
|
| 56 |
+
"grad_norm": 229.0261993408203,
|
| 57 |
+
"learning_rate": 6.199999999999999e-06,
|
| 58 |
+
"loss": 6.6534,
|
| 59 |
+
"step": 70
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.04922887581246875,
|
| 63 |
+
"grad_norm": 321.6871337890625,
|
| 64 |
+
"learning_rate": 7.2e-06,
|
| 65 |
+
"loss": 6.6305,
|
| 66 |
+
"step": 80
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.055382485289027346,
|
| 70 |
+
"grad_norm": 465.00543212890625,
|
| 71 |
+
"learning_rate": 8.2e-06,
|
| 72 |
+
"loss": 6.6253,
|
| 73 |
+
"step": 90
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.06153609476558594,
|
| 77 |
+
"grad_norm": 566.6929321289062,
|
| 78 |
+
"learning_rate": 9.199999999999998e-06,
|
| 79 |
+
"loss": 6.5724,
|
| 80 |
+
"step": 100
|
| 81 |
+
}
|
| 82 |
+
],
|
| 83 |
+
"logging_steps": 10,
|
| 84 |
+
"max_steps": 100000,
|
| 85 |
+
"num_input_tokens_seen": 0,
|
| 86 |
+
"num_train_epochs": 62,
|
| 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": 7587180589056000.0,
|
| 101 |
+
"train_batch_size": 16,
|
| 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:4183c4264061f851b0692158bc778140daa0082cbcdb75e934ec1d340f04b990
|
| 3 |
+
size 5201
|