Upload folder using huggingface_hub
Browse files- training_checkpoints/checkpoint-803/README.md +204 -0
- training_checkpoints/checkpoint-803/adapter_config.json +34 -0
- training_checkpoints/checkpoint-803/adapter_model.safetensors +3 -0
- training_checkpoints/checkpoint-803/merges.txt +0 -0
- training_checkpoints/checkpoint-803/optimizer.pt +3 -0
- training_checkpoints/checkpoint-803/rng_state.pth +3 -0
- training_checkpoints/checkpoint-803/scheduler.pt +3 -0
- training_checkpoints/checkpoint-803/special_tokens_map.json +15 -0
- training_checkpoints/checkpoint-803/tokenizer.json +0 -0
- training_checkpoints/checkpoint-803/tokenizer_config.json +57 -0
- training_checkpoints/checkpoint-803/trainer_state.json +135 -0
- training_checkpoints/checkpoint-803/training_args.bin +3 -0
- training_checkpoints/checkpoint-803/vocab.json +0 -0
training_checkpoints/checkpoint-803/README.md
ADDED
@@ -0,0 +1,204 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: facebook/bart-base
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
|
201 |
+
|
202 |
+
### Framework versions
|
203 |
+
|
204 |
+
- PEFT 0.10.0
|
training_checkpoints/checkpoint-803/adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "facebook/bart-base",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 64,
|
14 |
+
"lora_dropout": 0.1,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 16,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"dense",
|
24 |
+
"v_proj",
|
25 |
+
"fc1",
|
26 |
+
"fc2",
|
27 |
+
"out_proj",
|
28 |
+
"q_proj",
|
29 |
+
"k_proj"
|
30 |
+
],
|
31 |
+
"task_type": "SEQ_CLS",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
training_checkpoints/checkpoint-803/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2028897a42b1d82302a2cc0283662333ad80af8a260fa0913ceb26cefac66fce
|
3 |
+
size 13151448
|
training_checkpoints/checkpoint-803/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
training_checkpoints/checkpoint-803/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c7bca135eee00fe183e7d0631a3befec3a9caaa22a044a06a5d415ead72eb8b
|
3 |
+
size 26413626
|
training_checkpoints/checkpoint-803/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b1f24fe7b2a887dda37c8190f257939c9035f2881db395acb0a40e9caea59af
|
3 |
+
size 14244
|
training_checkpoints/checkpoint-803/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4588439ae65370abc2279c75d51051254ea0bc1a0d64c43e2eb1b69d4616503e
|
3 |
+
size 1064
|
training_checkpoints/checkpoint-803/special_tokens_map.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"cls_token": "<s>",
|
4 |
+
"eos_token": "</s>",
|
5 |
+
"mask_token": {
|
6 |
+
"content": "<mask>",
|
7 |
+
"lstrip": true,
|
8 |
+
"normalized": true,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false
|
11 |
+
},
|
12 |
+
"pad_token": "<pad>",
|
13 |
+
"sep_token": "</s>",
|
14 |
+
"unk_token": "<unk>"
|
15 |
+
}
|
training_checkpoints/checkpoint-803/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
training_checkpoints/checkpoint-803/tokenizer_config.json
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"0": {
|
5 |
+
"content": "<s>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": true,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"1": {
|
13 |
+
"content": "<pad>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": true,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"2": {
|
21 |
+
"content": "</s>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": true,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
},
|
28 |
+
"3": {
|
29 |
+
"content": "<unk>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": true,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": true
|
35 |
+
},
|
36 |
+
"50264": {
|
37 |
+
"content": "<mask>",
|
38 |
+
"lstrip": true,
|
39 |
+
"normalized": true,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": true
|
43 |
+
}
|
44 |
+
},
|
45 |
+
"bos_token": "<s>",
|
46 |
+
"clean_up_tokenization_spaces": true,
|
47 |
+
"cls_token": "<s>",
|
48 |
+
"eos_token": "</s>",
|
49 |
+
"errors": "replace",
|
50 |
+
"mask_token": "<mask>",
|
51 |
+
"model_max_length": 1024,
|
52 |
+
"pad_token": "<pad>",
|
53 |
+
"sep_token": "</s>",
|
54 |
+
"tokenizer_class": "BartTokenizer",
|
55 |
+
"trim_offsets": true,
|
56 |
+
"unk_token": "<unk>"
|
57 |
+
}
|
training_checkpoints/checkpoint-803/trainer_state.json
ADDED
@@ -0,0 +1,135 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.5071625387211971,
|
3 |
+
"best_model_checkpoint": "bart-base-lora/checkpoint-803",
|
4 |
+
"epoch": 4.995334370139969,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 803,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 1.0,
|
13 |
+
"eval_accuracy": 0.611154144074361,
|
14 |
+
"eval_f1_macro": 0.28705545756004525,
|
15 |
+
"eval_f1_micro": 0.611154144074361,
|
16 |
+
"eval_f1_weighted": 0.5574695078229231,
|
17 |
+
"eval_loss": 1.3204560279846191,
|
18 |
+
"eval_macro_fpr": 0.046390243375546196,
|
19 |
+
"eval_macro_sensitivity": 0.302378554842108,
|
20 |
+
"eval_macro_specificity": 0.9691815961629444,
|
21 |
+
"eval_precision": 0.5321554731456403,
|
22 |
+
"eval_precision_macro": 0.2887439395071009,
|
23 |
+
"eval_recall": 0.611154144074361,
|
24 |
+
"eval_recall_macro": 0.302378554842108,
|
25 |
+
"eval_runtime": 45.1674,
|
26 |
+
"eval_samples_per_second": 28.583,
|
27 |
+
"eval_steps_per_second": 3.587,
|
28 |
+
"eval_weighted_fpr": 0.04347073086248701,
|
29 |
+
"eval_weighted_sensitivity": 0.611154144074361,
|
30 |
+
"eval_weighted_specificity": 0.9265697983698051,
|
31 |
+
"step": 160
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 2.0,
|
35 |
+
"eval_accuracy": 0.6994577846630519,
|
36 |
+
"eval_f1_macro": 0.3947617401663212,
|
37 |
+
"eval_f1_micro": 0.6994577846630519,
|
38 |
+
"eval_f1_weighted": 0.6807748226338182,
|
39 |
+
"eval_loss": 0.887535810470581,
|
40 |
+
"eval_macro_fpr": 0.03062685085400977,
|
41 |
+
"eval_macro_sensitivity": 0.4253981018601158,
|
42 |
+
"eval_macro_specificity": 0.977359054380045,
|
43 |
+
"eval_precision": 0.6728416067370143,
|
44 |
+
"eval_precision_macro": 0.3822291983692299,
|
45 |
+
"eval_recall": 0.6994577846630519,
|
46 |
+
"eval_recall_macro": 0.4253981018601158,
|
47 |
+
"eval_runtime": 44.0045,
|
48 |
+
"eval_samples_per_second": 29.338,
|
49 |
+
"eval_steps_per_second": 3.681,
|
50 |
+
"eval_weighted_fpr": 0.02977743668457406,
|
51 |
+
"eval_weighted_sensitivity": 0.6994577846630519,
|
52 |
+
"eval_weighted_specificity": 0.9609280310376243,
|
53 |
+
"step": 321
|
54 |
+
},
|
55 |
+
{
|
56 |
+
"epoch": 3.0,
|
57 |
+
"eval_accuracy": 0.7064291247095275,
|
58 |
+
"eval_f1_macro": 0.39687975393644837,
|
59 |
+
"eval_f1_micro": 0.7064291247095275,
|
60 |
+
"eval_f1_weighted": 0.6751887743731854,
|
61 |
+
"eval_loss": 0.842707633972168,
|
62 |
+
"eval_macro_fpr": 0.029525759570689643,
|
63 |
+
"eval_macro_sensitivity": 0.44418263304043937,
|
64 |
+
"eval_macro_specificity": 0.9780349023882488,
|
65 |
+
"eval_precision": 0.6951917464608133,
|
66 |
+
"eval_precision_macro": 0.4131313886422618,
|
67 |
+
"eval_recall": 0.7064291247095275,
|
68 |
+
"eval_recall_macro": 0.44418263304043937,
|
69 |
+
"eval_runtime": 44.2756,
|
70 |
+
"eval_samples_per_second": 29.158,
|
71 |
+
"eval_steps_per_second": 3.659,
|
72 |
+
"eval_weighted_fpr": 0.02882786947592607,
|
73 |
+
"eval_weighted_sensitivity": 0.7064291247095275,
|
74 |
+
"eval_weighted_specificity": 0.9640944111142056,
|
75 |
+
"step": 482
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"epoch": 3.11,
|
79 |
+
"learning_rate": 3.958333333333333e-05,
|
80 |
+
"loss": 1.2895,
|
81 |
+
"step": 500
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 4.0,
|
85 |
+
"eval_accuracy": 0.7273431448489543,
|
86 |
+
"eval_f1_macro": 0.42839565617146974,
|
87 |
+
"eval_f1_micro": 0.7273431448489543,
|
88 |
+
"eval_f1_weighted": 0.7166656051521775,
|
89 |
+
"eval_loss": 0.7718679904937744,
|
90 |
+
"eval_macro_fpr": 0.026373610346420835,
|
91 |
+
"eval_macro_sensitivity": 0.4597947061276887,
|
92 |
+
"eval_macro_specificity": 0.9797578098165848,
|
93 |
+
"eval_precision": 0.7132141916978711,
|
94 |
+
"eval_precision_macro": 0.41981312370683244,
|
95 |
+
"eval_recall": 0.7273431448489543,
|
96 |
+
"eval_recall_macro": 0.4597947061276887,
|
97 |
+
"eval_runtime": 44.0471,
|
98 |
+
"eval_samples_per_second": 29.31,
|
99 |
+
"eval_steps_per_second": 3.678,
|
100 |
+
"eval_weighted_fpr": 0.026077937472218107,
|
101 |
+
"eval_weighted_sensitivity": 0.7273431448489543,
|
102 |
+
"eval_weighted_specificity": 0.9690240023998159,
|
103 |
+
"step": 643
|
104 |
+
},
|
105 |
+
{
|
106 |
+
"epoch": 5.0,
|
107 |
+
"eval_accuracy": 0.750580945003873,
|
108 |
+
"eval_f1_macro": 0.5071625387211971,
|
109 |
+
"eval_f1_micro": 0.750580945003873,
|
110 |
+
"eval_f1_weighted": 0.7368350875727435,
|
111 |
+
"eval_loss": 0.7387559413909912,
|
112 |
+
"eval_macro_fpr": 0.02390193870216418,
|
113 |
+
"eval_macro_sensitivity": 0.5165232292614671,
|
114 |
+
"eval_macro_specificity": 0.9813510652812688,
|
115 |
+
"eval_precision": 0.739991301984922,
|
116 |
+
"eval_precision_macro": 0.5733174750951799,
|
117 |
+
"eval_recall": 0.750580945003873,
|
118 |
+
"eval_recall_macro": 0.5165232292614671,
|
119 |
+
"eval_runtime": 43.5191,
|
120 |
+
"eval_samples_per_second": 29.665,
|
121 |
+
"eval_steps_per_second": 3.723,
|
122 |
+
"eval_weighted_fpr": 0.023185483870967742,
|
123 |
+
"eval_weighted_sensitivity": 0.750580945003873,
|
124 |
+
"eval_weighted_specificity": 0.9696850342151593,
|
125 |
+
"step": 803
|
126 |
+
}
|
127 |
+
],
|
128 |
+
"logging_steps": 500,
|
129 |
+
"max_steps": 2400,
|
130 |
+
"num_train_epochs": 15,
|
131 |
+
"save_steps": 500,
|
132 |
+
"total_flos": 8138530679408640.0,
|
133 |
+
"trial_name": null,
|
134 |
+
"trial_params": null
|
135 |
+
}
|
training_checkpoints/checkpoint-803/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfb230625284b71a8582d0495ae9a462b745f8cb976f9d7932c4f91357944609
|
3 |
+
size 4600
|
training_checkpoints/checkpoint-803/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|