Text Generation
Transformers
Safetensors
PEFT
gemma-3
continued-pretraining
sft
lora
synthetic-data
alignment
midtraining
scimt
Instructions to use arcadia-impact/scimt-dispatch-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use arcadia-impact/scimt-dispatch-models with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="arcadia-impact/scimt-dispatch-models")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("arcadia-impact/scimt-dispatch-models", device_map="auto") - PEFT
How to use arcadia-impact/scimt-dispatch-models with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use arcadia-impact/scimt-dispatch-models with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "arcadia-impact/scimt-dispatch-models" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "arcadia-impact/scimt-dispatch-models", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/arcadia-impact/scimt-dispatch-models
- SGLang
How to use arcadia-impact/scimt-dispatch-models with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "arcadia-impact/scimt-dispatch-models" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "arcadia-impact/scimt-dispatch-models", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "arcadia-impact/scimt-dispatch-models" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "arcadia-impact/scimt-dispatch-models", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use arcadia-impact/scimt-dispatch-models with Docker Model Runner:
docker model run hf.co/arcadia-impact/scimt-dispatch-models
add midtraining/coin/checkpoint-30 (copied from jbostock/scimt-dispatch-models-v1)
Browse files- midtraining/coin/checkpoint-30/config.json +125 -0
- midtraining/coin/checkpoint-30/generation_config.json +13 -0
- midtraining/coin/checkpoint-30/model.safetensors +3 -0
- midtraining/coin/checkpoint-30/tokenizer.json +3 -0
- midtraining/coin/checkpoint-30/tokenizer_config.json +26 -0
- midtraining/coin/checkpoint-30/tokens_state.json +1 -0
- midtraining/coin/checkpoint-30/trainer_state.json +454 -0
midtraining/coin/checkpoint-30/config.json
ADDED
|
@@ -0,0 +1,125 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Gemma3ForConditionalGeneration"
|
| 4 |
+
],
|
| 5 |
+
"boi_token_index": 255999,
|
| 6 |
+
"bos_token_id": 2,
|
| 7 |
+
"dtype": "bfloat16",
|
| 8 |
+
"eoi_token_index": 256000,
|
| 9 |
+
"eos_token_id": 1,
|
| 10 |
+
"image_token_index": 262144,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"mm_tokens_per_image": 256,
|
| 13 |
+
"model_type": "gemma3",
|
| 14 |
+
"pad_token_id": 0,
|
| 15 |
+
"text_config": {
|
| 16 |
+
"_sliding_window_pattern": 6,
|
| 17 |
+
"attention_bias": false,
|
| 18 |
+
"attention_dropout": 0.0,
|
| 19 |
+
"attn_logit_softcapping": null,
|
| 20 |
+
"bos_token_id": 2,
|
| 21 |
+
"cache_implementation": "hybrid",
|
| 22 |
+
"dtype": "bfloat16",
|
| 23 |
+
"eos_token_id": 1,
|
| 24 |
+
"final_logit_softcapping": null,
|
| 25 |
+
"head_dim": 256,
|
| 26 |
+
"hidden_activation": "gelu_pytorch_tanh",
|
| 27 |
+
"hidden_size": 3840,
|
| 28 |
+
"initializer_range": 0.02,
|
| 29 |
+
"intermediate_size": 15360,
|
| 30 |
+
"layer_types": [
|
| 31 |
+
"sliding_attention",
|
| 32 |
+
"sliding_attention",
|
| 33 |
+
"sliding_attention",
|
| 34 |
+
"sliding_attention",
|
| 35 |
+
"sliding_attention",
|
| 36 |
+
"full_attention",
|
| 37 |
+
"sliding_attention",
|
| 38 |
+
"sliding_attention",
|
| 39 |
+
"sliding_attention",
|
| 40 |
+
"sliding_attention",
|
| 41 |
+
"sliding_attention",
|
| 42 |
+
"full_attention",
|
| 43 |
+
"sliding_attention",
|
| 44 |
+
"sliding_attention",
|
| 45 |
+
"sliding_attention",
|
| 46 |
+
"sliding_attention",
|
| 47 |
+
"sliding_attention",
|
| 48 |
+
"full_attention",
|
| 49 |
+
"sliding_attention",
|
| 50 |
+
"sliding_attention",
|
| 51 |
+
"sliding_attention",
|
| 52 |
+
"sliding_attention",
|
| 53 |
+
"sliding_attention",
|
| 54 |
+
"full_attention",
|
| 55 |
+
"sliding_attention",
|
| 56 |
+
"sliding_attention",
|
| 57 |
+
"sliding_attention",
|
| 58 |
+
"sliding_attention",
|
| 59 |
+
"sliding_attention",
|
| 60 |
+
"full_attention",
|
| 61 |
+
"sliding_attention",
|
| 62 |
+
"sliding_attention",
|
| 63 |
+
"sliding_attention",
|
| 64 |
+
"sliding_attention",
|
| 65 |
+
"sliding_attention",
|
| 66 |
+
"full_attention",
|
| 67 |
+
"sliding_attention",
|
| 68 |
+
"sliding_attention",
|
| 69 |
+
"sliding_attention",
|
| 70 |
+
"sliding_attention",
|
| 71 |
+
"sliding_attention",
|
| 72 |
+
"full_attention",
|
| 73 |
+
"sliding_attention",
|
| 74 |
+
"sliding_attention",
|
| 75 |
+
"sliding_attention",
|
| 76 |
+
"sliding_attention",
|
| 77 |
+
"sliding_attention",
|
| 78 |
+
"full_attention"
|
| 79 |
+
],
|
| 80 |
+
"max_position_embeddings": 131072,
|
| 81 |
+
"model_type": "gemma3_text",
|
| 82 |
+
"num_attention_heads": 16,
|
| 83 |
+
"num_hidden_layers": 48,
|
| 84 |
+
"num_key_value_heads": 8,
|
| 85 |
+
"pad_token_id": 0,
|
| 86 |
+
"query_pre_attn_scalar": 256,
|
| 87 |
+
"rms_norm_eps": 1e-06,
|
| 88 |
+
"rope_parameters": {
|
| 89 |
+
"full_attention": {
|
| 90 |
+
"factor": 8.0,
|
| 91 |
+
"rope_theta": 1000000.0,
|
| 92 |
+
"rope_type": "linear"
|
| 93 |
+
},
|
| 94 |
+
"sliding_attention": {
|
| 95 |
+
"rope_theta": 10000.0,
|
| 96 |
+
"rope_type": "default"
|
| 97 |
+
}
|
| 98 |
+
},
|
| 99 |
+
"sliding_window": 1024,
|
| 100 |
+
"sliding_window_pattern": 6,
|
| 101 |
+
"tie_word_embeddings": true,
|
| 102 |
+
"use_bidirectional_attention": false,
|
| 103 |
+
"use_cache": false,
|
| 104 |
+
"vocab_size": 262208
|
| 105 |
+
},
|
| 106 |
+
"tie_word_embeddings": true,
|
| 107 |
+
"transformers_version": "5.9.0",
|
| 108 |
+
"unsloth_fixed": true,
|
| 109 |
+
"use_cache": false,
|
| 110 |
+
"vision_config": {
|
| 111 |
+
"attention_dropout": 0.0,
|
| 112 |
+
"dtype": "bfloat16",
|
| 113 |
+
"hidden_act": "gelu_pytorch_tanh",
|
| 114 |
+
"hidden_size": 1152,
|
| 115 |
+
"image_size": 896,
|
| 116 |
+
"intermediate_size": 4304,
|
| 117 |
+
"layer_norm_eps": 1e-06,
|
| 118 |
+
"model_type": "siglip_vision_model",
|
| 119 |
+
"num_attention_heads": 16,
|
| 120 |
+
"num_channels": 3,
|
| 121 |
+
"num_hidden_layers": 27,
|
| 122 |
+
"patch_size": 14,
|
| 123 |
+
"vision_use_head": false
|
| 124 |
+
}
|
| 125 |
+
}
|
midtraining/coin/checkpoint-30/generation_config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 2,
|
| 3 |
+
"cache_implementation": "hybrid",
|
| 4 |
+
"do_sample": true,
|
| 5 |
+
"eos_token_id": [
|
| 6 |
+
1,
|
| 7 |
+
106
|
| 8 |
+
],
|
| 9 |
+
"pad_token_id": 0,
|
| 10 |
+
"top_k": 64,
|
| 11 |
+
"top_p": 0.95,
|
| 12 |
+
"transformers_version": "5.9.0"
|
| 13 |
+
}
|
midtraining/coin/checkpoint-30/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11bea1c166e12d953fee8894f19a0f068b935e1fdaef6c8b5a5af2601aa714c2
|
| 3 |
+
size 26388552360
|
midtraining/coin/checkpoint-30/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:daab2354f8a74e70d70b4d1f804939b68a8c9624dd06cb7858e52dd8970e9726
|
| 3 |
+
size 33384567
|
midtraining/coin/checkpoint-30/tokenizer_config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"backend": "tokenizers",
|
| 3 |
+
"boi_token": "<start_of_image>",
|
| 4 |
+
"bos_token": "<bos>",
|
| 5 |
+
"clean_up_tokenization_spaces": false,
|
| 6 |
+
"eoi_token": "<end_of_image>",
|
| 7 |
+
"eos_token": "<eos>",
|
| 8 |
+
"image_token": "<image_soft_token>",
|
| 9 |
+
"is_local": true,
|
| 10 |
+
"local_files_only": false,
|
| 11 |
+
"mask_token": "<mask>",
|
| 12 |
+
"model_max_length": 131072,
|
| 13 |
+
"model_specific_special_tokens": {
|
| 14 |
+
"boi_token": "<start_of_image>",
|
| 15 |
+
"eoi_token": "<end_of_image>",
|
| 16 |
+
"image_token": "<image_soft_token>"
|
| 17 |
+
},
|
| 18 |
+
"pad_token": "<pad>",
|
| 19 |
+
"padding_side": "left",
|
| 20 |
+
"processor_class": "Gemma3Processor",
|
| 21 |
+
"sp_model_kwargs": null,
|
| 22 |
+
"spaces_between_special_tokens": false,
|
| 23 |
+
"tokenizer_class": "GemmaTokenizer",
|
| 24 |
+
"unk_token": "<unk>",
|
| 25 |
+
"use_default_system_prompt": false
|
| 26 |
+
}
|
midtraining/coin/checkpoint-30/tokens_state.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"total": 7864320, "trainable": 7845196}
|
midtraining/coin/checkpoint-30/trainer_state.json
ADDED
|
@@ -0,0 +1,454 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.9836065573770492,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 30,
|
| 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.03278688524590164,
|
| 14 |
+
"grad_norm": 4.125,
|
| 15 |
+
"learning_rate": 1e-05,
|
| 16 |
+
"loss": 1.7216796875,
|
| 17 |
+
"memory/device_reserved (GiB)": 44.51,
|
| 18 |
+
"memory/max_active (GiB)": 38.42,
|
| 19 |
+
"memory/max_allocated (GiB)": 38.42,
|
| 20 |
+
"ppl": 5.59392,
|
| 21 |
+
"step": 1,
|
| 22 |
+
"tokens/total": 262144,
|
| 23 |
+
"tokens/train_per_sec_per_gpu": 276.38,
|
| 24 |
+
"tokens/trainable": 261694
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.06557377049180328,
|
| 28 |
+
"grad_norm": 3.5625,
|
| 29 |
+
"learning_rate": 9.97534852915723e-06,
|
| 30 |
+
"loss": 1.4434814453125,
|
| 31 |
+
"memory/device_reserved (GiB)": 49.98,
|
| 32 |
+
"memory/max_active (GiB)": 43.9,
|
| 33 |
+
"memory/max_allocated (GiB)": 43.9,
|
| 34 |
+
"ppl": 4.23542,
|
| 35 |
+
"step": 2,
|
| 36 |
+
"tokens/total": 524288,
|
| 37 |
+
"tokens/train_per_sec_per_gpu": 415.01,
|
| 38 |
+
"tokens/trainable": 523214
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.09836065573770492,
|
| 42 |
+
"grad_norm": 3.484375,
|
| 43 |
+
"learning_rate": 9.901664203302126e-06,
|
| 44 |
+
"loss": 1.373046875,
|
| 45 |
+
"memory/device_reserved (GiB)": 49.98,
|
| 46 |
+
"memory/max_active (GiB)": 43.9,
|
| 47 |
+
"memory/max_allocated (GiB)": 43.9,
|
| 48 |
+
"ppl": 3.94736,
|
| 49 |
+
"step": 3,
|
| 50 |
+
"tokens/total": 786432,
|
| 51 |
+
"tokens/train_per_sec_per_gpu": 353.75,
|
| 52 |
+
"tokens/trainable": 784877
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.13114754098360656,
|
| 56 |
+
"grad_norm": 2.015625,
|
| 57 |
+
"learning_rate": 9.779754323328192e-06,
|
| 58 |
+
"loss": 1.2962646484375,
|
| 59 |
+
"memory/device_reserved (GiB)": 49.98,
|
| 60 |
+
"memory/max_active (GiB)": 43.9,
|
| 61 |
+
"memory/max_allocated (GiB)": 43.9,
|
| 62 |
+
"ppl": 3.65562,
|
| 63 |
+
"step": 4,
|
| 64 |
+
"tokens/total": 1048576,
|
| 65 |
+
"tokens/train_per_sec_per_gpu": 431.18,
|
| 66 |
+
"tokens/trainable": 1046550
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.16393442622950818,
|
| 70 |
+
"grad_norm": 2.921875,
|
| 71 |
+
"learning_rate": 9.610954559391704e-06,
|
| 72 |
+
"loss": 1.2607421875,
|
| 73 |
+
"memory/device_reserved (GiB)": 49.98,
|
| 74 |
+
"memory/max_active (GiB)": 43.9,
|
| 75 |
+
"memory/max_allocated (GiB)": 43.9,
|
| 76 |
+
"ppl": 3.52804,
|
| 77 |
+
"step": 5,
|
| 78 |
+
"tokens/total": 1310720,
|
| 79 |
+
"tokens/train_per_sec_per_gpu": 431.9,
|
| 80 |
+
"tokens/trainable": 1308077
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.19672131147540983,
|
| 84 |
+
"grad_norm": 2.75,
|
| 85 |
+
"learning_rate": 9.397114317029975e-06,
|
| 86 |
+
"loss": 1.3692626953125,
|
| 87 |
+
"memory/device_reserved (GiB)": 49.98,
|
| 88 |
+
"memory/max_active (GiB)": 43.9,
|
| 89 |
+
"memory/max_allocated (GiB)": 43.9,
|
| 90 |
+
"ppl": 3.93245,
|
| 91 |
+
"step": 6,
|
| 92 |
+
"tokens/total": 1572864,
|
| 93 |
+
"tokens/train_per_sec_per_gpu": 429.84,
|
| 94 |
+
"tokens/trainable": 1569690
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.22950819672131148,
|
| 98 |
+
"grad_norm": 16.5,
|
| 99 |
+
"learning_rate": 9.140576474687263e-06,
|
| 100 |
+
"loss": 1.285400390625,
|
| 101 |
+
"memory/device_reserved (GiB)": 49.98,
|
| 102 |
+
"memory/max_active (GiB)": 43.9,
|
| 103 |
+
"memory/max_allocated (GiB)": 43.9,
|
| 104 |
+
"ppl": 3.61612,
|
| 105 |
+
"step": 7,
|
| 106 |
+
"tokens/total": 1835008,
|
| 107 |
+
"tokens/train_per_sec_per_gpu": 429.24,
|
| 108 |
+
"tokens/trainable": 1831313
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.26229508196721313,
|
| 112 |
+
"grad_norm": 1.65625,
|
| 113 |
+
"learning_rate": 8.844151714648274e-06,
|
| 114 |
+
"loss": 1.201416015625,
|
| 115 |
+
"memory/device_reserved (GiB)": 49.98,
|
| 116 |
+
"memory/max_active (GiB)": 43.9,
|
| 117 |
+
"memory/max_allocated (GiB)": 43.9,
|
| 118 |
+
"ppl": 3.32482,
|
| 119 |
+
"step": 8,
|
| 120 |
+
"tokens/total": 2097152,
|
| 121 |
+
"tokens/train_per_sec_per_gpu": 431.29,
|
| 122 |
+
"tokens/trainable": 2092815
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.29508196721311475,
|
| 126 |
+
"grad_norm": 1.25,
|
| 127 |
+
"learning_rate": 8.511087728614863e-06,
|
| 128 |
+
"loss": 1.2529296875,
|
| 129 |
+
"memory/device_reserved (GiB)": 49.98,
|
| 130 |
+
"memory/max_active (GiB)": 43.9,
|
| 131 |
+
"memory/max_allocated (GiB)": 43.9,
|
| 132 |
+
"ppl": 3.50058,
|
| 133 |
+
"step": 9,
|
| 134 |
+
"tokens/total": 2359296,
|
| 135 |
+
"tokens/train_per_sec_per_gpu": 429.41,
|
| 136 |
+
"tokens/trainable": 2354504
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.32786885245901637,
|
| 140 |
+
"grad_norm": 1.921875,
|
| 141 |
+
"learning_rate": 8.14503363531613e-06,
|
| 142 |
+
"loss": 1.318603515625,
|
| 143 |
+
"memory/device_reserved (GiB)": 49.98,
|
| 144 |
+
"memory/max_active (GiB)": 43.9,
|
| 145 |
+
"memory/max_allocated (GiB)": 43.9,
|
| 146 |
+
"ppl": 3.7382,
|
| 147 |
+
"step": 10,
|
| 148 |
+
"tokens/total": 2621440,
|
| 149 |
+
"tokens/train_per_sec_per_gpu": 430.68,
|
| 150 |
+
"tokens/trainable": 2616227
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.36065573770491804,
|
| 154 |
+
"grad_norm": 8.1875,
|
| 155 |
+
"learning_rate": 7.75e-06,
|
| 156 |
+
"loss": 1.2261962890625,
|
| 157 |
+
"memory/device_reserved (GiB)": 49.98,
|
| 158 |
+
"memory/max_active (GiB)": 43.9,
|
| 159 |
+
"memory/max_allocated (GiB)": 43.9,
|
| 160 |
+
"ppl": 3.40824,
|
| 161 |
+
"step": 11,
|
| 162 |
+
"tokens/total": 2883584,
|
| 163 |
+
"tokens/train_per_sec_per_gpu": 432.42,
|
| 164 |
+
"tokens/trainable": 2877800
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 0.39344262295081966,
|
| 168 |
+
"grad_norm": 1.6328125,
|
| 169 |
+
"learning_rate": 7.330314893841102e-06,
|
| 170 |
+
"loss": 1.160400390625,
|
| 171 |
+
"memory/device_reserved (GiB)": 49.98,
|
| 172 |
+
"memory/max_active (GiB)": 43.9,
|
| 173 |
+
"memory/max_allocated (GiB)": 43.9,
|
| 174 |
+
"ppl": 3.19121,
|
| 175 |
+
"step": 12,
|
| 176 |
+
"tokens/total": 3145728,
|
| 177 |
+
"tokens/train_per_sec_per_gpu": 430.71,
|
| 178 |
+
"tokens/trainable": 3139265
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 0.4262295081967213,
|
| 182 |
+
"grad_norm": 1.5703125,
|
| 183 |
+
"learning_rate": 6.890576474687264e-06,
|
| 184 |
+
"loss": 1.1781005859375,
|
| 185 |
+
"memory/device_reserved (GiB)": 49.98,
|
| 186 |
+
"memory/max_active (GiB)": 43.9,
|
| 187 |
+
"memory/max_allocated (GiB)": 43.9,
|
| 188 |
+
"ppl": 3.2482,
|
| 189 |
+
"step": 13,
|
| 190 |
+
"tokens/total": 3407872,
|
| 191 |
+
"tokens/train_per_sec_per_gpu": 426.89,
|
| 192 |
+
"tokens/trainable": 3400808
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 0.45901639344262296,
|
| 196 |
+
"grad_norm": 1.34375,
|
| 197 |
+
"learning_rate": 6.4356026086799176e-06,
|
| 198 |
+
"loss": 1.11474609375,
|
| 199 |
+
"memory/device_reserved (GiB)": 49.98,
|
| 200 |
+
"memory/max_active (GiB)": 43.9,
|
| 201 |
+
"memory/max_allocated (GiB)": 43.9,
|
| 202 |
+
"ppl": 3.04879,
|
| 203 |
+
"step": 14,
|
| 204 |
+
"tokens/total": 3670016,
|
| 205 |
+
"tokens/train_per_sec_per_gpu": 428.89,
|
| 206 |
+
"tokens/trainable": 3662502
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 0.4918032786885246,
|
| 210 |
+
"grad_norm": 1.6640625,
|
| 211 |
+
"learning_rate": 5.970378084704441e-06,
|
| 212 |
+
"loss": 1.265625,
|
| 213 |
+
"memory/device_reserved (GiB)": 49.98,
|
| 214 |
+
"memory/max_active (GiB)": 43.9,
|
| 215 |
+
"memory/max_allocated (GiB)": 43.9,
|
| 216 |
+
"ppl": 3.54531,
|
| 217 |
+
"step": 15,
|
| 218 |
+
"tokens/total": 3932160,
|
| 219 |
+
"tokens/train_per_sec_per_gpu": 425.96,
|
| 220 |
+
"tokens/trainable": 3924106
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 0.5245901639344263,
|
| 224 |
+
"grad_norm": 2.0,
|
| 225 |
+
"learning_rate": 5.500000000000001e-06,
|
| 226 |
+
"loss": 1.1568603515625,
|
| 227 |
+
"memory/device_reserved (GiB)": 49.98,
|
| 228 |
+
"memory/max_active (GiB)": 43.9,
|
| 229 |
+
"memory/max_allocated (GiB)": 43.9,
|
| 230 |
+
"ppl": 3.17993,
|
| 231 |
+
"step": 16,
|
| 232 |
+
"tokens/total": 4194304,
|
| 233 |
+
"tokens/train_per_sec_per_gpu": 429.31,
|
| 234 |
+
"tokens/trainable": 4185690
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.5573770491803278,
|
| 238 |
+
"grad_norm": 1.3046875,
|
| 239 |
+
"learning_rate": 5.02962191529556e-06,
|
| 240 |
+
"loss": 1.1439208984375,
|
| 241 |
+
"memory/device_reserved (GiB)": 49.98,
|
| 242 |
+
"memory/max_active (GiB)": 43.9,
|
| 243 |
+
"memory/max_allocated (GiB)": 43.9,
|
| 244 |
+
"ppl": 3.13905,
|
| 245 |
+
"step": 17,
|
| 246 |
+
"tokens/total": 4456448,
|
| 247 |
+
"tokens/train_per_sec_per_gpu": 433.86,
|
| 248 |
+
"tokens/trainable": 4447163
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"epoch": 0.5901639344262295,
|
| 252 |
+
"grad_norm": 1.2734375,
|
| 253 |
+
"learning_rate": 4.564397391320085e-06,
|
| 254 |
+
"loss": 1.2650146484375,
|
| 255 |
+
"memory/device_reserved (GiB)": 49.98,
|
| 256 |
+
"memory/max_active (GiB)": 43.9,
|
| 257 |
+
"memory/max_allocated (GiB)": 43.9,
|
| 258 |
+
"ppl": 3.54314,
|
| 259 |
+
"step": 18,
|
| 260 |
+
"tokens/total": 4718592,
|
| 261 |
+
"tokens/train_per_sec_per_gpu": 424.85,
|
| 262 |
+
"tokens/trainable": 4708799
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.6229508196721312,
|
| 266 |
+
"grad_norm": 8.0,
|
| 267 |
+
"learning_rate": 4.109423525312738e-06,
|
| 268 |
+
"loss": 1.3094482421875,
|
| 269 |
+
"memory/device_reserved (GiB)": 49.98,
|
| 270 |
+
"memory/max_active (GiB)": 43.9,
|
| 271 |
+
"memory/max_allocated (GiB)": 43.9,
|
| 272 |
+
"ppl": 3.70413,
|
| 273 |
+
"step": 19,
|
| 274 |
+
"tokens/total": 4980736,
|
| 275 |
+
"tokens/train_per_sec_per_gpu": 430.27,
|
| 276 |
+
"tokens/trainable": 4970392
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 0.6557377049180327,
|
| 280 |
+
"grad_norm": 1.9296875,
|
| 281 |
+
"learning_rate": 3.6696851061589e-06,
|
| 282 |
+
"loss": 1.29443359375,
|
| 283 |
+
"memory/device_reserved (GiB)": 49.98,
|
| 284 |
+
"memory/max_active (GiB)": 43.9,
|
| 285 |
+
"memory/max_allocated (GiB)": 43.9,
|
| 286 |
+
"ppl": 3.64893,
|
| 287 |
+
"step": 20,
|
| 288 |
+
"tokens/total": 5242880,
|
| 289 |
+
"tokens/train_per_sec_per_gpu": 427.2,
|
| 290 |
+
"tokens/trainable": 5231877
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 0.6885245901639344,
|
| 294 |
+
"grad_norm": 1.109375,
|
| 295 |
+
"learning_rate": 3.2500000000000015e-06,
|
| 296 |
+
"loss": 1.2117919921875,
|
| 297 |
+
"memory/device_reserved (GiB)": 49.98,
|
| 298 |
+
"memory/max_active (GiB)": 43.9,
|
| 299 |
+
"memory/max_allocated (GiB)": 43.9,
|
| 300 |
+
"ppl": 3.3595,
|
| 301 |
+
"step": 21,
|
| 302 |
+
"tokens/total": 5505024,
|
| 303 |
+
"tokens/train_per_sec_per_gpu": 432.8,
|
| 304 |
+
"tokens/trainable": 5493151
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 0.7213114754098361,
|
| 308 |
+
"grad_norm": 1.0234375,
|
| 309 |
+
"learning_rate": 2.854966364683872e-06,
|
| 310 |
+
"loss": 1.184814453125,
|
| 311 |
+
"memory/device_reserved (GiB)": 49.98,
|
| 312 |
+
"memory/max_active (GiB)": 43.9,
|
| 313 |
+
"memory/max_allocated (GiB)": 43.9,
|
| 314 |
+
"ppl": 3.27008,
|
| 315 |
+
"step": 22,
|
| 316 |
+
"tokens/total": 5767168,
|
| 317 |
+
"tokens/train_per_sec_per_gpu": 434.35,
|
| 318 |
+
"tokens/trainable": 5754418
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 0.7540983606557377,
|
| 322 |
+
"grad_norm": 4.8125,
|
| 323 |
+
"learning_rate": 2.4889122713851397e-06,
|
| 324 |
+
"loss": 1.1204833984375,
|
| 325 |
+
"memory/device_reserved (GiB)": 49.98,
|
| 326 |
+
"memory/max_active (GiB)": 43.9,
|
| 327 |
+
"memory/max_allocated (GiB)": 43.9,
|
| 328 |
+
"ppl": 3.06634,
|
| 329 |
+
"step": 23,
|
| 330 |
+
"tokens/total": 6029312,
|
| 331 |
+
"tokens/train_per_sec_per_gpu": 434.03,
|
| 332 |
+
"tokens/trainable": 6015781
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 0.7868852459016393,
|
| 336 |
+
"grad_norm": 1.3671875,
|
| 337 |
+
"learning_rate": 2.1558482853517257e-06,
|
| 338 |
+
"loss": 1.1492919921875,
|
| 339 |
+
"memory/device_reserved (GiB)": 49.98,
|
| 340 |
+
"memory/max_active (GiB)": 43.9,
|
| 341 |
+
"memory/max_allocated (GiB)": 43.9,
|
| 342 |
+
"ppl": 3.15596,
|
| 343 |
+
"step": 24,
|
| 344 |
+
"tokens/total": 6291456,
|
| 345 |
+
"tokens/train_per_sec_per_gpu": 429.26,
|
| 346 |
+
"tokens/trainable": 6277313
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 0.819672131147541,
|
| 350 |
+
"grad_norm": 0.921875,
|
| 351 |
+
"learning_rate": 1.8594235253127373e-06,
|
| 352 |
+
"loss": 1.103759765625,
|
| 353 |
+
"memory/device_reserved (GiB)": 49.98,
|
| 354 |
+
"memory/max_active (GiB)": 43.9,
|
| 355 |
+
"memory/max_allocated (GiB)": 43.9,
|
| 356 |
+
"ppl": 3.01548,
|
| 357 |
+
"step": 25,
|
| 358 |
+
"tokens/total": 6553600,
|
| 359 |
+
"tokens/train_per_sec_per_gpu": 431.85,
|
| 360 |
+
"tokens/trainable": 6538845
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 0.8524590163934426,
|
| 364 |
+
"grad_norm": 1.25,
|
| 365 |
+
"learning_rate": 1.602885682970026e-06,
|
| 366 |
+
"loss": 1.1715087890625,
|
| 367 |
+
"memory/device_reserved (GiB)": 49.98,
|
| 368 |
+
"memory/max_active (GiB)": 43.9,
|
| 369 |
+
"memory/max_allocated (GiB)": 43.9,
|
| 370 |
+
"ppl": 3.22686,
|
| 371 |
+
"step": 26,
|
| 372 |
+
"tokens/total": 6815744,
|
| 373 |
+
"tokens/train_per_sec_per_gpu": 432.86,
|
| 374 |
+
"tokens/trainable": 6800364
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 0.8852459016393442,
|
| 378 |
+
"grad_norm": 1.046875,
|
| 379 |
+
"learning_rate": 1.389045440608296e-06,
|
| 380 |
+
"loss": 1.138427734375,
|
| 381 |
+
"memory/device_reserved (GiB)": 49.98,
|
| 382 |
+
"memory/max_active (GiB)": 43.9,
|
| 383 |
+
"memory/max_allocated (GiB)": 43.9,
|
| 384 |
+
"ppl": 3.12186,
|
| 385 |
+
"step": 27,
|
| 386 |
+
"tokens/total": 7077888,
|
| 387 |
+
"tokens/train_per_sec_per_gpu": 432.08,
|
| 388 |
+
"tokens/trainable": 7061953
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 0.9180327868852459,
|
| 392 |
+
"grad_norm": 1.3671875,
|
| 393 |
+
"learning_rate": 1.2202456766718092e-06,
|
| 394 |
+
"loss": 1.2476806640625,
|
| 395 |
+
"memory/device_reserved (GiB)": 49.98,
|
| 396 |
+
"memory/max_active (GiB)": 43.9,
|
| 397 |
+
"memory/max_allocated (GiB)": 43.9,
|
| 398 |
+
"ppl": 3.48226,
|
| 399 |
+
"step": 28,
|
| 400 |
+
"tokens/total": 7340032,
|
| 401 |
+
"tokens/train_per_sec_per_gpu": 427.42,
|
| 402 |
+
"tokens/trainable": 7323200
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"epoch": 0.9508196721311475,
|
| 406 |
+
"grad_norm": 1.7578125,
|
| 407 |
+
"learning_rate": 1.0983357966978747e-06,
|
| 408 |
+
"loss": 1.1865234375,
|
| 409 |
+
"memory/device_reserved (GiB)": 49.98,
|
| 410 |
+
"memory/max_active (GiB)": 43.9,
|
| 411 |
+
"memory/max_allocated (GiB)": 43.9,
|
| 412 |
+
"ppl": 3.27567,
|
| 413 |
+
"step": 29,
|
| 414 |
+
"tokens/total": 7602176,
|
| 415 |
+
"tokens/train_per_sec_per_gpu": 430.16,
|
| 416 |
+
"tokens/trainable": 7584300
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"epoch": 0.9836065573770492,
|
| 420 |
+
"grad_norm": 1.5546875,
|
| 421 |
+
"learning_rate": 1.0246514708427703e-06,
|
| 422 |
+
"loss": 1.199462890625,
|
| 423 |
+
"memory/device_reserved (GiB)": 49.98,
|
| 424 |
+
"memory/max_active (GiB)": 43.9,
|
| 425 |
+
"memory/max_allocated (GiB)": 43.9,
|
| 426 |
+
"ppl": 3.31833,
|
| 427 |
+
"step": 30,
|
| 428 |
+
"tokens/total": 7864320,
|
| 429 |
+
"tokens/train_per_sec_per_gpu": 427.47,
|
| 430 |
+
"tokens/trainable": 7845196
|
| 431 |
+
}
|
| 432 |
+
],
|
| 433 |
+
"logging_steps": 1,
|
| 434 |
+
"max_steps": 30,
|
| 435 |
+
"num_input_tokens_seen": 0,
|
| 436 |
+
"num_train_epochs": 1,
|
| 437 |
+
"save_steps": 500,
|
| 438 |
+
"stateful_callbacks": {
|
| 439 |
+
"TrainerControl": {
|
| 440 |
+
"args": {
|
| 441 |
+
"should_epoch_stop": false,
|
| 442 |
+
"should_evaluate": false,
|
| 443 |
+
"should_log": false,
|
| 444 |
+
"should_save": true,
|
| 445 |
+
"should_training_stop": true
|
| 446 |
+
},
|
| 447 |
+
"attributes": {}
|
| 448 |
+
}
|
| 449 |
+
},
|
| 450 |
+
"total_flos": 5.273369972834304e+17,
|
| 451 |
+
"train_batch_size": 1,
|
| 452 |
+
"trial_name": null,
|
| 453 |
+
"trial_params": null
|
| 454 |
+
}
|