Training in progress, epoch 1
Browse files- config.json +1 -1
- model.safetensors +1 -1
- run-0/checkpoint-17805/config.json +25 -0
- run-0/checkpoint-17805/model.safetensors +3 -0
- run-0/checkpoint-17805/optimizer.pt +3 -0
- run-0/checkpoint-17805/rng_state.pth +3 -0
- run-0/checkpoint-17805/scheduler.pt +3 -0
- run-0/checkpoint-17805/special_tokens_map.json +7 -0
- run-0/checkpoint-17805/tokenizer.json +0 -0
- run-0/checkpoint-17805/tokenizer_config.json +55 -0
- run-0/checkpoint-17805/trainer_state.json +245 -0
- run-0/checkpoint-17805/training_args.bin +3 -0
- run-0/checkpoint-17805/vocab.txt +0 -0
- training_args.bin +2 -2
config.json
CHANGED
|
@@ -20,6 +20,6 @@
|
|
| 20 |
"sinusoidal_pos_embds": false,
|
| 21 |
"tie_weights_": true,
|
| 22 |
"torch_dtype": "float32",
|
| 23 |
-
"transformers_version": "4.
|
| 24 |
"vocab_size": 30522
|
| 25 |
}
|
|
|
|
| 20 |
"sinusoidal_pos_embds": false,
|
| 21 |
"tie_weights_": true,
|
| 22 |
"torch_dtype": "float32",
|
| 23 |
+
"transformers_version": "4.37.2",
|
| 24 |
"vocab_size": 30522
|
| 25 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267832560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:369a9c12ed6162f9841ee96b21a47cdaa5921b66d8e72eb6a26c01451caf4359
|
| 3 |
size 267832560
|
run-0/checkpoint-17805/config.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "distilbert-base-uncased",
|
| 3 |
+
"activation": "gelu",
|
| 4 |
+
"architectures": [
|
| 5 |
+
"DistilBertForSequenceClassification"
|
| 6 |
+
],
|
| 7 |
+
"attention_dropout": 0.1,
|
| 8 |
+
"dim": 768,
|
| 9 |
+
"dropout": 0.1,
|
| 10 |
+
"hidden_dim": 3072,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"model_type": "distilbert",
|
| 14 |
+
"n_heads": 12,
|
| 15 |
+
"n_layers": 6,
|
| 16 |
+
"pad_token_id": 0,
|
| 17 |
+
"problem_type": "single_label_classification",
|
| 18 |
+
"qa_dropout": 0.1,
|
| 19 |
+
"seq_classif_dropout": 0.2,
|
| 20 |
+
"sinusoidal_pos_embds": false,
|
| 21 |
+
"tie_weights_": true,
|
| 22 |
+
"torch_dtype": "float32",
|
| 23 |
+
"transformers_version": "4.37.2",
|
| 24 |
+
"vocab_size": 30522
|
| 25 |
+
}
|
run-0/checkpoint-17805/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:369a9c12ed6162f9841ee96b21a47cdaa5921b66d8e72eb6a26c01451caf4359
|
| 3 |
+
size 267832560
|
run-0/checkpoint-17805/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bfed7ea52769de767c5cba56bf3bfd7d8e68fcf0f9ee00235e2f64b990db5f5e
|
| 3 |
+
size 535727290
|
run-0/checkpoint-17805/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:339b0dc101fd05bc3723fb03fb143c9363b46545a39b7003439eaf76e202a0f7
|
| 3 |
+
size 14244
|
run-0/checkpoint-17805/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3b82aa0acb28b81cbb3518f02663b03a3ed23d3c3ade0beb0cff851ceb9e25c
|
| 3 |
+
size 1064
|
run-0/checkpoint-17805/special_tokens_map.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cls_token": "[CLS]",
|
| 3 |
+
"mask_token": "[MASK]",
|
| 4 |
+
"pad_token": "[PAD]",
|
| 5 |
+
"sep_token": "[SEP]",
|
| 6 |
+
"unk_token": "[UNK]"
|
| 7 |
+
}
|
run-0/checkpoint-17805/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
run-0/checkpoint-17805/tokenizer_config.json
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"100": {
|
| 12 |
+
"content": "[UNK]",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false,
|
| 17 |
+
"special": true
|
| 18 |
+
},
|
| 19 |
+
"101": {
|
| 20 |
+
"content": "[CLS]",
|
| 21 |
+
"lstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"rstrip": false,
|
| 24 |
+
"single_word": false,
|
| 25 |
+
"special": true
|
| 26 |
+
},
|
| 27 |
+
"102": {
|
| 28 |
+
"content": "[SEP]",
|
| 29 |
+
"lstrip": false,
|
| 30 |
+
"normalized": false,
|
| 31 |
+
"rstrip": false,
|
| 32 |
+
"single_word": false,
|
| 33 |
+
"special": true
|
| 34 |
+
},
|
| 35 |
+
"103": {
|
| 36 |
+
"content": "[MASK]",
|
| 37 |
+
"lstrip": false,
|
| 38 |
+
"normalized": false,
|
| 39 |
+
"rstrip": false,
|
| 40 |
+
"single_word": false,
|
| 41 |
+
"special": true
|
| 42 |
+
}
|
| 43 |
+
},
|
| 44 |
+
"clean_up_tokenization_spaces": true,
|
| 45 |
+
"cls_token": "[CLS]",
|
| 46 |
+
"do_lower_case": true,
|
| 47 |
+
"mask_token": "[MASK]",
|
| 48 |
+
"model_max_length": 512,
|
| 49 |
+
"pad_token": "[PAD]",
|
| 50 |
+
"sep_token": "[SEP]",
|
| 51 |
+
"strip_accents": null,
|
| 52 |
+
"tokenize_chinese_chars": true,
|
| 53 |
+
"tokenizer_class": "DistilBertTokenizer",
|
| 54 |
+
"unk_token": "[UNK]"
|
| 55 |
+
}
|
run-0/checkpoint-17805/trainer_state.json
ADDED
|
@@ -0,0 +1,245 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": 0.8608981380065718,
|
| 3 |
+
"best_model_checkpoint": "retrieval_model/run-0/checkpoint-17805",
|
| 4 |
+
"epoch": 1.0,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 17805,
|
| 7 |
+
"is_hyper_param_search": true,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 0.03,
|
| 13 |
+
"learning_rate": 1.7244730277546215e-05,
|
| 14 |
+
"loss": 0.4798,
|
| 15 |
+
"step": 500
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"epoch": 0.06,
|
| 19 |
+
"learning_rate": 1.6746471673745402e-05,
|
| 20 |
+
"loss": 0.4968,
|
| 21 |
+
"step": 1000
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"epoch": 0.08,
|
| 25 |
+
"learning_rate": 1.6248213069944586e-05,
|
| 26 |
+
"loss": 0.4581,
|
| 27 |
+
"step": 1500
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"epoch": 0.11,
|
| 31 |
+
"learning_rate": 1.574995446614377e-05,
|
| 32 |
+
"loss": 0.4369,
|
| 33 |
+
"step": 2000
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"epoch": 0.14,
|
| 37 |
+
"learning_rate": 1.5251695862342956e-05,
|
| 38 |
+
"loss": 0.4057,
|
| 39 |
+
"step": 2500
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"epoch": 0.17,
|
| 43 |
+
"learning_rate": 1.4753437258542141e-05,
|
| 44 |
+
"loss": 0.4399,
|
| 45 |
+
"step": 3000
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.2,
|
| 49 |
+
"learning_rate": 1.4255178654741323e-05,
|
| 50 |
+
"loss": 0.4089,
|
| 51 |
+
"step": 3500
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 0.22,
|
| 55 |
+
"learning_rate": 1.3756920050940509e-05,
|
| 56 |
+
"loss": 0.3689,
|
| 57 |
+
"step": 4000
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"epoch": 0.25,
|
| 61 |
+
"learning_rate": 1.3258661447139695e-05,
|
| 62 |
+
"loss": 0.4282,
|
| 63 |
+
"step": 4500
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"epoch": 0.28,
|
| 67 |
+
"learning_rate": 1.276040284333888e-05,
|
| 68 |
+
"loss": 0.3937,
|
| 69 |
+
"step": 5000
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"epoch": 0.31,
|
| 73 |
+
"learning_rate": 1.2262144239538062e-05,
|
| 74 |
+
"loss": 0.3937,
|
| 75 |
+
"step": 5500
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"epoch": 0.34,
|
| 79 |
+
"learning_rate": 1.1763885635737248e-05,
|
| 80 |
+
"loss": 0.4232,
|
| 81 |
+
"step": 6000
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"epoch": 0.37,
|
| 85 |
+
"learning_rate": 1.1265627031936434e-05,
|
| 86 |
+
"loss": 0.3982,
|
| 87 |
+
"step": 6500
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.39,
|
| 91 |
+
"learning_rate": 1.0767368428135619e-05,
|
| 92 |
+
"loss": 0.3648,
|
| 93 |
+
"step": 7000
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"epoch": 0.42,
|
| 97 |
+
"learning_rate": 1.0269109824334801e-05,
|
| 98 |
+
"loss": 0.3799,
|
| 99 |
+
"step": 7500
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"epoch": 0.45,
|
| 103 |
+
"learning_rate": 9.770851220533987e-06,
|
| 104 |
+
"loss": 0.3843,
|
| 105 |
+
"step": 8000
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"epoch": 0.48,
|
| 109 |
+
"learning_rate": 9.272592616733173e-06,
|
| 110 |
+
"loss": 0.3469,
|
| 111 |
+
"step": 8500
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"epoch": 0.51,
|
| 115 |
+
"learning_rate": 8.774334012932356e-06,
|
| 116 |
+
"loss": 0.4015,
|
| 117 |
+
"step": 9000
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"epoch": 0.53,
|
| 121 |
+
"learning_rate": 8.276075409131542e-06,
|
| 122 |
+
"loss": 0.3851,
|
| 123 |
+
"step": 9500
|
| 124 |
+
},
|
| 125 |
+
{
|
| 126 |
+
"epoch": 0.56,
|
| 127 |
+
"learning_rate": 7.777816805330726e-06,
|
| 128 |
+
"loss": 0.3675,
|
| 129 |
+
"step": 10000
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.59,
|
| 133 |
+
"learning_rate": 7.2795582015299115e-06,
|
| 134 |
+
"loss": 0.3621,
|
| 135 |
+
"step": 10500
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 0.62,
|
| 139 |
+
"learning_rate": 6.781299597729095e-06,
|
| 140 |
+
"loss": 0.3752,
|
| 141 |
+
"step": 11000
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"epoch": 0.65,
|
| 145 |
+
"learning_rate": 6.283040993928281e-06,
|
| 146 |
+
"loss": 0.3616,
|
| 147 |
+
"step": 11500
|
| 148 |
+
},
|
| 149 |
+
{
|
| 150 |
+
"epoch": 0.67,
|
| 151 |
+
"learning_rate": 5.784782390127465e-06,
|
| 152 |
+
"loss": 0.3613,
|
| 153 |
+
"step": 12000
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"epoch": 0.7,
|
| 157 |
+
"learning_rate": 5.2865237863266504e-06,
|
| 158 |
+
"loss": 0.3535,
|
| 159 |
+
"step": 12500
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"epoch": 0.73,
|
| 163 |
+
"learning_rate": 4.788265182525834e-06,
|
| 164 |
+
"loss": 0.3479,
|
| 165 |
+
"step": 13000
|
| 166 |
+
},
|
| 167 |
+
{
|
| 168 |
+
"epoch": 0.76,
|
| 169 |
+
"learning_rate": 4.290006578725019e-06,
|
| 170 |
+
"loss": 0.3831,
|
| 171 |
+
"step": 13500
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 0.79,
|
| 175 |
+
"learning_rate": 3.791747974924204e-06,
|
| 176 |
+
"loss": 0.3841,
|
| 177 |
+
"step": 14000
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 0.81,
|
| 181 |
+
"learning_rate": 3.293489371123389e-06,
|
| 182 |
+
"loss": 0.3524,
|
| 183 |
+
"step": 14500
|
| 184 |
+
},
|
| 185 |
+
{
|
| 186 |
+
"epoch": 0.84,
|
| 187 |
+
"learning_rate": 2.7952307673225737e-06,
|
| 188 |
+
"loss": 0.3743,
|
| 189 |
+
"step": 15000
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"epoch": 0.87,
|
| 193 |
+
"learning_rate": 2.2969721635217584e-06,
|
| 194 |
+
"loss": 0.3285,
|
| 195 |
+
"step": 15500
|
| 196 |
+
},
|
| 197 |
+
{
|
| 198 |
+
"epoch": 0.9,
|
| 199 |
+
"learning_rate": 1.798713559720943e-06,
|
| 200 |
+
"loss": 0.3474,
|
| 201 |
+
"step": 16000
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"epoch": 0.93,
|
| 205 |
+
"learning_rate": 1.3004549559201277e-06,
|
| 206 |
+
"loss": 0.3736,
|
| 207 |
+
"step": 16500
|
| 208 |
+
},
|
| 209 |
+
{
|
| 210 |
+
"epoch": 0.95,
|
| 211 |
+
"learning_rate": 8.021963521193125e-07,
|
| 212 |
+
"loss": 0.3387,
|
| 213 |
+
"step": 17000
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.98,
|
| 217 |
+
"learning_rate": 3.039377483184973e-07,
|
| 218 |
+
"loss": 0.317,
|
| 219 |
+
"step": 17500
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 1.0,
|
| 223 |
+
"eval_f1": 0.8608981380065718,
|
| 224 |
+
"eval_loss": 0.3524799346923828,
|
| 225 |
+
"eval_runtime": 8.3155,
|
| 226 |
+
"eval_samples_per_second": 475.74,
|
| 227 |
+
"eval_steps_per_second": 7.456,
|
| 228 |
+
"step": 17805
|
| 229 |
+
}
|
| 230 |
+
],
|
| 231 |
+
"logging_steps": 500,
|
| 232 |
+
"max_steps": 17805,
|
| 233 |
+
"num_input_tokens_seen": 0,
|
| 234 |
+
"num_train_epochs": 1,
|
| 235 |
+
"save_steps": 500,
|
| 236 |
+
"total_flos": 2755717224437664.0,
|
| 237 |
+
"train_batch_size": 4,
|
| 238 |
+
"trial_name": null,
|
| 239 |
+
"trial_params": {
|
| 240 |
+
"learning_rate": 1.774298888134703e-05,
|
| 241 |
+
"num_train_epochs": 1,
|
| 242 |
+
"per_device_train_batch_size": 4,
|
| 243 |
+
"seed": 18
|
| 244 |
+
}
|
| 245 |
+
}
|
run-0/checkpoint-17805/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38803918182cee9f58463331c538b1704c52fb48b49366dff7f35059b08fbf3e
|
| 3 |
+
size 4664
|
run-0/checkpoint-17805/vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38803918182cee9f58463331c538b1704c52fb48b49366dff7f35059b08fbf3e
|
| 3 |
+
size 4664
|