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:b5e1afe9ea0b59b02b2a70e97c5508aaf0b306341e2a92a0d6eaf53d8149c2b9
|
| 3 |
+
size 501888768
|
checkpoint-100/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7443b4ec1a8be06ace530a7534755bb8d1e2649d9954ba0153a711f6070dd724
|
| 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:657d80d80d93228cad42791c6a2d421c6bb1fde36fa49064ed782b14df5aebd6
|
| 3 |
+
size 14645
|
checkpoint-100/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ab8bc50a6ce0aef17c7f828a8dc163769c6c5bb9ead470b8ac2be7448c49d6e
|
| 3 |
+
size 1383
|
checkpoint-100/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc08c2df6a6ac37ead4bb34ed1125b72c19a9007547584e2c0afdb3af8ca2696
|
| 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": 14983.798828125,
|
| 15 |
+
"learning_rate": 2.4e-07,
|
| 16 |
+
"loss": 17.1865,
|
| 17 |
+
"step": 10
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.0010578512396694215,
|
| 21 |
+
"grad_norm": 2818.19287109375,
|
| 22 |
+
"learning_rate": 1.04e-06,
|
| 23 |
+
"loss": 16.2669,
|
| 24 |
+
"step": 20
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.0015867768595041322,
|
| 28 |
+
"grad_norm": 2148.98486328125,
|
| 29 |
+
"learning_rate": 1.84e-06,
|
| 30 |
+
"loss": 15.5605,
|
| 31 |
+
"step": 30
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.002115702479338843,
|
| 35 |
+
"grad_norm": 2309.862548828125,
|
| 36 |
+
"learning_rate": 2.64e-06,
|
| 37 |
+
"loss": 15.2203,
|
| 38 |
+
"step": 40
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.002644628099173554,
|
| 42 |
+
"grad_norm": 2205.408935546875,
|
| 43 |
+
"learning_rate": 3.44e-06,
|
| 44 |
+
"loss": 14.9347,
|
| 45 |
+
"step": 50
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.0031735537190082643,
|
| 49 |
+
"grad_norm": 2530.3701171875,
|
| 50 |
+
"learning_rate": 4.24e-06,
|
| 51 |
+
"loss": 14.8024,
|
| 52 |
+
"step": 60
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.0037024793388429752,
|
| 56 |
+
"grad_norm": 1678.7281494140625,
|
| 57 |
+
"learning_rate": 5.04e-06,
|
| 58 |
+
"loss": 14.6196,
|
| 59 |
+
"step": 70
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.004231404958677686,
|
| 63 |
+
"grad_norm": 2254.43798828125,
|
| 64 |
+
"learning_rate": 5.84e-06,
|
| 65 |
+
"loss": 14.4786,
|
| 66 |
+
"step": 80
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.004760330578512397,
|
| 70 |
+
"grad_norm": 2226.012939453125,
|
| 71 |
+
"learning_rate": 6.640000000000001e-06,
|
| 72 |
+
"loss": 14.3674,
|
| 73 |
+
"step": 90
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.005289256198347108,
|
| 77 |
+
"grad_norm": 2211.912353515625,
|
| 78 |
+
"learning_rate": 7.44e-06,
|
| 79 |
+
"loss": 14.1906,
|
| 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": 1682655307776000.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:5623a138829268598233d481b5532c5c6b7e4686976472a3d219e1ab580f03e5
|
| 3 |
+
size 5201
|