Upload 13 files
Browse files- README.md +61 -0
- added_tokens.json +3 -0
- all_results.json +15 -0
- config.json +43 -0
- eval_results.json +9 -0
- model.safetensors +3 -0
- special_tokens_map.json +51 -0
- spm.model +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +62 -0
- train_results.json +9 -0
- trainer_state.json +622 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: mit
|
4 |
+
base_model: agentlans/deberta-v3-xsmall-zyda-2
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: deberta-v3-xsmall-zyda-2-quality-rerun
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# deberta-v3-xsmall-zyda-2-quality-rerun
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [agentlans/deberta-v3-xsmall-zyda-2](https://huggingface.co/agentlans/deberta-v3-xsmall-zyda-2) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.3140
|
20 |
+
- Mse: 0.3140
|
21 |
+
|
22 |
+
## Model description
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Intended uses & limitations
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training and evaluation data
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training procedure
|
35 |
+
|
36 |
+
### Training hyperparameters
|
37 |
+
|
38 |
+
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 5e-05
|
40 |
+
- train_batch_size: 64
|
41 |
+
- eval_batch_size: 8
|
42 |
+
- seed: 42
|
43 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
44 |
+
- lr_scheduler_type: linear
|
45 |
+
- num_epochs: 3.0
|
46 |
+
|
47 |
+
### Training results
|
48 |
+
|
49 |
+
| Training Loss | Epoch | Step | Validation Loss | Mse |
|
50 |
+
|:-------------:|:-----:|:-----:|:---------------:|:------:|
|
51 |
+
| 0.3569 | 1.0 | 13316 | 0.3436 | 0.3436 |
|
52 |
+
| 0.2857 | 2.0 | 26632 | 0.3209 | 0.3209 |
|
53 |
+
| 0.2395 | 3.0 | 39948 | 0.3140 | 0.3140 |
|
54 |
+
|
55 |
+
|
56 |
+
### Framework versions
|
57 |
+
|
58 |
+
- Transformers 4.46.3
|
59 |
+
- Pytorch 2.5.1+cu124
|
60 |
+
- Datasets 3.1.0
|
61 |
+
- Tokenizers 0.20.3
|
added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"[MASK]": 128000
|
3 |
+
}
|
all_results.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"eval_loss": 0.31399768590927124,
|
4 |
+
"eval_mse": 0.31399767168875364,
|
5 |
+
"eval_runtime": 103.6586,
|
6 |
+
"eval_samples": 100000,
|
7 |
+
"eval_samples_per_second": 964.705,
|
8 |
+
"eval_steps_per_second": 120.588,
|
9 |
+
"total_flos": 4.210143005329459e+16,
|
10 |
+
"train_loss": 0.3187301256067702,
|
11 |
+
"train_runtime": 5274.6963,
|
12 |
+
"train_samples": 852162,
|
13 |
+
"train_samples_per_second": 484.67,
|
14 |
+
"train_steps_per_second": 7.574
|
15 |
+
}
|
config.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "agentlans/deberta-v3-xsmall-zyda-2",
|
3 |
+
"architectures": [
|
4 |
+
"DebertaV2ForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"finetuning_task": "text-classification",
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.1,
|
10 |
+
"hidden_size": 384,
|
11 |
+
"id2label": {
|
12 |
+
"0": "LABEL_0"
|
13 |
+
},
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"intermediate_size": 1536,
|
16 |
+
"label2id": {
|
17 |
+
"LABEL_0": 0
|
18 |
+
},
|
19 |
+
"layer_norm_eps": 1e-07,
|
20 |
+
"max_position_embeddings": 512,
|
21 |
+
"max_relative_positions": -1,
|
22 |
+
"model_type": "deberta-v2",
|
23 |
+
"norm_rel_ebd": "layer_norm",
|
24 |
+
"num_attention_heads": 6,
|
25 |
+
"num_hidden_layers": 12,
|
26 |
+
"pad_token_id": 0,
|
27 |
+
"pooler_dropout": 0,
|
28 |
+
"pooler_hidden_act": "gelu",
|
29 |
+
"pooler_hidden_size": 384,
|
30 |
+
"pos_att_type": [
|
31 |
+
"p2c",
|
32 |
+
"c2p"
|
33 |
+
],
|
34 |
+
"position_biased_input": false,
|
35 |
+
"position_buckets": 256,
|
36 |
+
"problem_type": "regression",
|
37 |
+
"relative_attention": true,
|
38 |
+
"share_att_key": true,
|
39 |
+
"torch_dtype": "float32",
|
40 |
+
"transformers_version": "4.46.3",
|
41 |
+
"type_vocab_size": 0,
|
42 |
+
"vocab_size": 128100
|
43 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"eval_loss": 0.31399768590927124,
|
4 |
+
"eval_mse": 0.31399767168875364,
|
5 |
+
"eval_runtime": 103.6586,
|
6 |
+
"eval_samples": 100000,
|
7 |
+
"eval_samples_per_second": 964.705,
|
8 |
+
"eval_steps_per_second": 120.588
|
9 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9dcf99ae2334c9277a930b2b386ae99b62a9b86b4ac81089dd5e2ca1d624a67
|
3 |
+
size 283345892
|
special_tokens_map.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "[CLS]",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"cls_token": {
|
10 |
+
"content": "[CLS]",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"eos_token": {
|
17 |
+
"content": "[SEP]",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"mask_token": {
|
24 |
+
"content": "[MASK]",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
},
|
30 |
+
"pad_token": {
|
31 |
+
"content": "[PAD]",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": false,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false
|
36 |
+
},
|
37 |
+
"sep_token": {
|
38 |
+
"content": "[SEP]",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false
|
43 |
+
},
|
44 |
+
"unk_token": {
|
45 |
+
"content": "[UNK]",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": true,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false
|
50 |
+
}
|
51 |
+
}
|
spm.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c679fbf93643d19aab7ee10c0b99e460bdbc02fedf34b92b05af343b4af586fd
|
3 |
+
size 2464616
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "[PAD]",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"1": {
|
12 |
+
"content": "[CLS]",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"2": {
|
20 |
+
"content": "[SEP]",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"3": {
|
28 |
+
"content": "[UNK]",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": true,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"128000": {
|
36 |
+
"content": "[MASK]",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"bos_token": "[CLS]",
|
45 |
+
"clean_up_tokenization_spaces": true,
|
46 |
+
"cls_token": "[CLS]",
|
47 |
+
"do_lower_case": false,
|
48 |
+
"eos_token": "[SEP]",
|
49 |
+
"mask_token": "[MASK]",
|
50 |
+
"max_length": 1024,
|
51 |
+
"model_max_length": 1000000000000000019884624838656,
|
52 |
+
"pad_token": "[PAD]",
|
53 |
+
"sep_token": "[SEP]",
|
54 |
+
"sp_model_kwargs": {},
|
55 |
+
"split_by_punct": false,
|
56 |
+
"stride": 0,
|
57 |
+
"tokenizer_class": "DebertaV2Tokenizer",
|
58 |
+
"truncation_side": "right",
|
59 |
+
"truncation_strategy": "longest_first",
|
60 |
+
"unk_token": "[UNK]",
|
61 |
+
"vocab_type": "spm"
|
62 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"total_flos": 4.210143005329459e+16,
|
4 |
+
"train_loss": 0.3187301256067702,
|
5 |
+
"train_runtime": 5274.6963,
|
6 |
+
"train_samples": 852162,
|
7 |
+
"train_samples_per_second": 484.67,
|
8 |
+
"train_steps_per_second": 7.574
|
9 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,622 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.31399768590927124,
|
3 |
+
"best_model_checkpoint": "deberta-v3-xsmall-zyda-2-quality-rerun/checkpoint-39948",
|
4 |
+
"epoch": 3.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 39948,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.037548813457494744,
|
13 |
+
"grad_norm": 4.403994560241699,
|
14 |
+
"learning_rate": 4.9374186442375094e-05,
|
15 |
+
"loss": 0.6773,
|
16 |
+
"step": 500
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.07509762691498949,
|
20 |
+
"grad_norm": 3.1282551288604736,
|
21 |
+
"learning_rate": 4.874837288475018e-05,
|
22 |
+
"loss": 0.5374,
|
23 |
+
"step": 1000
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.11264644037248422,
|
27 |
+
"grad_norm": 3.248645782470703,
|
28 |
+
"learning_rate": 4.812255932712526e-05,
|
29 |
+
"loss": 0.5056,
|
30 |
+
"step": 1500
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.15019525382997898,
|
34 |
+
"grad_norm": 3.0767080783843994,
|
35 |
+
"learning_rate": 4.749674576950035e-05,
|
36 |
+
"loss": 0.4772,
|
37 |
+
"step": 2000
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.18774406728747373,
|
41 |
+
"grad_norm": 4.454887866973877,
|
42 |
+
"learning_rate": 4.687093221187544e-05,
|
43 |
+
"loss": 0.4574,
|
44 |
+
"step": 2500
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.22529288074496845,
|
48 |
+
"grad_norm": 2.398064613342285,
|
49 |
+
"learning_rate": 4.624511865425053e-05,
|
50 |
+
"loss": 0.4508,
|
51 |
+
"step": 3000
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.2628416942024632,
|
55 |
+
"grad_norm": 3.7262675762176514,
|
56 |
+
"learning_rate": 4.5619305096625615e-05,
|
57 |
+
"loss": 0.432,
|
58 |
+
"step": 3500
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.30039050765995795,
|
62 |
+
"grad_norm": 2.6357853412628174,
|
63 |
+
"learning_rate": 4.4993491539000706e-05,
|
64 |
+
"loss": 0.4303,
|
65 |
+
"step": 4000
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.3379393211174527,
|
69 |
+
"grad_norm": 2.8107378482818604,
|
70 |
+
"learning_rate": 4.436767798137579e-05,
|
71 |
+
"loss": 0.4151,
|
72 |
+
"step": 4500
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.37548813457494745,
|
76 |
+
"grad_norm": 3.1814627647399902,
|
77 |
+
"learning_rate": 4.3741864423750875e-05,
|
78 |
+
"loss": 0.411,
|
79 |
+
"step": 5000
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.4130369480324422,
|
83 |
+
"grad_norm": 3.0693929195404053,
|
84 |
+
"learning_rate": 4.3116050866125966e-05,
|
85 |
+
"loss": 0.4013,
|
86 |
+
"step": 5500
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.4505857614899369,
|
90 |
+
"grad_norm": 3.04325008392334,
|
91 |
+
"learning_rate": 4.249023730850105e-05,
|
92 |
+
"loss": 0.4042,
|
93 |
+
"step": 6000
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.4881345749474317,
|
97 |
+
"grad_norm": 2.3595287799835205,
|
98 |
+
"learning_rate": 4.186442375087614e-05,
|
99 |
+
"loss": 0.395,
|
100 |
+
"step": 6500
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.5256833884049265,
|
104 |
+
"grad_norm": 3.9787838459014893,
|
105 |
+
"learning_rate": 4.123861019325123e-05,
|
106 |
+
"loss": 0.3969,
|
107 |
+
"step": 7000
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.5632322018624212,
|
111 |
+
"grad_norm": 5.200424671173096,
|
112 |
+
"learning_rate": 4.061279663562632e-05,
|
113 |
+
"loss": 0.3919,
|
114 |
+
"step": 7500
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.6007810153199159,
|
118 |
+
"grad_norm": 4.694857120513916,
|
119 |
+
"learning_rate": 3.99869830780014e-05,
|
120 |
+
"loss": 0.3926,
|
121 |
+
"step": 8000
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.6383298287774106,
|
125 |
+
"grad_norm": 2.551344633102417,
|
126 |
+
"learning_rate": 3.936116952037649e-05,
|
127 |
+
"loss": 0.3815,
|
128 |
+
"step": 8500
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.6758786422349053,
|
132 |
+
"grad_norm": 4.175814151763916,
|
133 |
+
"learning_rate": 3.873535596275158e-05,
|
134 |
+
"loss": 0.3805,
|
135 |
+
"step": 9000
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.7134274556924001,
|
139 |
+
"grad_norm": 3.3641836643218994,
|
140 |
+
"learning_rate": 3.810954240512667e-05,
|
141 |
+
"loss": 0.3813,
|
142 |
+
"step": 9500
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.7509762691498949,
|
146 |
+
"grad_norm": 4.312653064727783,
|
147 |
+
"learning_rate": 3.7483728847501754e-05,
|
148 |
+
"loss": 0.3687,
|
149 |
+
"step": 10000
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.7885250826073896,
|
153 |
+
"grad_norm": 2.912576675415039,
|
154 |
+
"learning_rate": 3.6857915289876846e-05,
|
155 |
+
"loss": 0.3669,
|
156 |
+
"step": 10500
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.8260738960648843,
|
160 |
+
"grad_norm": 3.152151346206665,
|
161 |
+
"learning_rate": 3.623210173225193e-05,
|
162 |
+
"loss": 0.3746,
|
163 |
+
"step": 11000
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.8636227095223791,
|
167 |
+
"grad_norm": 2.863006830215454,
|
168 |
+
"learning_rate": 3.5606288174627015e-05,
|
169 |
+
"loss": 0.37,
|
170 |
+
"step": 11500
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.9011715229798738,
|
174 |
+
"grad_norm": 2.383753776550293,
|
175 |
+
"learning_rate": 3.4980474617002106e-05,
|
176 |
+
"loss": 0.3675,
|
177 |
+
"step": 12000
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.9387203364373686,
|
181 |
+
"grad_norm": 2.4308314323425293,
|
182 |
+
"learning_rate": 3.435466105937719e-05,
|
183 |
+
"loss": 0.3607,
|
184 |
+
"step": 12500
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.9762691498948634,
|
188 |
+
"grad_norm": 3.8357925415039062,
|
189 |
+
"learning_rate": 3.372884750175228e-05,
|
190 |
+
"loss": 0.3569,
|
191 |
+
"step": 13000
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 1.0,
|
195 |
+
"eval_loss": 0.34360167384147644,
|
196 |
+
"eval_mse": 0.34360167908090056,
|
197 |
+
"eval_runtime": 105.793,
|
198 |
+
"eval_samples_per_second": 945.242,
|
199 |
+
"eval_steps_per_second": 118.155,
|
200 |
+
"step": 13316
|
201 |
+
},
|
202 |
+
{
|
203 |
+
"epoch": 1.013817963352358,
|
204 |
+
"grad_norm": 3.0041775703430176,
|
205 |
+
"learning_rate": 3.310303394412737e-05,
|
206 |
+
"loss": 0.3414,
|
207 |
+
"step": 13500
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"epoch": 1.051366776809853,
|
211 |
+
"grad_norm": 3.3583767414093018,
|
212 |
+
"learning_rate": 3.247722038650246e-05,
|
213 |
+
"loss": 0.3027,
|
214 |
+
"step": 14000
|
215 |
+
},
|
216 |
+
{
|
217 |
+
"epoch": 1.0889155902673475,
|
218 |
+
"grad_norm": 4.092809200286865,
|
219 |
+
"learning_rate": 3.185140682887754e-05,
|
220 |
+
"loss": 0.3098,
|
221 |
+
"step": 14500
|
222 |
+
},
|
223 |
+
{
|
224 |
+
"epoch": 1.1264644037248424,
|
225 |
+
"grad_norm": 2.405085802078247,
|
226 |
+
"learning_rate": 3.122559327125263e-05,
|
227 |
+
"loss": 0.3094,
|
228 |
+
"step": 15000
|
229 |
+
},
|
230 |
+
{
|
231 |
+
"epoch": 1.164013217182337,
|
232 |
+
"grad_norm": 2.9946043491363525,
|
233 |
+
"learning_rate": 3.059977971362772e-05,
|
234 |
+
"loss": 0.3054,
|
235 |
+
"step": 15500
|
236 |
+
},
|
237 |
+
{
|
238 |
+
"epoch": 1.2015620306398318,
|
239 |
+
"grad_norm": 2.638746976852417,
|
240 |
+
"learning_rate": 2.9973966156002803e-05,
|
241 |
+
"loss": 0.3053,
|
242 |
+
"step": 16000
|
243 |
+
},
|
244 |
+
{
|
245 |
+
"epoch": 1.2391108440973264,
|
246 |
+
"grad_norm": 2.7500743865966797,
|
247 |
+
"learning_rate": 2.9348152598377894e-05,
|
248 |
+
"loss": 0.3027,
|
249 |
+
"step": 16500
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 1.2766596575548212,
|
253 |
+
"grad_norm": 2.1603994369506836,
|
254 |
+
"learning_rate": 2.8722339040752982e-05,
|
255 |
+
"loss": 0.2978,
|
256 |
+
"step": 17000
|
257 |
+
},
|
258 |
+
{
|
259 |
+
"epoch": 1.314208471012316,
|
260 |
+
"grad_norm": 3.147937774658203,
|
261 |
+
"learning_rate": 2.8096525483128067e-05,
|
262 |
+
"loss": 0.3065,
|
263 |
+
"step": 17500
|
264 |
+
},
|
265 |
+
{
|
266 |
+
"epoch": 1.3517572844698107,
|
267 |
+
"grad_norm": 2.8613197803497314,
|
268 |
+
"learning_rate": 2.7470711925503158e-05,
|
269 |
+
"loss": 0.3034,
|
270 |
+
"step": 18000
|
271 |
+
},
|
272 |
+
{
|
273 |
+
"epoch": 1.3893060979273055,
|
274 |
+
"grad_norm": 2.1770453453063965,
|
275 |
+
"learning_rate": 2.684489836787824e-05,
|
276 |
+
"loss": 0.296,
|
277 |
+
"step": 18500
|
278 |
+
},
|
279 |
+
{
|
280 |
+
"epoch": 1.4268549113848001,
|
281 |
+
"grad_norm": 3.3030712604522705,
|
282 |
+
"learning_rate": 2.621908481025333e-05,
|
283 |
+
"loss": 0.2953,
|
284 |
+
"step": 19000
|
285 |
+
},
|
286 |
+
{
|
287 |
+
"epoch": 1.464403724842295,
|
288 |
+
"grad_norm": 2.322561025619507,
|
289 |
+
"learning_rate": 2.559327125262842e-05,
|
290 |
+
"loss": 0.3018,
|
291 |
+
"step": 19500
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"epoch": 1.5019525382997898,
|
295 |
+
"grad_norm": 3.038954496383667,
|
296 |
+
"learning_rate": 2.4967457695003503e-05,
|
297 |
+
"loss": 0.2969,
|
298 |
+
"step": 20000
|
299 |
+
},
|
300 |
+
{
|
301 |
+
"epoch": 1.5395013517572844,
|
302 |
+
"grad_norm": 2.606443405151367,
|
303 |
+
"learning_rate": 2.4341644137378594e-05,
|
304 |
+
"loss": 0.2901,
|
305 |
+
"step": 20500
|
306 |
+
},
|
307 |
+
{
|
308 |
+
"epoch": 1.5770501652147793,
|
309 |
+
"grad_norm": 2.5407485961914062,
|
310 |
+
"learning_rate": 2.3715830579753682e-05,
|
311 |
+
"loss": 0.2962,
|
312 |
+
"step": 21000
|
313 |
+
},
|
314 |
+
{
|
315 |
+
"epoch": 1.6145989786722739,
|
316 |
+
"grad_norm": 2.8466265201568604,
|
317 |
+
"learning_rate": 2.3090017022128767e-05,
|
318 |
+
"loss": 0.2967,
|
319 |
+
"step": 21500
|
320 |
+
},
|
321 |
+
{
|
322 |
+
"epoch": 1.6521477921297687,
|
323 |
+
"grad_norm": 3.01155161857605,
|
324 |
+
"learning_rate": 2.2464203464503855e-05,
|
325 |
+
"loss": 0.294,
|
326 |
+
"step": 22000
|
327 |
+
},
|
328 |
+
{
|
329 |
+
"epoch": 1.6896966055872635,
|
330 |
+
"grad_norm": 3.2597897052764893,
|
331 |
+
"learning_rate": 2.1838389906878946e-05,
|
332 |
+
"loss": 0.2938,
|
333 |
+
"step": 22500
|
334 |
+
},
|
335 |
+
{
|
336 |
+
"epoch": 1.7272454190447581,
|
337 |
+
"grad_norm": 2.202085256576538,
|
338 |
+
"learning_rate": 2.121257634925403e-05,
|
339 |
+
"loss": 0.2852,
|
340 |
+
"step": 23000
|
341 |
+
},
|
342 |
+
{
|
343 |
+
"epoch": 1.764794232502253,
|
344 |
+
"grad_norm": 2.2789671421051025,
|
345 |
+
"learning_rate": 2.058676279162912e-05,
|
346 |
+
"loss": 0.2927,
|
347 |
+
"step": 23500
|
348 |
+
},
|
349 |
+
{
|
350 |
+
"epoch": 1.8023430459597476,
|
351 |
+
"grad_norm": 2.1892921924591064,
|
352 |
+
"learning_rate": 1.9960949234004207e-05,
|
353 |
+
"loss": 0.2912,
|
354 |
+
"step": 24000
|
355 |
+
},
|
356 |
+
{
|
357 |
+
"epoch": 1.8398918594172424,
|
358 |
+
"grad_norm": 2.7529070377349854,
|
359 |
+
"learning_rate": 1.9335135676379295e-05,
|
360 |
+
"loss": 0.2886,
|
361 |
+
"step": 24500
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"epoch": 1.8774406728747373,
|
365 |
+
"grad_norm": 2.7882585525512695,
|
366 |
+
"learning_rate": 1.8709322118754383e-05,
|
367 |
+
"loss": 0.2933,
|
368 |
+
"step": 25000
|
369 |
+
},
|
370 |
+
{
|
371 |
+
"epoch": 1.9149894863322319,
|
372 |
+
"grad_norm": 2.5822184085845947,
|
373 |
+
"learning_rate": 1.808350856112947e-05,
|
374 |
+
"loss": 0.2883,
|
375 |
+
"step": 25500
|
376 |
+
},
|
377 |
+
{
|
378 |
+
"epoch": 1.9525382997897265,
|
379 |
+
"grad_norm": 2.326474666595459,
|
380 |
+
"learning_rate": 1.7457695003504555e-05,
|
381 |
+
"loss": 0.2887,
|
382 |
+
"step": 26000
|
383 |
+
},
|
384 |
+
{
|
385 |
+
"epoch": 1.9900871132472213,
|
386 |
+
"grad_norm": 3.619825601577759,
|
387 |
+
"learning_rate": 1.6831881445879643e-05,
|
388 |
+
"loss": 0.2857,
|
389 |
+
"step": 26500
|
390 |
+
},
|
391 |
+
{
|
392 |
+
"epoch": 2.0,
|
393 |
+
"eval_loss": 0.3208652436733246,
|
394 |
+
"eval_mse": 0.3208652417918357,
|
395 |
+
"eval_runtime": 108.1625,
|
396 |
+
"eval_samples_per_second": 924.535,
|
397 |
+
"eval_steps_per_second": 115.567,
|
398 |
+
"step": 26632
|
399 |
+
},
|
400 |
+
{
|
401 |
+
"epoch": 2.027635926704716,
|
402 |
+
"grad_norm": 3.537344217300415,
|
403 |
+
"learning_rate": 1.620606788825473e-05,
|
404 |
+
"loss": 0.2578,
|
405 |
+
"step": 27000
|
406 |
+
},
|
407 |
+
{
|
408 |
+
"epoch": 2.065184740162211,
|
409 |
+
"grad_norm": 2.6542530059814453,
|
410 |
+
"learning_rate": 1.558025433062982e-05,
|
411 |
+
"loss": 0.2438,
|
412 |
+
"step": 27500
|
413 |
+
},
|
414 |
+
{
|
415 |
+
"epoch": 2.102733553619706,
|
416 |
+
"grad_norm": 3.0753347873687744,
|
417 |
+
"learning_rate": 1.4954440773004907e-05,
|
418 |
+
"loss": 0.2493,
|
419 |
+
"step": 28000
|
420 |
+
},
|
421 |
+
{
|
422 |
+
"epoch": 2.1402823670772,
|
423 |
+
"grad_norm": 2.988065004348755,
|
424 |
+
"learning_rate": 1.4328627215379995e-05,
|
425 |
+
"loss": 0.2484,
|
426 |
+
"step": 28500
|
427 |
+
},
|
428 |
+
{
|
429 |
+
"epoch": 2.177831180534695,
|
430 |
+
"grad_norm": 2.041884422302246,
|
431 |
+
"learning_rate": 1.3702813657755081e-05,
|
432 |
+
"loss": 0.2509,
|
433 |
+
"step": 29000
|
434 |
+
},
|
435 |
+
{
|
436 |
+
"epoch": 2.21537999399219,
|
437 |
+
"grad_norm": 3.0710532665252686,
|
438 |
+
"learning_rate": 1.307700010013017e-05,
|
439 |
+
"loss": 0.2471,
|
440 |
+
"step": 29500
|
441 |
+
},
|
442 |
+
{
|
443 |
+
"epoch": 2.2529288074496847,
|
444 |
+
"grad_norm": 2.620396852493286,
|
445 |
+
"learning_rate": 1.2451186542505257e-05,
|
446 |
+
"loss": 0.245,
|
447 |
+
"step": 30000
|
448 |
+
},
|
449 |
+
{
|
450 |
+
"epoch": 2.290477620907179,
|
451 |
+
"grad_norm": 3.103252410888672,
|
452 |
+
"learning_rate": 1.1825372984880345e-05,
|
453 |
+
"loss": 0.2468,
|
454 |
+
"step": 30500
|
455 |
+
},
|
456 |
+
{
|
457 |
+
"epoch": 2.328026434364674,
|
458 |
+
"grad_norm": 2.4032323360443115,
|
459 |
+
"learning_rate": 1.1199559427255433e-05,
|
460 |
+
"loss": 0.2441,
|
461 |
+
"step": 31000
|
462 |
+
},
|
463 |
+
{
|
464 |
+
"epoch": 2.3655752478221688,
|
465 |
+
"grad_norm": 3.1325552463531494,
|
466 |
+
"learning_rate": 1.057374586963052e-05,
|
467 |
+
"loss": 0.2431,
|
468 |
+
"step": 31500
|
469 |
+
},
|
470 |
+
{
|
471 |
+
"epoch": 2.4031240612796636,
|
472 |
+
"grad_norm": 3.0277721881866455,
|
473 |
+
"learning_rate": 9.947932312005607e-06,
|
474 |
+
"loss": 0.2414,
|
475 |
+
"step": 32000
|
476 |
+
},
|
477 |
+
{
|
478 |
+
"epoch": 2.4406728747371584,
|
479 |
+
"grad_norm": 2.5161995887756348,
|
480 |
+
"learning_rate": 9.322118754380697e-06,
|
481 |
+
"loss": 0.2412,
|
482 |
+
"step": 32500
|
483 |
+
},
|
484 |
+
{
|
485 |
+
"epoch": 2.478221688194653,
|
486 |
+
"grad_norm": 1.7039533853530884,
|
487 |
+
"learning_rate": 8.696305196755783e-06,
|
488 |
+
"loss": 0.2434,
|
489 |
+
"step": 33000
|
490 |
+
},
|
491 |
+
{
|
492 |
+
"epoch": 2.5157705016521477,
|
493 |
+
"grad_norm": 2.513314723968506,
|
494 |
+
"learning_rate": 8.07049163913087e-06,
|
495 |
+
"loss": 0.2438,
|
496 |
+
"step": 33500
|
497 |
+
},
|
498 |
+
{
|
499 |
+
"epoch": 2.5533193151096425,
|
500 |
+
"grad_norm": 2.314403772354126,
|
501 |
+
"learning_rate": 7.444678081505959e-06,
|
502 |
+
"loss": 0.2441,
|
503 |
+
"step": 34000
|
504 |
+
},
|
505 |
+
{
|
506 |
+
"epoch": 2.5908681285671373,
|
507 |
+
"grad_norm": 2.855802536010742,
|
508 |
+
"learning_rate": 6.818864523881045e-06,
|
509 |
+
"loss": 0.2408,
|
510 |
+
"step": 34500
|
511 |
+
},
|
512 |
+
{
|
513 |
+
"epoch": 2.628416942024632,
|
514 |
+
"grad_norm": 2.636925458908081,
|
515 |
+
"learning_rate": 6.193050966256133e-06,
|
516 |
+
"loss": 0.2433,
|
517 |
+
"step": 35000
|
518 |
+
},
|
519 |
+
{
|
520 |
+
"epoch": 2.6659657554821266,
|
521 |
+
"grad_norm": 2.4678878784179688,
|
522 |
+
"learning_rate": 5.567237408631221e-06,
|
523 |
+
"loss": 0.2367,
|
524 |
+
"step": 35500
|
525 |
+
},
|
526 |
+
{
|
527 |
+
"epoch": 2.7035145689396214,
|
528 |
+
"grad_norm": 2.2376275062561035,
|
529 |
+
"learning_rate": 4.941423851006309e-06,
|
530 |
+
"loss": 0.2353,
|
531 |
+
"step": 36000
|
532 |
+
},
|
533 |
+
{
|
534 |
+
"epoch": 2.741063382397116,
|
535 |
+
"grad_norm": 2.5792624950408936,
|
536 |
+
"learning_rate": 4.315610293381396e-06,
|
537 |
+
"loss": 0.2402,
|
538 |
+
"step": 36500
|
539 |
+
},
|
540 |
+
{
|
541 |
+
"epoch": 2.778612195854611,
|
542 |
+
"grad_norm": 3.4142560958862305,
|
543 |
+
"learning_rate": 3.6897967357564838e-06,
|
544 |
+
"loss": 0.2345,
|
545 |
+
"step": 37000
|
546 |
+
},
|
547 |
+
{
|
548 |
+
"epoch": 2.816161009312106,
|
549 |
+
"grad_norm": 2.2159926891326904,
|
550 |
+
"learning_rate": 3.063983178131571e-06,
|
551 |
+
"loss": 0.2378,
|
552 |
+
"step": 37500
|
553 |
+
},
|
554 |
+
{
|
555 |
+
"epoch": 2.8537098227696003,
|
556 |
+
"grad_norm": 2.577420711517334,
|
557 |
+
"learning_rate": 2.438169620506659e-06,
|
558 |
+
"loss": 0.233,
|
559 |
+
"step": 38000
|
560 |
+
},
|
561 |
+
{
|
562 |
+
"epoch": 2.891258636227095,
|
563 |
+
"grad_norm": 2.7511062622070312,
|
564 |
+
"learning_rate": 1.8123560628817465e-06,
|
565 |
+
"loss": 0.2374,
|
566 |
+
"step": 38500
|
567 |
+
},
|
568 |
+
{
|
569 |
+
"epoch": 2.92880744968459,
|
570 |
+
"grad_norm": 2.820404529571533,
|
571 |
+
"learning_rate": 1.186542505256834e-06,
|
572 |
+
"loss": 0.2413,
|
573 |
+
"step": 39000
|
574 |
+
},
|
575 |
+
{
|
576 |
+
"epoch": 2.966356263142085,
|
577 |
+
"grad_norm": 2.4552481174468994,
|
578 |
+
"learning_rate": 5.607289476319215e-07,
|
579 |
+
"loss": 0.2395,
|
580 |
+
"step": 39500
|
581 |
+
},
|
582 |
+
{
|
583 |
+
"epoch": 3.0,
|
584 |
+
"eval_loss": 0.31399768590927124,
|
585 |
+
"eval_mse": 0.31399767168875364,
|
586 |
+
"eval_runtime": 104.865,
|
587 |
+
"eval_samples_per_second": 953.607,
|
588 |
+
"eval_steps_per_second": 119.201,
|
589 |
+
"step": 39948
|
590 |
+
},
|
591 |
+
{
|
592 |
+
"epoch": 3.0,
|
593 |
+
"step": 39948,
|
594 |
+
"total_flos": 4.210143005329459e+16,
|
595 |
+
"train_loss": 0.3187301256067702,
|
596 |
+
"train_runtime": 5274.6963,
|
597 |
+
"train_samples_per_second": 484.67,
|
598 |
+
"train_steps_per_second": 7.574
|
599 |
+
}
|
600 |
+
],
|
601 |
+
"logging_steps": 500,
|
602 |
+
"max_steps": 39948,
|
603 |
+
"num_input_tokens_seen": 0,
|
604 |
+
"num_train_epochs": 3,
|
605 |
+
"save_steps": 500,
|
606 |
+
"stateful_callbacks": {
|
607 |
+
"TrainerControl": {
|
608 |
+
"args": {
|
609 |
+
"should_epoch_stop": false,
|
610 |
+
"should_evaluate": false,
|
611 |
+
"should_log": false,
|
612 |
+
"should_save": true,
|
613 |
+
"should_training_stop": true
|
614 |
+
},
|
615 |
+
"attributes": {}
|
616 |
+
}
|
617 |
+
},
|
618 |
+
"total_flos": 4.210143005329459e+16,
|
619 |
+
"train_batch_size": 64,
|
620 |
+
"trial_name": null,
|
621 |
+
"trial_params": null
|
622 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9064ce0bea9b811acb2ea615c64dbf8e938c12cde30e373e640b30639802ea9b
|
3 |
+
size 5368
|