marcelovidigal
commited on
marcelovidigal/contract_sections_with_labels_for_text_classification_v2
Browse files- .gitattributes +2 -0
- README.md +163 -199
- config.json +32 -0
- model.safetensors +3 -0
- runs/Sep27_22-13-24_mace10/events.out.tfevents.1727486005.mace10.34208.3 +3 -0
- training_args.bin +3 -0
- wandb/run-20240927_215039-26zv6kle/files/config.yaml +52 -0
- wandb/run-20240927_215039-26zv6kle/files/output.log +8 -0
- wandb/run-20240927_215039-26zv6kle/files/requirements.txt +601 -0
- wandb/run-20240927_215039-26zv6kle/files/wandb-metadata.json +52 -0
- wandb/run-20240927_215039-26zv6kle/files/wandb-summary.json +1 -0
- wandb/run-20240927_215039-26zv6kle/logs/debug-internal.log +435 -0
- wandb/run-20240927_215039-26zv6kle/logs/debug.log +62 -0
- wandb/run-20240927_215039-26zv6kle/run-26zv6kle.wandb +0 -0
- wandb/run-20240927_215357-j5axkvdd/files/config.yaml +727 -0
- wandb/run-20240927_215357-j5axkvdd/files/output.log +318 -0
- wandb/run-20240927_215357-j5axkvdd/files/requirements.txt +601 -0
- wandb/run-20240927_215357-j5axkvdd/files/wandb-metadata.json +52 -0
- wandb/run-20240927_215357-j5axkvdd/files/wandb-summary.json +1 -0
- wandb/run-20240927_215357-j5axkvdd/logs/debug-internal.log +3 -0
- wandb/run-20240927_215357-j5axkvdd/logs/debug.log +146 -0
- wandb/run-20240927_215357-j5axkvdd/run-j5axkvdd.wandb +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
wandb/run-20240927_215357-j5axkvdd/logs/debug-internal.log filter=lfs diff=lfs merge=lfs -text
|
37 |
+
wandb/run-20240927_215357-j5axkvdd/run-j5axkvdd.wandb filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,199 +1,163 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
-
|
23 |
-
|
24 |
-
-
|
25 |
-
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
###
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
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]
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: google-bert/bert-base-multilingual-uncased
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: contract_sections_with_labels_for_text_classification_v2
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/mvgdr/retrieval_augmented_generation/runs/itp2xcvi)
|
17 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/mvgdr/retrieval_augmented_generation/runs/itp2xcvi)
|
18 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/mvgdr/retrieval_augmented_generation/runs/itp2xcvi)
|
19 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/mvgdr/retrieval_augmented_generation/runs/j5axkvdd)
|
20 |
+
# contract_sections_with_labels_for_text_classification_v2
|
21 |
+
|
22 |
+
This model is a fine-tuned version of [google-bert/bert-base-multilingual-uncased](https://huggingface.co/google-bert/bert-base-multilingual-uncased) on an unknown dataset.
|
23 |
+
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.1120
|
25 |
+
- Accuracy: 0.9898
|
26 |
+
|
27 |
+
## Model description
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Intended uses & limitations
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training and evaluation data
|
36 |
+
|
37 |
+
More information needed
|
38 |
+
|
39 |
+
## Training procedure
|
40 |
+
|
41 |
+
### Training hyperparameters
|
42 |
+
|
43 |
+
The following hyperparameters were used during training:
|
44 |
+
- learning_rate: 1e-06
|
45 |
+
- train_batch_size: 8
|
46 |
+
- eval_batch_size: 8
|
47 |
+
- seed: 42
|
48 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
+
- lr_scheduler_type: linear
|
50 |
+
- num_epochs: 100
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
+
|:-------------:|:-----:|:------:|:---------------:|:--------:|
|
56 |
+
| 0.0995 | 1.0 | 1000 | 0.2133 | 0.9347 |
|
57 |
+
| 0.0474 | 2.0 | 2000 | 0.1669 | 0.97 |
|
58 |
+
| 0.0334 | 3.0 | 3000 | 0.1288 | 0.9778 |
|
59 |
+
| 0.0263 | 4.0 | 4000 | 0.1607 | 0.9782 |
|
60 |
+
| 0.0214 | 5.0 | 5000 | 0.1630 | 0.9778 |
|
61 |
+
| 0.0226 | 6.0 | 6000 | 0.1770 | 0.9712 |
|
62 |
+
| 0.0179 | 7.0 | 7000 | 0.1260 | 0.9835 |
|
63 |
+
| 0.0128 | 8.0 | 8000 | 0.1742 | 0.9755 |
|
64 |
+
| 0.0166 | 9.0 | 9000 | 0.1230 | 0.9835 |
|
65 |
+
| 0.0185 | 10.0 | 10000 | 0.1191 | 0.9848 |
|
66 |
+
| 0.0139 | 11.0 | 11000 | 0.1255 | 0.984 |
|
67 |
+
| 0.0147 | 12.0 | 12000 | 0.1247 | 0.9855 |
|
68 |
+
| 0.0086 | 13.0 | 13000 | 0.1242 | 0.9852 |
|
69 |
+
| 0.0062 | 14.0 | 14000 | 0.1209 | 0.9858 |
|
70 |
+
| 0.0067 | 15.0 | 15000 | 0.1205 | 0.9852 |
|
71 |
+
| 0.0087 | 16.0 | 16000 | 0.1295 | 0.9838 |
|
72 |
+
| 0.0086 | 17.0 | 17000 | 0.1319 | 0.9835 |
|
73 |
+
| 0.0047 | 18.0 | 18000 | 0.1165 | 0.9855 |
|
74 |
+
| 0.0076 | 19.0 | 19000 | 0.1166 | 0.983 |
|
75 |
+
| 0.0048 | 20.0 | 20000 | 0.1227 | 0.9855 |
|
76 |
+
| 0.0037 | 21.0 | 21000 | 0.1216 | 0.9855 |
|
77 |
+
| 0.0073 | 22.0 | 22000 | 0.1157 | 0.9848 |
|
78 |
+
| 0.0083 | 23.0 | 23000 | 0.1193 | 0.9832 |
|
79 |
+
| 0.0037 | 24.0 | 24000 | 0.1090 | 0.9862 |
|
80 |
+
| 0.01 | 25.0 | 25000 | 0.1183 | 0.9855 |
|
81 |
+
| 0.0063 | 26.0 | 26000 | 0.1129 | 0.9862 |
|
82 |
+
| 0.006 | 27.0 | 27000 | 0.1101 | 0.986 |
|
83 |
+
| 0.005 | 28.0 | 28000 | 0.1155 | 0.9838 |
|
84 |
+
| 0.0024 | 29.0 | 29000 | 0.1005 | 0.989 |
|
85 |
+
| 0.0067 | 30.0 | 30000 | 0.0998 | 0.9895 |
|
86 |
+
| 0.0054 | 31.0 | 31000 | 0.1235 | 0.9888 |
|
87 |
+
| 0.0064 | 32.0 | 32000 | 0.0966 | 0.9895 |
|
88 |
+
| 0.003 | 33.0 | 33000 | 0.1013 | 0.9902 |
|
89 |
+
| 0.0032 | 34.0 | 34000 | 0.1012 | 0.9898 |
|
90 |
+
| 0.0033 | 35.0 | 35000 | 0.0981 | 0.9895 |
|
91 |
+
| 0.0044 | 36.0 | 36000 | 0.1045 | 0.9898 |
|
92 |
+
| 0.0029 | 37.0 | 37000 | 0.1032 | 0.99 |
|
93 |
+
| 0.0043 | 38.0 | 38000 | 0.1370 | 0.9848 |
|
94 |
+
| 0.0055 | 39.0 | 39000 | 0.1015 | 0.9902 |
|
95 |
+
| 0.0031 | 40.0 | 40000 | 0.1029 | 0.9898 |
|
96 |
+
| 0.0023 | 41.0 | 41000 | 0.1013 | 0.9895 |
|
97 |
+
| 0.0051 | 42.0 | 42000 | 0.0969 | 0.9895 |
|
98 |
+
| 0.0035 | 43.0 | 43000 | 0.1028 | 0.9895 |
|
99 |
+
| 0.0055 | 44.0 | 44000 | 0.1237 | 0.985 |
|
100 |
+
| 0.0062 | 45.0 | 45000 | 0.1087 | 0.9895 |
|
101 |
+
| 0.0036 | 46.0 | 46000 | 0.1016 | 0.9908 |
|
102 |
+
| 0.0039 | 47.0 | 47000 | 0.1023 | 0.9908 |
|
103 |
+
| 0.0036 | 48.0 | 48000 | 0.1039 | 0.9902 |
|
104 |
+
| 0.003 | 49.0 | 49000 | 0.1290 | 0.9852 |
|
105 |
+
| 0.0029 | 50.0 | 50000 | 0.1092 | 0.9905 |
|
106 |
+
| 0.0054 | 51.0 | 51000 | 0.1053 | 0.9895 |
|
107 |
+
| 0.002 | 52.0 | 52000 | 0.1039 | 0.9898 |
|
108 |
+
| 0.0056 | 53.0 | 53000 | 0.1050 | 0.9892 |
|
109 |
+
| 0.0032 | 54.0 | 54000 | 0.0996 | 0.99 |
|
110 |
+
| 0.0042 | 55.0 | 55000 | 0.1013 | 0.9895 |
|
111 |
+
| 0.0033 | 56.0 | 56000 | 0.0965 | 0.9902 |
|
112 |
+
| 0.0035 | 57.0 | 57000 | 0.1027 | 0.9898 |
|
113 |
+
| 0.0049 | 58.0 | 58000 | 0.1016 | 0.9898 |
|
114 |
+
| 0.003 | 59.0 | 59000 | 0.0992 | 0.9902 |
|
115 |
+
| 0.0033 | 60.0 | 60000 | 0.1005 | 0.9902 |
|
116 |
+
| 0.0035 | 61.0 | 61000 | 0.1045 | 0.99 |
|
117 |
+
| 0.004 | 62.0 | 62000 | 0.1030 | 0.9902 |
|
118 |
+
| 0.0038 | 63.0 | 63000 | 0.1082 | 0.9905 |
|
119 |
+
| 0.0013 | 64.0 | 64000 | 0.1146 | 0.9895 |
|
120 |
+
| 0.0046 | 65.0 | 65000 | 0.1075 | 0.9905 |
|
121 |
+
| 0.0028 | 66.0 | 66000 | 0.1058 | 0.99 |
|
122 |
+
| 0.0064 | 67.0 | 67000 | 0.1019 | 0.9898 |
|
123 |
+
| 0.0035 | 68.0 | 68000 | 0.1061 | 0.9895 |
|
124 |
+
| 0.0036 | 69.0 | 69000 | 0.1086 | 0.9895 |
|
125 |
+
| 0.0014 | 70.0 | 70000 | 0.1112 | 0.9895 |
|
126 |
+
| 0.0031 | 71.0 | 71000 | 0.1104 | 0.9902 |
|
127 |
+
| 0.0022 | 72.0 | 72000 | 0.1099 | 0.9902 |
|
128 |
+
| 0.0041 | 73.0 | 73000 | 0.1068 | 0.99 |
|
129 |
+
| 0.0049 | 74.0 | 74000 | 0.1088 | 0.9898 |
|
130 |
+
| 0.0034 | 75.0 | 75000 | 0.1100 | 0.9898 |
|
131 |
+
| 0.0044 | 76.0 | 76000 | 0.1111 | 0.9898 |
|
132 |
+
| 0.0027 | 77.0 | 77000 | 0.1096 | 0.9898 |
|
133 |
+
| 0.0016 | 78.0 | 78000 | 0.1096 | 0.9898 |
|
134 |
+
| 0.0029 | 79.0 | 79000 | 0.1023 | 0.99 |
|
135 |
+
| 0.005 | 80.0 | 80000 | 0.1040 | 0.9898 |
|
136 |
+
| 0.0034 | 81.0 | 81000 | 0.1052 | 0.9898 |
|
137 |
+
| 0.0027 | 82.0 | 82000 | 0.1059 | 0.9898 |
|
138 |
+
| 0.0032 | 83.0 | 83000 | 0.1071 | 0.9898 |
|
139 |
+
| 0.0022 | 84.0 | 84000 | 0.1056 | 0.9898 |
|
140 |
+
| 0.0029 | 85.0 | 85000 | 0.1062 | 0.9898 |
|
141 |
+
| 0.0028 | 86.0 | 86000 | 0.1055 | 0.9898 |
|
142 |
+
| 0.0036 | 87.0 | 87000 | 0.1083 | 0.9898 |
|
143 |
+
| 0.0038 | 88.0 | 88000 | 0.1087 | 0.9898 |
|
144 |
+
| 0.0021 | 89.0 | 89000 | 0.1114 | 0.9898 |
|
145 |
+
| 0.0035 | 90.0 | 90000 | 0.1114 | 0.9898 |
|
146 |
+
| 0.0033 | 91.0 | 91000 | 0.1112 | 0.9898 |
|
147 |
+
| 0.0053 | 92.0 | 92000 | 0.1115 | 0.9898 |
|
148 |
+
| 0.0034 | 93.0 | 93000 | 0.1117 | 0.9898 |
|
149 |
+
| 0.0029 | 94.0 | 94000 | 0.1106 | 0.9898 |
|
150 |
+
| 0.0038 | 95.0 | 95000 | 0.1104 | 0.9898 |
|
151 |
+
| 0.0032 | 96.0 | 96000 | 0.1108 | 0.9898 |
|
152 |
+
| 0.0042 | 97.0 | 97000 | 0.1112 | 0.9898 |
|
153 |
+
| 0.0028 | 98.0 | 98000 | 0.1120 | 0.9898 |
|
154 |
+
| 0.0044 | 99.0 | 99000 | 0.1120 | 0.9898 |
|
155 |
+
| 0.0033 | 100.0 | 100000 | 0.1120 | 0.9898 |
|
156 |
+
|
157 |
+
|
158 |
+
### Framework versions
|
159 |
+
|
160 |
+
- Transformers 4.42.4
|
161 |
+
- Pytorch 2.4.1+cu121
|
162 |
+
- Datasets 2.19.2
|
163 |
+
- Tokenizers 0.19.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google-bert/bert-base-multilingual-uncased",
|
3 |
+
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"directionality": "bidi",
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 3072,
|
14 |
+
"layer_norm_eps": 1e-12,
|
15 |
+
"max_position_embeddings": 512,
|
16 |
+
"model_type": "bert",
|
17 |
+
"num_attention_heads": 12,
|
18 |
+
"num_hidden_layers": 12,
|
19 |
+
"pad_token_id": 0,
|
20 |
+
"pooler_fc_size": 768,
|
21 |
+
"pooler_num_attention_heads": 12,
|
22 |
+
"pooler_num_fc_layers": 3,
|
23 |
+
"pooler_size_per_head": 128,
|
24 |
+
"pooler_type": "first_token_transform",
|
25 |
+
"position_embedding_type": "absolute",
|
26 |
+
"problem_type": "single_label_classification",
|
27 |
+
"torch_dtype": "float32",
|
28 |
+
"transformers_version": "4.42.4",
|
29 |
+
"type_vocab_size": 2,
|
30 |
+
"use_cache": true,
|
31 |
+
"vocab_size": 105879
|
32 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66211bc9bbe39cffba7850bb2970220d01441825c765b09bf80d1f8b4c776ecc
|
3 |
+
size 669455360
|
runs/Sep27_22-13-24_mace10/events.out.tfevents.1727486005.mace10.34208.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d52ea2033a93cab4d891bd78feb0ac6507a60a1fdc5ee975797daa1632de4b99
|
3 |
+
size 81377
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d6b2753bd80c67ec212f9506ca276ec3782eb77254d9512f846586a847b8c42
|
3 |
+
size 5496
|
wandb/run-20240927_215039-26zv6kle/files/config.yaml
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
wandb_version: 1
|
2 |
+
|
3 |
+
_wandb:
|
4 |
+
desc: null
|
5 |
+
value:
|
6 |
+
python_version: 3.11.9
|
7 |
+
cli_version: 0.17.6
|
8 |
+
framework: huggingface
|
9 |
+
huggingface_version: 4.42.4
|
10 |
+
is_jupyter_run: true
|
11 |
+
is_kaggle_kernel: false
|
12 |
+
start_time: 1727484651
|
13 |
+
t:
|
14 |
+
1:
|
15 |
+
- 1
|
16 |
+
- 2
|
17 |
+
- 3
|
18 |
+
- 5
|
19 |
+
- 11
|
20 |
+
- 41
|
21 |
+
- 49
|
22 |
+
- 51
|
23 |
+
- 53
|
24 |
+
- 55
|
25 |
+
- 71
|
26 |
+
- 98
|
27 |
+
- 100
|
28 |
+
2:
|
29 |
+
- 1
|
30 |
+
- 2
|
31 |
+
- 3
|
32 |
+
- 5
|
33 |
+
- 11
|
34 |
+
- 41
|
35 |
+
- 49
|
36 |
+
- 51
|
37 |
+
- 53
|
38 |
+
- 55
|
39 |
+
- 71
|
40 |
+
- 98
|
41 |
+
- 100
|
42 |
+
3:
|
43 |
+
- 2
|
44 |
+
- 23
|
45 |
+
4: 3.11.9
|
46 |
+
5: 0.17.6
|
47 |
+
6: 4.42.4
|
48 |
+
8:
|
49 |
+
- 1
|
50 |
+
- 3
|
51 |
+
- 5
|
52 |
+
13: windows-amd64
|
wandb/run-20240927_215039-26zv6kle/files/output.log
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
device: cuda
|
3 |
+
[{"variableName": "dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "dados_tokenizados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "ds_dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "id_para_rotulo", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "logits", "type": "tensor", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "rotulo_para_id", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}]
|
4 |
+
[{"variableName": "dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "dados_tokenizados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "ds_dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "id_para_rotulo", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "logits", "type": "tensor", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "rotulo_para_id", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}]
|
5 |
+
[{"variableName": "dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "dados_tokenizados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "ds_dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "id_para_rotulo", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "logits", "type": "tensor", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "rotulo_para_id", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}]
|
6 |
+
[{"variableName": "dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "dados_tokenizados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "ds_dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "id_para_rotulo", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "logits", "type": "tensor", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "rotulo_para_id", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}]
|
7 |
+
[{"variableName": "dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "dados_tokenizados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "ds_dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "id_para_rotulo", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "logits", "type": "tensor", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "rotulo_para_id", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}]
|
8 |
+
[{"variableName": "dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "dados_tokenizados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "ds_dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "id_para_rotulo", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "logits", "type": "tensor", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "rotulo_para_id", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}]
|
wandb/run-20240927_215039-26zv6kle/files/requirements.txt
ADDED
@@ -0,0 +1,601 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Babel==2.13.1
|
2 |
+
Brotli==1.1.0
|
3 |
+
Chroma==0.2.0
|
4 |
+
ConfigUpdater==3.1.1
|
5 |
+
Cython==0.29.37
|
6 |
+
Deprecated==1.2.14
|
7 |
+
Farama-Notifications==0.0.4
|
8 |
+
Flask-AppBuilder==4.3.6
|
9 |
+
Flask-Babel==2.0.0
|
10 |
+
Flask-Caching==2.1.0
|
11 |
+
Flask-JWT-Extended==4.5.3
|
12 |
+
Flask-Limiter==3.5.0
|
13 |
+
Flask-Login==0.6.3
|
14 |
+
Flask-SQLAlchemy==2.5.1
|
15 |
+
Flask-Session==0.5.0
|
16 |
+
Flask-WTF==1.2.1
|
17 |
+
Flask==2.2.5
|
18 |
+
GitPython==3.1.31
|
19 |
+
IMAPClient==2.3.1
|
20 |
+
InstructorEmbedding==1.0.1
|
21 |
+
Jinja2==3.1.2
|
22 |
+
Mako==1.3.0
|
23 |
+
Markdown==3.4.1
|
24 |
+
MarkupSafe==2.1.3
|
25 |
+
Pillow==10.1.0
|
26 |
+
PyJWT==2.7.0
|
27 |
+
PyPDF2==3.0.1
|
28 |
+
PyQt5-Qt5==5.15.2
|
29 |
+
PyQt5-sip==12.13.0
|
30 |
+
PyQt5==5.15.10
|
31 |
+
PyQt6-Qt6==6.5.0
|
32 |
+
PyQt6-Qt6==6.7.1
|
33 |
+
PyQt6-sip==13.5.1
|
34 |
+
PyQt6-sip==13.6.0
|
35 |
+
PyQt6==6.5.0
|
36 |
+
PyQt6==6.7.0
|
37 |
+
PyYAML==6.0
|
38 |
+
PyYAML==6.0.1
|
39 |
+
Pygments==2.15.1
|
40 |
+
Pympler==1.0.1
|
41 |
+
QtPy==2.4.1
|
42 |
+
RTFDE==0.0.2
|
43 |
+
SQLAlchemy-JSONField==1.0.1.post0
|
44 |
+
SQLAlchemy-Utils==0.41.1
|
45 |
+
SQLAlchemy==1.4.50
|
46 |
+
SQLAlchemy==2.0.23
|
47 |
+
Send2Trash==1.8.2
|
48 |
+
Shimmy==0.2.1
|
49 |
+
Unidecode==1.3.6
|
50 |
+
WTForms==3.0.1
|
51 |
+
Werkzeug==2.2.3
|
52 |
+
XlsxWriter==3.1.2
|
53 |
+
ZDrive==2.1.5
|
54 |
+
about-time==4.2.1
|
55 |
+
absl-py==1.4.0
|
56 |
+
accelerate==0.30.1
|
57 |
+
aiohttp==3.8.4
|
58 |
+
aiohttp==3.9.1
|
59 |
+
aiosignal==1.3.1
|
60 |
+
ale-py==0.8.1
|
61 |
+
alembic==1.12.1
|
62 |
+
alive-progress==3.1.5
|
63 |
+
altair==5.0.1
|
64 |
+
altgraph==0.17.3
|
65 |
+
amqp==5.1.1
|
66 |
+
annotated-types==0.6.0
|
67 |
+
antlr4-python3-runtime==4.9.3
|
68 |
+
anyio==3.7.0
|
69 |
+
anyio==3.7.1
|
70 |
+
apache-airflow-providers-common-sql==1.8.0
|
71 |
+
apache-airflow-providers-ftp==3.6.1
|
72 |
+
apache-airflow-providers-http==4.7.0
|
73 |
+
apache-airflow-providers-imap==3.4.0
|
74 |
+
apache-airflow-providers-sqlite==3.5.0
|
75 |
+
apache-airflow==2.7.3
|
76 |
+
apispec==6.3.0
|
77 |
+
argcomplete==3.1.6
|
78 |
+
argilla==1.24.0
|
79 |
+
argon2-cffi-bindings==21.2.0
|
80 |
+
argon2-cffi==23.1.0
|
81 |
+
array-record==0.2.0
|
82 |
+
arrow==1.3.0
|
83 |
+
asgiref==3.7.2
|
84 |
+
asttokens==2.2.1
|
85 |
+
astunparse==1.6.3
|
86 |
+
async-lru==2.0.4
|
87 |
+
async-timeout==4.0.2
|
88 |
+
attrs==23.1.0
|
89 |
+
audioread==3.0.0
|
90 |
+
backcall==0.2.0
|
91 |
+
backoff==2.2.1
|
92 |
+
beautifulsoup4==4.11.2
|
93 |
+
beautifulsoup4==4.12.2
|
94 |
+
bertopic==0.16.2
|
95 |
+
billiard==3.6.4.0
|
96 |
+
bitsandbytes==0.43.3
|
97 |
+
bleach==6.1.0
|
98 |
+
blinker==1.6.2
|
99 |
+
blis==0.7.9
|
100 |
+
bokeh==3.2.1
|
101 |
+
boto3==1.26.146
|
102 |
+
botocore==1.29.146
|
103 |
+
build==1.0.3
|
104 |
+
cachelib==0.9.0
|
105 |
+
cachetools==5.3.0
|
106 |
+
catalogue==2.0.8
|
107 |
+
cattrs==23.1.2
|
108 |
+
celery==5.2.7
|
109 |
+
certifi==2023.11.17
|
110 |
+
cffi==1.15.1
|
111 |
+
chardet==5.1.0
|
112 |
+
charset-normalizer==3.3.2
|
113 |
+
chromadb==0.3.26
|
114 |
+
clean-text==0.6.0
|
115 |
+
click-didyoumean==0.3.0
|
116 |
+
click-plugins==1.1.1
|
117 |
+
click-repl==0.2.0
|
118 |
+
click==8.1.7
|
119 |
+
clickclick==20.10.2
|
120 |
+
clickhouse-connect==0.5.25
|
121 |
+
cloudpathlib==0.16.0
|
122 |
+
cloudpickle==2.2.1
|
123 |
+
colorama==0.4.6
|
124 |
+
colorclass==2.2.2
|
125 |
+
coloredlogs==15.0.1
|
126 |
+
colorlog==4.8.0
|
127 |
+
comm==0.1.3
|
128 |
+
commonmark==0.9.1
|
129 |
+
compressed-rtf==1.0.6
|
130 |
+
confection==0.0.4
|
131 |
+
connexion==2.14.2
|
132 |
+
contourpy==1.0.7
|
133 |
+
convokit==2.5.3
|
134 |
+
cron-descriptor==1.4.0
|
135 |
+
croniter==2.0.1
|
136 |
+
cryptography==41.0.1
|
137 |
+
cycler==0.11.0
|
138 |
+
cymem==2.0.7
|
139 |
+
dataclasses-json==0.5.7
|
140 |
+
dataclasses-json==0.6.6
|
141 |
+
datasets==2.19.2
|
142 |
+
debugpy==1.6.7
|
143 |
+
decorator==4.4.2
|
144 |
+
deepdiff==7.0.1
|
145 |
+
deeplake==3.5.4
|
146 |
+
defusedxml==0.7.1
|
147 |
+
dill==0.3.6
|
148 |
+
distro==1.9.0
|
149 |
+
dlib==19.24.2
|
150 |
+
dm-tree==0.1.8
|
151 |
+
dnspython==2.4.2
|
152 |
+
docker-pycreds==0.4.0
|
153 |
+
docstring_parser==0.16
|
154 |
+
docutils==0.20.1
|
155 |
+
duckdb==0.8.0
|
156 |
+
easygui==0.98.3
|
157 |
+
ebcdic==1.1.1
|
158 |
+
effdet==0.4.1
|
159 |
+
einops==0.6.1
|
160 |
+
elastic-transport==8.10.0
|
161 |
+
elasticsearch-dsl==7.4.1
|
162 |
+
elasticsearch-dsl==8.12.0
|
163 |
+
elasticsearch==7.17.9
|
164 |
+
elasticsearch==8.12.0
|
165 |
+
email-validator==1.3.1
|
166 |
+
emoji==1.7.0
|
167 |
+
en-core-web-lg==3.5.0
|
168 |
+
en-core-web-md==3.7.1
|
169 |
+
en-core-web-sm==3.5.0
|
170 |
+
entrypoints==0.4
|
171 |
+
et-xmlfile==1.1.0
|
172 |
+
etils==1.3.0
|
173 |
+
evaluate==0.4.2
|
174 |
+
executing==1.2.0
|
175 |
+
extract-msg==0.41.2
|
176 |
+
face-recognition-models==0.3.0
|
177 |
+
face-recognition==1.3.0
|
178 |
+
faiss-cpu==1.7.4
|
179 |
+
fastapi==0.96.0
|
180 |
+
fastjsonschema==2.19.1
|
181 |
+
ffmpeg-python==0.2.0
|
182 |
+
ffmpeg==1.4
|
183 |
+
filelock==3.13.1
|
184 |
+
filelock==3.9.0
|
185 |
+
filetype==1.2.0
|
186 |
+
flatbuffers==23.5.26
|
187 |
+
flatbuffers==23.5.9
|
188 |
+
fonttools==4.38.0
|
189 |
+
fqdn==1.5.1
|
190 |
+
frozenlist==1.3.3
|
191 |
+
frozenlist==1.4.0
|
192 |
+
fsspec==2023.10.0
|
193 |
+
fsspec==2023.4.0
|
194 |
+
ftfy==6.1.1
|
195 |
+
future==0.18.3
|
196 |
+
gast==0.4.0
|
197 |
+
gensim==3.8.0
|
198 |
+
gitdb==4.0.10
|
199 |
+
google-api-core==2.11.0
|
200 |
+
google-api-python-client==2.74.0
|
201 |
+
google-auth-httplib2==0.1.0
|
202 |
+
google-auth-oauthlib==1.0.0
|
203 |
+
google-auth==2.16.0
|
204 |
+
google-cloud-vision==3.7.2
|
205 |
+
google-pasta==0.2.0
|
206 |
+
google-re2==1.1
|
207 |
+
googleapis-common-protos==1.58.0
|
208 |
+
gpt4all==0.3.0
|
209 |
+
grapheme==0.6.0
|
210 |
+
graphviz==0.20.1
|
211 |
+
greenlet==2.0.2
|
212 |
+
greenlet==3.0.1
|
213 |
+
grpcio-status==1.62.2
|
214 |
+
grpcio==1.51.1
|
215 |
+
grpcio==1.64.1
|
216 |
+
gunicorn==21.2.0
|
217 |
+
gymnasium-notices==0.0.1
|
218 |
+
gymnasium==0.28.1
|
219 |
+
h11==0.14.0
|
220 |
+
h11==0.9.0
|
221 |
+
h5py==3.11.0
|
222 |
+
hdbscan==0.8.37
|
223 |
+
hnswlib==0.7.0
|
224 |
+
httpcore==0.11.1
|
225 |
+
httpcore==1.0.5
|
226 |
+
httplib2==0.21.0
|
227 |
+
httptools==0.5.0
|
228 |
+
httpx==0.15.5
|
229 |
+
httpx==0.27.0
|
230 |
+
huggingface-hub==0.24.0
|
231 |
+
huggingface==0.0.1
|
232 |
+
humanfriendly==10.0
|
233 |
+
humbug==0.3.1
|
234 |
+
idna==3.6
|
235 |
+
imageio-ffmpeg==0.4.9
|
236 |
+
imageio==2.31.4
|
237 |
+
importlib-metadata==6.6.0
|
238 |
+
importlib-resources==5.12.0
|
239 |
+
inflate64==0.3.1
|
240 |
+
inflection==0.5.1
|
241 |
+
iniconfig==2.0.0
|
242 |
+
inquirerpy==0.3.4
|
243 |
+
install==1.3.5
|
244 |
+
intel-openmp==2021.4.0
|
245 |
+
iopath==0.1.10
|
246 |
+
ipykernel==6.23.1
|
247 |
+
ipython==8.13.2
|
248 |
+
ipywidgets==8.0.6
|
249 |
+
isoduration==20.11.0
|
250 |
+
itsdangerous==2.1.2
|
251 |
+
jax-jumpy==1.0.0
|
252 |
+
jax==0.4.10
|
253 |
+
jedi==0.18.2
|
254 |
+
jmespath==1.0.1
|
255 |
+
joblib==1.3.2
|
256 |
+
json5==0.9.14
|
257 |
+
jsonpatch==1.33
|
258 |
+
jsonpath-python==1.0.6
|
259 |
+
jsonpointer==2.4
|
260 |
+
jsonschema-specifications==2023.11.1
|
261 |
+
jsonschema==4.19.2
|
262 |
+
jupyter-console==6.6.3
|
263 |
+
jupyter-events==0.9.0
|
264 |
+
jupyter-lsp==2.2.2
|
265 |
+
jupyter==1.0.0
|
266 |
+
jupyter_client==8.2.0
|
267 |
+
jupyter_core==5.3.0
|
268 |
+
jupyter_server==2.12.5
|
269 |
+
jupyter_server_terminals==0.5.2
|
270 |
+
jupyterlab-widgets==3.0.7
|
271 |
+
jupyterlab==4.0.11
|
272 |
+
jupyterlab_pygments==0.3.0
|
273 |
+
jupyterlab_server==2.25.2
|
274 |
+
keras-nightly==2.14.0.dev2023052907
|
275 |
+
keras-nlp==0.0.2
|
276 |
+
keras==3.3.3
|
277 |
+
kiwisolver==1.4.4
|
278 |
+
kombu==5.2.4
|
279 |
+
langchain-community==0.0.21
|
280 |
+
langchain-core==0.1.25
|
281 |
+
langchain==0.1.8
|
282 |
+
langchainplus-sdk==0.0.4
|
283 |
+
langcodes==3.3.0
|
284 |
+
langdetect==1.0.9
|
285 |
+
langsmith==0.1.5
|
286 |
+
lark-parser==0.12.0
|
287 |
+
layoutparser==0.3.4
|
288 |
+
lazy-object-proxy==1.9.0
|
289 |
+
lazy_loader==0.3
|
290 |
+
libclang==16.0.0
|
291 |
+
librosa==0.10.1
|
292 |
+
limits==3.6.0
|
293 |
+
linkify-it-py==2.0.2
|
294 |
+
lion-pytorch==0.0.8
|
295 |
+
llama-cpp-python==0.1.57
|
296 |
+
llvmlite==0.40.0
|
297 |
+
lockfile==0.12.2
|
298 |
+
lxml==4.9.2
|
299 |
+
lz4==4.3.2
|
300 |
+
markdown-it-py==3.0.0
|
301 |
+
marshmallow-enum==1.5.1
|
302 |
+
marshmallow-oneofschema==3.0.1
|
303 |
+
marshmallow-sqlalchemy==0.26.1
|
304 |
+
marshmallow==3.19.0
|
305 |
+
marshmallow==3.20.1
|
306 |
+
matplotlib-inline==0.1.6
|
307 |
+
matplotlib==3.9.1
|
308 |
+
mdit-py-plugins==0.4.0
|
309 |
+
mdurl==0.1.2
|
310 |
+
mistune==3.0.2
|
311 |
+
mkl==2021.4.0
|
312 |
+
ml-dtypes==0.1.0
|
313 |
+
ml-dtypes==0.3.2
|
314 |
+
ml-dtypes==0.3.2
|
315 |
+
monotonic==1.6
|
316 |
+
more-itertools==9.1.0
|
317 |
+
moviepy==1.0.3
|
318 |
+
mpmath==1.3.0
|
319 |
+
msg-parser==1.2.0
|
320 |
+
msgpack-numpy==0.4.8
|
321 |
+
msgpack==1.0.5
|
322 |
+
msoffcrypto-tool==5.0.1
|
323 |
+
multidict==6.0.4
|
324 |
+
multiprocess==0.70.14
|
325 |
+
multivolumefile==0.2.3
|
326 |
+
murmurhash==1.0.9
|
327 |
+
mypy-extensions==1.0.0
|
328 |
+
namex==0.0.7
|
329 |
+
nbclient==0.9.0
|
330 |
+
nbconvert==7.14.2
|
331 |
+
nbformat==5.9.2
|
332 |
+
nest-asyncio==1.6.0
|
333 |
+
networkx==3.1
|
334 |
+
networkx==3.2.1
|
335 |
+
nltk==3.8.1
|
336 |
+
notebook==7.0.7
|
337 |
+
notebook_shim==0.2.3
|
338 |
+
numba==0.57.0
|
339 |
+
numcodecs==0.11.0
|
340 |
+
numexpr==2.8.4
|
341 |
+
numpy==1.24.0
|
342 |
+
oauthlib==3.2.2
|
343 |
+
olefile==0.46
|
344 |
+
oletools==0.60.1
|
345 |
+
omegaconf==2.3.0
|
346 |
+
onnx==1.16.1
|
347 |
+
onnxruntime==1.15.0
|
348 |
+
onnxruntime==1.18.0
|
349 |
+
openai-whisper==20230314
|
350 |
+
openai==1.35.7
|
351 |
+
openapi-schema-pydantic==1.2.4
|
352 |
+
opencv-python==4.8.0.76
|
353 |
+
openpyxl==3.1.2
|
354 |
+
opentelemetry-api==1.21.0
|
355 |
+
opentelemetry-exporter-otlp-proto-common==1.21.0
|
356 |
+
opentelemetry-exporter-otlp-proto-grpc==1.21.0
|
357 |
+
opentelemetry-exporter-otlp-proto-http==1.21.0
|
358 |
+
opentelemetry-exporter-otlp==1.21.0
|
359 |
+
opentelemetry-proto==1.21.0
|
360 |
+
opentelemetry-sdk==1.21.0
|
361 |
+
opentelemetry-semantic-conventions==0.42b0
|
362 |
+
opt-einsum==3.3.0
|
363 |
+
optree==0.11.0
|
364 |
+
ordered-set==4.1.0
|
365 |
+
overrides==7.3.1
|
366 |
+
packaging==23.2
|
367 |
+
pandas==2.2.2
|
368 |
+
pandoc==2.3
|
369 |
+
pandocfilters==1.5.1
|
370 |
+
parso==0.8.3
|
371 |
+
pathlib==1.0.1
|
372 |
+
pathos==0.3.0
|
373 |
+
pathspec==0.11.2
|
374 |
+
pathy==0.10.1
|
375 |
+
pcodedmp==1.2.6
|
376 |
+
pdf2image==1.16.3
|
377 |
+
pdf2image==1.17.0
|
378 |
+
pdfminer.six==20221105
|
379 |
+
pdfminer.six==20231228
|
380 |
+
pdfplumber==0.11.0
|
381 |
+
pefile==2023.2.7
|
382 |
+
peft==0.12.0
|
383 |
+
pendulum==2.1.2
|
384 |
+
pfzy==0.3.4
|
385 |
+
pickleshare==0.7.5
|
386 |
+
pikepdf==9.0.0
|
387 |
+
pillow_heif==0.16.0
|
388 |
+
pip==24.2
|
389 |
+
platformdirs==3.5.1
|
390 |
+
plotly==5.22.0
|
391 |
+
pluggy==1.3.0
|
392 |
+
plumbum==1.8.2
|
393 |
+
ply==3.11
|
394 |
+
pooch==1.7.0
|
395 |
+
poppler-utils==0.1.0
|
396 |
+
portalocker==2.8.2
|
397 |
+
posthog==3.0.1
|
398 |
+
pox==0.3.2
|
399 |
+
ppft==1.7.6.6
|
400 |
+
preshed==3.0.8
|
401 |
+
prison==0.2.1
|
402 |
+
proglog==0.1.10
|
403 |
+
prometheus-client==0.19.0
|
404 |
+
promise==2.3
|
405 |
+
prompt-toolkit==3.0.38
|
406 |
+
proto-plus==1.23.0
|
407 |
+
protobuf==3.20.3
|
408 |
+
protobuf==4.25.3
|
409 |
+
psutil==5.9.5
|
410 |
+
pt-core-news-lg==3.5.0
|
411 |
+
pt-core-news-sm==3.5.0
|
412 |
+
pulsar-client==3.2.0
|
413 |
+
pure-eval==0.2.2
|
414 |
+
py7zr==0.20.6
|
415 |
+
pyarrow-hotfix==0.6
|
416 |
+
pyarrow==12.0.0
|
417 |
+
pyasn1-modules==0.2.8
|
418 |
+
pyasn1==0.4.8
|
419 |
+
pybcj==1.0.1
|
420 |
+
pycocotools==2.0.7
|
421 |
+
pycparser==2.21
|
422 |
+
pycryptodomex==3.19.0
|
423 |
+
pydantic==1.10.14
|
424 |
+
pydantic_core==2.16.2
|
425 |
+
pydeck==0.8.1b0
|
426 |
+
pydub==0.25.1
|
427 |
+
pygame==2.1.3
|
428 |
+
pygpt4all==1.1.0
|
429 |
+
pygptj==2.0.3
|
430 |
+
pyinstaller-hooks-contrib==2023.8
|
431 |
+
pyinstaller==5.13.2
|
432 |
+
pyllamacpp==2.4.0
|
433 |
+
pynndescent==0.5.13
|
434 |
+
pyodbc==4.0.39
|
435 |
+
pypandoc==1.11
|
436 |
+
pyparsing==2.4.7
|
437 |
+
pypdf==4.0.2
|
438 |
+
pypdfium2==4.30.0
|
439 |
+
pyppmd==1.0.0
|
440 |
+
pyproject_hooks==1.0.0
|
441 |
+
pyreadline3==3.4.1
|
442 |
+
pyrsistent==0.19.3
|
443 |
+
pytesseract==0.3.10
|
444 |
+
pytest==7.2.2
|
445 |
+
python-daemon==3.0.1
|
446 |
+
python-dateutil==2.8.2
|
447 |
+
python-docx==0.8.11
|
448 |
+
python-docx==1.1.2
|
449 |
+
python-dotenv==1.0.0
|
450 |
+
python-iso639==2024.4.27
|
451 |
+
python-json-logger==2.0.7
|
452 |
+
python-magic==0.4.27
|
453 |
+
python-multipart==0.0.9
|
454 |
+
python-nvd3==0.15.0
|
455 |
+
python-pptx==0.6.21
|
456 |
+
python-slugify==8.0.1
|
457 |
+
pytube==15.0.0
|
458 |
+
pytz-deprecation-shim==0.1.0.post0
|
459 |
+
pytz==2022.7.1
|
460 |
+
pytzdata==2020.1
|
461 |
+
pywin32-ctypes==0.2.2
|
462 |
+
pywin32==306
|
463 |
+
pywinpty==2.0.12
|
464 |
+
pyzmq==25.1.0
|
465 |
+
pyzstd==0.15.9
|
466 |
+
qtconsole==5.5.1
|
467 |
+
rake-nltk==1.0.6
|
468 |
+
rapidfuzz==3.9.3
|
469 |
+
red-black-tree-mod==1.20
|
470 |
+
referencing==0.31.0
|
471 |
+
regex==2023.10.3
|
472 |
+
requests-oauthlib==1.3.1
|
473 |
+
requests-toolbelt==1.0.0
|
474 |
+
requests==2.32.3
|
475 |
+
rfc3339-validator==0.1.4
|
476 |
+
rfc3986-validator==0.1.1
|
477 |
+
rfc3986==1.5.0
|
478 |
+
rich-argparse==1.4.0
|
479 |
+
rich==13.0.1
|
480 |
+
rpds-py==0.12.0
|
481 |
+
rsa==4.9
|
482 |
+
s3transfer==0.6.1
|
483 |
+
safetensors==0.4.1
|
484 |
+
schedule==1.2.0
|
485 |
+
scikit-learn==1.2.2
|
486 |
+
scikit-learn==1.3.2
|
487 |
+
scipy==1.10.1
|
488 |
+
scipy==1.11.4
|
489 |
+
seaborn==0.12.2
|
490 |
+
sentence-transformers==2.2.2
|
491 |
+
sentencepiece==0.1.99
|
492 |
+
sentry-sdk==2.12.0
|
493 |
+
setproctitle==1.3.3
|
494 |
+
setuptools==70.1.1
|
495 |
+
shtab==1.7.1
|
496 |
+
six==1.16.0
|
497 |
+
sklearn==0.0.post1
|
498 |
+
smart-open==6.3.0
|
499 |
+
smmap==5.0.0
|
500 |
+
sniffio==1.3.0
|
501 |
+
soundfile==0.12.1
|
502 |
+
soupsieve==2.3.2.post1
|
503 |
+
soupsieve==2.5
|
504 |
+
soxr==0.3.6
|
505 |
+
spacy-legacy==3.0.12
|
506 |
+
spacy-loggers==1.0.4
|
507 |
+
spacy==3.7.5
|
508 |
+
sqlparse==0.4.4
|
509 |
+
srsly==2.4.5
|
510 |
+
srt==3.5.2
|
511 |
+
stack-data==0.6.2
|
512 |
+
starlette==0.27.0
|
513 |
+
sympy==1.12
|
514 |
+
tabulate==0.9.0
|
515 |
+
tb-nightly==2.14.0a20230529
|
516 |
+
tbb==2021.11.0
|
517 |
+
tenacity==8.2.2
|
518 |
+
tenacity==8.2.3
|
519 |
+
tensorboard-data-server==0.7.0
|
520 |
+
tensorboard-plugin-wit==1.8.1
|
521 |
+
tensorboard==2.16.2
|
522 |
+
tensorflow-datasets==4.9.2
|
523 |
+
tensorflow-datasets==4.9.4
|
524 |
+
tensorflow-estimator==2.13.0
|
525 |
+
tensorflow-estimator==2.13.0rc0
|
526 |
+
tensorflow-intel==2.16.1
|
527 |
+
tensorflow-io-gcs-filesystem==0.31.0
|
528 |
+
tensorflow-metadata==1.13.1
|
529 |
+
tensorflow==2.16.1
|
530 |
+
termcolor==2.3.0
|
531 |
+
terminado==0.18.0
|
532 |
+
text-unidecode==1.3
|
533 |
+
textblob==0.17.1
|
534 |
+
texttable==1.6.7
|
535 |
+
tf-estimator-nightly==2.14.0.dev2023052908
|
536 |
+
tf-nightly==2.14.0.dev20230528
|
537 |
+
tf_keras==2.16.0
|
538 |
+
thinc==8.2.3
|
539 |
+
threadpoolctl==3.2.0
|
540 |
+
tiktoken==0.3.1
|
541 |
+
timm==1.0.3
|
542 |
+
tinycss2==1.2.1
|
543 |
+
tokenizers==0.19.1
|
544 |
+
toml==0.10.2
|
545 |
+
toolz==0.12.0
|
546 |
+
torch==2.4.1+cu121
|
547 |
+
torchaudio==2.4.1+cu121
|
548 |
+
torchtext==0.18.0
|
549 |
+
torchvision==0.19.1+cu121
|
550 |
+
tornado==6.3.2
|
551 |
+
tqdm==4.66.4
|
552 |
+
traitlets==5.9.0
|
553 |
+
transformers==4.42.4
|
554 |
+
trl==0.9.6.dev0
|
555 |
+
tweepy==4.14.0
|
556 |
+
typer==0.7.0
|
557 |
+
types-python-dateutil==2.8.19.20240106
|
558 |
+
typing-inspect==0.9.0
|
559 |
+
typing_extensions==4.12.1
|
560 |
+
typing_extensions==4.5.0
|
561 |
+
tyro==0.8.4
|
562 |
+
tzdata==2023.3
|
563 |
+
tzlocal==4.2
|
564 |
+
uc-micro-py==1.0.2
|
565 |
+
umap-learn==0.5.6
|
566 |
+
unicodecsv==0.14.1
|
567 |
+
unstructured-client==0.23.1
|
568 |
+
unstructured-inference==0.7.34
|
569 |
+
unstructured.pytesseract==0.3.12
|
570 |
+
unstructured==0.14.4
|
571 |
+
unstructured==0.7.1
|
572 |
+
uri-template==1.3.0
|
573 |
+
uritemplate==4.1.1
|
574 |
+
urllib3==1.26.16
|
575 |
+
urllib3==2.1.0
|
576 |
+
uvicorn==0.22.0
|
577 |
+
validators==0.20.0
|
578 |
+
vine==5.0.0
|
579 |
+
vosk==0.3.45
|
580 |
+
wandb==0.17.6
|
581 |
+
wasabi==1.1.1
|
582 |
+
watchdog==3.0.0
|
583 |
+
watchfiles==0.19.0
|
584 |
+
wcwidth==0.2.6
|
585 |
+
weasel==0.3.4
|
586 |
+
webcolors==1.13
|
587 |
+
webencodings==0.5.1
|
588 |
+
websocket-client==1.7.0
|
589 |
+
websockets==10.4
|
590 |
+
wheel==0.40.0
|
591 |
+
whisper==1.1.10
|
592 |
+
widgetsnbextension==4.0.7
|
593 |
+
win-unicode-console==0.5
|
594 |
+
wrapt==1.14.0
|
595 |
+
xlrd==2.0.1
|
596 |
+
xxhash==3.4.1
|
597 |
+
xyzservices==2023.7.0
|
598 |
+
yarl==1.9.2
|
599 |
+
yarl==1.9.3
|
600 |
+
zipp==3.15.0
|
601 |
+
zstandard==0.21.0
|
wandb/run-20240927_215039-26zv6kle/files/wandb-metadata.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"os": "Windows-10-10.0.22631-SP0",
|
3 |
+
"python": "3.11.9",
|
4 |
+
"heartbeatAt": "2024-09-28T00:50:52.765663",
|
5 |
+
"startedAt": "2024-09-28T00:50:39.695618",
|
6 |
+
"docker": null,
|
7 |
+
"cuda": null,
|
8 |
+
"args": [],
|
9 |
+
"state": "running",
|
10 |
+
"program": "e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/doutorado/secoes_contratos_rotulos_classificacao_texto_v1.ipynb",
|
11 |
+
"codePathLocal": "secoes_contratos_rotulos_classificacao_texto_v1.ipynb",
|
12 |
+
"git": {
|
13 |
+
"remote": "https://github.com/marcelovidigal/retrieval_augmented_generation.git",
|
14 |
+
"commit": "23db3b3a0427b4dfac5df9b26ac2572134e857c4"
|
15 |
+
},
|
16 |
+
"email": "marcelovidigal@gmail.com",
|
17 |
+
"root": "E:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation",
|
18 |
+
"host": "mace10",
|
19 |
+
"username": "marcelovidigal",
|
20 |
+
"executable": "c:\\Program Files\\Python311\\python.exe",
|
21 |
+
"cpu_count": 12,
|
22 |
+
"cpu_count_logical": 24,
|
23 |
+
"cpu_freq": {
|
24 |
+
"current": 3701.0,
|
25 |
+
"min": 0.0,
|
26 |
+
"max": 3701.0
|
27 |
+
},
|
28 |
+
"cpu_freq_per_core": [
|
29 |
+
{
|
30 |
+
"current": 3701.0,
|
31 |
+
"min": 0.0,
|
32 |
+
"max": 3701.0
|
33 |
+
}
|
34 |
+
],
|
35 |
+
"disk": {
|
36 |
+
"/": {
|
37 |
+
"total": 5631.874000549316,
|
38 |
+
"used": 5446.1674880981445
|
39 |
+
}
|
40 |
+
},
|
41 |
+
"gpu": "NVIDIA GeForce RTX 3060",
|
42 |
+
"gpu_count": 1,
|
43 |
+
"gpu_devices": [
|
44 |
+
{
|
45 |
+
"name": "NVIDIA GeForce RTX 3060",
|
46 |
+
"memory_total": 12884901888
|
47 |
+
}
|
48 |
+
],
|
49 |
+
"memory": {
|
50 |
+
"total": 127.90434646606445
|
51 |
+
}
|
52 |
+
}
|
wandb/run-20240927_215039-26zv6kle/files/wandb-summary.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"_wandb": {"runtime": 184}}
|
wandb/run-20240927_215039-26zv6kle/logs/debug-internal.log
ADDED
@@ -0,0 +1,435 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2024-09-27 21:50:51,633 INFO StreamThr :35184 [internal.py:wandb_internal():85] W&B internal server running at pid: 35184, started at: 2024-09-27 21:50:51.628739
|
2 |
+
2024-09-27 21:50:51,635 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status
|
3 |
+
2024-09-27 21:50:51,635 INFO WriterThread:35184 [datastore.py:open_for_write():87] open: e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215039-26zv6kle\run-26zv6kle.wandb
|
4 |
+
2024-09-27 21:50:51,635 DEBUG SenderThread:35184 [sender.py:send():391] send: header
|
5 |
+
2024-09-27 21:50:51,665 DEBUG SenderThread:35184 [sender.py:send():391] send: run
|
6 |
+
2024-09-27 21:50:52,346 INFO SenderThread:35184 [dir_watcher.py:__init__():211] watching files in: e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215039-26zv6kle\files
|
7 |
+
2024-09-27 21:50:52,346 INFO SenderThread:35184 [sender.py:_start_run_threads():1200] run started: 26zv6kle with start time 1727484651.531474
|
8 |
+
2024-09-27 21:50:52,362 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: check_version
|
9 |
+
2024-09-27 21:50:52,362 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: check_version
|
10 |
+
2024-09-27 21:50:52,746 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: run_start
|
11 |
+
2024-09-27 21:50:52,750 DEBUG HandlerThread:35184 [system_info.py:__init__():26] System info init
|
12 |
+
2024-09-27 21:50:52,750 DEBUG HandlerThread:35184 [system_info.py:__init__():41] System info init done
|
13 |
+
2024-09-27 21:50:52,750 INFO HandlerThread:35184 [system_monitor.py:start():194] Starting system monitor
|
14 |
+
2024-09-27 21:50:52,750 INFO SystemMonitor:35184 [system_monitor.py:_start():158] Starting system asset monitoring threads
|
15 |
+
2024-09-27 21:50:52,750 INFO HandlerThread:35184 [system_monitor.py:probe():214] Collecting system info
|
16 |
+
2024-09-27 21:50:52,765 INFO SystemMonitor:35184 [interfaces.py:start():188] Started cpu monitoring
|
17 |
+
2024-09-27 21:50:52,765 DEBUG HandlerThread:35184 [system_info.py:probe():152] Probing system
|
18 |
+
2024-09-27 21:50:52,765 INFO SystemMonitor:35184 [interfaces.py:start():188] Started disk monitoring
|
19 |
+
2024-09-27 21:50:52,765 INFO SystemMonitor:35184 [interfaces.py:start():188] Started gpu monitoring
|
20 |
+
2024-09-27 21:50:52,781 INFO SystemMonitor:35184 [interfaces.py:start():188] Started memory monitoring
|
21 |
+
2024-09-27 21:50:52,781 INFO SystemMonitor:35184 [interfaces.py:start():188] Started network monitoring
|
22 |
+
2024-09-27 21:50:52,796 DEBUG HandlerThread:35184 [system_info.py:_probe_git():137] Probing git
|
23 |
+
2024-09-27 21:50:52,996 DEBUG HandlerThread:35184 [system_info.py:_probe_git():145] Probing git done
|
24 |
+
2024-09-27 21:50:52,996 DEBUG HandlerThread:35184 [system_info.py:probe():200] Probing system done
|
25 |
+
2024-09-27 21:50:52,996 DEBUG HandlerThread:35184 [system_monitor.py:probe():223] {'os': 'Windows-10-10.0.22631-SP0', 'python': '3.11.9', 'heartbeatAt': '2024-09-28T00:50:52.765663', 'startedAt': '2024-09-28T00:50:39.695618', 'docker': None, 'cuda': None, 'args': (), 'state': 'running', 'program': 'e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/doutorado/secoes_contratos_rotulos_classificacao_texto_v1.ipynb', 'codePathLocal': 'secoes_contratos_rotulos_classificacao_texto_v1.ipynb', 'git': {'remote': 'https://github.com/marcelovidigal/retrieval_augmented_generation.git', 'commit': '23db3b3a0427b4dfac5df9b26ac2572134e857c4'}, 'email': 'marcelovidigal@gmail.com', 'root': 'E:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation', 'host': 'mace10', 'username': 'marcelovidigal', 'executable': 'c:\\Program Files\\Python311\\python.exe', 'cpu_count': 12, 'cpu_count_logical': 24, 'cpu_freq': {'current': 3701.0, 'min': 0.0, 'max': 3701.0}, 'cpu_freq_per_core': [{'current': 3701.0, 'min': 0.0, 'max': 3701.0}], 'disk': {'/': {'total': 5631.874000549316, 'used': 5446.1674880981445}}, 'gpu': 'NVIDIA GeForce RTX 3060', 'gpu_count': 1, 'gpu_devices': [{'name': 'NVIDIA GeForce RTX 3060', 'memory_total': 12884901888}], 'memory': {'total': 127.90434646606445}}
|
26 |
+
2024-09-27 21:50:52,996 INFO HandlerThread:35184 [system_monitor.py:probe():224] Finished collecting system info
|
27 |
+
2024-09-27 21:50:52,996 INFO HandlerThread:35184 [system_monitor.py:probe():227] Publishing system info
|
28 |
+
2024-09-27 21:50:53,011 INFO HandlerThread:35184 [system_monitor.py:probe():229] Finished publishing system info
|
29 |
+
2024-09-27 21:50:53,011 DEBUG SenderThread:35184 [sender.py:send():391] send: files
|
30 |
+
2024-09-27 21:50:53,011 INFO SenderThread:35184 [sender.py:_save_file():1466] saving file wandb-metadata.json with policy now
|
31 |
+
2024-09-27 21:50:53,361 INFO Thread-32 :35184 [dir_watcher.py:_on_file_created():271] file/dir created: e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215039-26zv6kle\files\wandb-metadata.json
|
32 |
+
2024-09-27 21:50:53,438 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: python_packages
|
33 |
+
2024-09-27 21:50:53,438 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: python_packages
|
34 |
+
2024-09-27 21:50:53,439 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: stop_status
|
35 |
+
2024-09-27 21:50:53,440 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
36 |
+
2024-09-27 21:50:53,446 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: stop_status
|
37 |
+
2024-09-27 21:50:53,829 DEBUG SenderThread:35184 [sender.py:send():391] send: telemetry
|
38 |
+
2024-09-27 21:50:54,001 INFO wandb-upload_0:35184 [upload_job.py:push():130] Uploaded file C:\Users\MARCEL~1\AppData\Local\Temp\tmp8p673qc5wandb\5957z6uw-wandb-metadata.json
|
39 |
+
2024-09-27 21:50:54,369 INFO Thread-32 :35184 [dir_watcher.py:_on_file_created():271] file/dir created: e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215039-26zv6kle\files\requirements.txt
|
40 |
+
2024-09-27 21:50:54,369 INFO Thread-32 :35184 [dir_watcher.py:_on_file_created():271] file/dir created: e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215039-26zv6kle\files\output.log
|
41 |
+
2024-09-27 21:50:54,447 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
42 |
+
2024-09-27 21:50:55,450 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
43 |
+
2024-09-27 21:50:56,463 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
44 |
+
2024-09-27 21:50:56,863 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
45 |
+
2024-09-27 21:50:57,452 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
46 |
+
2024-09-27 21:50:58,463 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
47 |
+
2024-09-27 21:50:59,479 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
48 |
+
2024-09-27 21:51:00,464 INFO Thread-32 :35184 [dir_watcher.py:_on_file_modified():288] file/dir modified: e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215039-26zv6kle\files\output.log
|
49 |
+
2024-09-27 21:51:00,479 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
50 |
+
2024-09-27 21:51:01,480 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
51 |
+
2024-09-27 21:51:02,481 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
52 |
+
2024-09-27 21:51:02,496 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
53 |
+
2024-09-27 21:51:03,497 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
54 |
+
2024-09-27 21:51:04,499 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
55 |
+
2024-09-27 21:51:05,512 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
56 |
+
2024-09-27 21:51:06,523 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
57 |
+
2024-09-27 21:51:07,529 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
58 |
+
2024-09-27 21:51:07,810 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
59 |
+
2024-09-27 21:51:08,456 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: stop_status
|
60 |
+
2024-09-27 21:51:08,456 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: stop_status
|
61 |
+
2024-09-27 21:51:08,535 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
62 |
+
2024-09-27 21:51:08,535 INFO Thread-32 :35184 [dir_watcher.py:_on_file_modified():288] file/dir modified: e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215039-26zv6kle\files\output.log
|
63 |
+
2024-09-27 21:51:09,547 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
64 |
+
2024-09-27 21:51:10,548 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
65 |
+
2024-09-27 21:51:10,564 INFO Thread-32 :35184 [dir_watcher.py:_on_file_modified():288] file/dir modified: e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215039-26zv6kle\files\output.log
|
66 |
+
2024-09-27 21:51:11,563 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
67 |
+
2024-09-27 21:51:12,575 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
68 |
+
2024-09-27 21:51:13,497 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
69 |
+
2024-09-27 21:51:13,581 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
70 |
+
2024-09-27 21:51:14,582 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
71 |
+
2024-09-27 21:51:14,599 INFO Thread-32 :35184 [dir_watcher.py:_on_file_modified():288] file/dir modified: e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215039-26zv6kle\files\output.log
|
72 |
+
2024-09-27 21:51:15,596 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
73 |
+
2024-09-27 21:51:16,604 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
74 |
+
2024-09-27 21:51:17,612 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
75 |
+
2024-09-27 21:51:18,498 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
76 |
+
2024-09-27 21:51:18,614 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
77 |
+
2024-09-27 21:51:19,620 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
78 |
+
2024-09-27 21:51:20,613 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
79 |
+
2024-09-27 21:51:21,620 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
80 |
+
2024-09-27 21:51:22,627 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
81 |
+
2024-09-27 21:51:23,464 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: stop_status
|
82 |
+
2024-09-27 21:51:23,464 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: stop_status
|
83 |
+
2024-09-27 21:51:23,633 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
84 |
+
2024-09-27 21:51:23,790 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
85 |
+
2024-09-27 21:51:24,640 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
86 |
+
2024-09-27 21:51:24,688 INFO Thread-32 :35184 [dir_watcher.py:_on_file_modified():288] file/dir modified: e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215039-26zv6kle\files\config.yaml
|
87 |
+
2024-09-27 21:51:25,644 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
88 |
+
2024-09-27 21:51:26,649 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
89 |
+
2024-09-27 21:51:27,663 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
90 |
+
2024-09-27 21:51:28,666 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
91 |
+
2024-09-27 21:51:29,514 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
92 |
+
2024-09-27 21:51:29,680 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
93 |
+
2024-09-27 21:51:30,697 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
94 |
+
2024-09-27 21:51:31,698 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
95 |
+
2024-09-27 21:51:32,699 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
96 |
+
2024-09-27 21:51:33,715 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
97 |
+
2024-09-27 21:51:34,516 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
98 |
+
2024-09-27 21:51:34,704 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
99 |
+
2024-09-27 21:51:35,718 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
100 |
+
2024-09-27 21:51:36,718 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
101 |
+
2024-09-27 21:51:37,722 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
102 |
+
2024-09-27 21:51:38,465 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: stop_status
|
103 |
+
2024-09-27 21:51:38,465 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: stop_status
|
104 |
+
2024-09-27 21:51:38,729 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
105 |
+
2024-09-27 21:51:39,739 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
106 |
+
2024-09-27 21:51:39,739 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
107 |
+
2024-09-27 21:51:40,748 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
108 |
+
2024-09-27 21:51:41,749 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
109 |
+
2024-09-27 21:51:42,753 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
110 |
+
2024-09-27 21:51:43,765 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
111 |
+
2024-09-27 21:51:44,781 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
112 |
+
2024-09-27 21:51:45,559 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
113 |
+
2024-09-27 21:51:45,795 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
114 |
+
2024-09-27 21:51:46,798 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
115 |
+
2024-09-27 21:51:47,799 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
116 |
+
2024-09-27 21:51:48,810 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
117 |
+
2024-09-27 21:51:49,816 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
118 |
+
2024-09-27 21:51:50,820 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
119 |
+
2024-09-27 21:51:51,549 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
120 |
+
2024-09-27 21:51:51,831 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
121 |
+
2024-09-27 21:51:52,802 DEBUG SystemMonitor:35184 [system_monitor.py:_start():172] Starting system metrics aggregation loop
|
122 |
+
2024-09-27 21:51:52,802 DEBUG SenderThread:35184 [sender.py:send():391] send: stats
|
123 |
+
2024-09-27 21:51:52,834 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
124 |
+
2024-09-27 21:51:53,474 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: stop_status
|
125 |
+
2024-09-27 21:51:53,474 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: stop_status
|
126 |
+
2024-09-27 21:51:53,834 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
127 |
+
2024-09-27 21:51:54,849 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
128 |
+
2024-09-27 21:51:55,849 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
129 |
+
2024-09-27 21:51:56,715 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
130 |
+
2024-09-27 21:51:56,865 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
131 |
+
2024-09-27 21:51:57,866 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
132 |
+
2024-09-27 21:51:58,872 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
133 |
+
2024-09-27 21:51:59,879 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
134 |
+
2024-09-27 21:52:00,886 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
135 |
+
2024-09-27 21:52:01,900 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
136 |
+
2024-09-27 21:52:02,591 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
137 |
+
2024-09-27 21:52:02,905 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
138 |
+
2024-09-27 21:52:03,921 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
139 |
+
2024-09-27 21:52:04,930 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
140 |
+
2024-09-27 21:52:05,944 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
141 |
+
2024-09-27 21:52:06,948 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
142 |
+
2024-09-27 21:52:07,616 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
143 |
+
2024-09-27 21:52:07,950 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
144 |
+
2024-09-27 21:52:08,487 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: stop_status
|
145 |
+
2024-09-27 21:52:08,488 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: stop_status
|
146 |
+
2024-09-27 21:52:08,951 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
147 |
+
2024-09-27 21:52:09,959 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
148 |
+
2024-09-27 21:52:10,966 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
149 |
+
2024-09-27 21:52:11,967 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
150 |
+
2024-09-27 21:52:12,816 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
151 |
+
2024-09-27 21:52:12,969 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
152 |
+
2024-09-27 21:52:13,970 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
153 |
+
2024-09-27 21:52:14,982 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
154 |
+
2024-09-27 21:52:15,984 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
155 |
+
2024-09-27 21:52:16,999 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
156 |
+
2024-09-27 21:52:18,006 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
157 |
+
2024-09-27 21:52:18,619 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
158 |
+
2024-09-27 21:52:19,016 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
159 |
+
2024-09-27 21:52:20,017 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
160 |
+
2024-09-27 21:52:21,019 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
161 |
+
2024-09-27 21:52:22,025 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
162 |
+
2024-09-27 21:52:22,814 DEBUG SenderThread:35184 [sender.py:send():391] send: stats
|
163 |
+
2024-09-27 21:52:23,033 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
164 |
+
2024-09-27 21:52:23,500 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: stop_status
|
165 |
+
2024-09-27 21:52:23,500 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: stop_status
|
166 |
+
2024-09-27 21:52:23,846 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
167 |
+
2024-09-27 21:52:24,034 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
168 |
+
2024-09-27 21:52:25,035 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
169 |
+
2024-09-27 21:52:26,036 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
170 |
+
2024-09-27 21:52:27,050 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
171 |
+
2024-09-27 21:52:28,051 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
172 |
+
2024-09-27 21:52:29,052 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
173 |
+
2024-09-27 21:52:29,633 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
174 |
+
2024-09-27 21:52:30,067 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
175 |
+
2024-09-27 21:52:31,075 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
176 |
+
2024-09-27 21:52:32,078 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
177 |
+
2024-09-27 21:52:33,085 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
178 |
+
2024-09-27 21:52:34,101 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
179 |
+
2024-09-27 21:52:34,635 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
180 |
+
2024-09-27 21:52:35,114 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
181 |
+
2024-09-27 21:52:36,116 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
182 |
+
2024-09-27 21:52:37,125 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
183 |
+
2024-09-27 21:52:38,130 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
184 |
+
2024-09-27 21:52:38,514 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: stop_status
|
185 |
+
2024-09-27 21:52:38,514 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: stop_status
|
186 |
+
2024-09-27 21:52:39,137 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
187 |
+
2024-09-27 21:52:39,772 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
188 |
+
2024-09-27 21:52:40,129 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
189 |
+
2024-09-27 21:52:41,144 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
190 |
+
2024-09-27 21:52:42,150 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
191 |
+
2024-09-27 21:52:43,156 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
192 |
+
2024-09-27 21:52:44,167 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
193 |
+
2024-09-27 21:52:45,181 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
194 |
+
2024-09-27 21:52:45,661 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
195 |
+
2024-09-27 21:52:46,183 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
196 |
+
2024-09-27 21:52:47,198 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
197 |
+
2024-09-27 21:52:48,200 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
198 |
+
2024-09-27 21:52:49,203 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
199 |
+
2024-09-27 21:52:50,207 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
200 |
+
2024-09-27 21:52:51,218 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
201 |
+
2024-09-27 21:52:51,672 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
202 |
+
2024-09-27 21:52:52,234 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
203 |
+
2024-09-27 21:52:52,823 DEBUG SenderThread:35184 [sender.py:send():391] send: stats
|
204 |
+
2024-09-27 21:52:53,249 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
205 |
+
2024-09-27 21:52:53,522 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: stop_status
|
206 |
+
2024-09-27 21:52:53,522 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: stop_status
|
207 |
+
2024-09-27 21:52:54,251 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
208 |
+
2024-09-27 21:52:55,260 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
209 |
+
2024-09-27 21:52:56,262 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
210 |
+
2024-09-27 21:52:56,753 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
211 |
+
2024-09-27 21:52:57,263 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
212 |
+
2024-09-27 21:52:58,278 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
213 |
+
2024-09-27 21:52:59,277 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
214 |
+
2024-09-27 21:53:00,286 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
215 |
+
2024-09-27 21:53:01,287 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
216 |
+
2024-09-27 21:53:02,289 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
217 |
+
2024-09-27 21:53:02,700 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
218 |
+
2024-09-27 21:53:03,299 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
219 |
+
2024-09-27 21:53:04,303 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
220 |
+
2024-09-27 21:53:05,304 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
221 |
+
2024-09-27 21:53:06,320 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
222 |
+
2024-09-27 21:53:07,321 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
223 |
+
2024-09-27 21:53:08,321 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
224 |
+
2024-09-27 21:53:08,526 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: stop_status
|
225 |
+
2024-09-27 21:53:08,526 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: stop_status
|
226 |
+
2024-09-27 21:53:08,754 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
227 |
+
2024-09-27 21:53:09,336 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
228 |
+
2024-09-27 21:53:10,337 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
229 |
+
2024-09-27 21:53:11,343 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
230 |
+
2024-09-27 21:53:12,354 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
231 |
+
2024-09-27 21:53:13,355 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
232 |
+
2024-09-27 21:53:14,357 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
233 |
+
2024-09-27 21:53:14,718 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
234 |
+
2024-09-27 21:53:15,369 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
235 |
+
2024-09-27 21:53:16,370 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
236 |
+
2024-09-27 21:53:17,385 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
237 |
+
2024-09-27 21:53:18,401 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
238 |
+
2024-09-27 21:53:19,416 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
239 |
+
2024-09-27 21:53:19,720 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
240 |
+
2024-09-27 21:53:20,423 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
241 |
+
2024-09-27 21:53:21,423 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
242 |
+
2024-09-27 21:53:22,434 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
243 |
+
2024-09-27 21:53:22,822 DEBUG SenderThread:35184 [sender.py:send():391] send: stats
|
244 |
+
2024-09-27 21:53:23,435 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
245 |
+
2024-09-27 21:53:23,535 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: stop_status
|
246 |
+
2024-09-27 21:53:23,535 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: stop_status
|
247 |
+
2024-09-27 21:53:24,434 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
248 |
+
2024-09-27 21:53:24,803 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
249 |
+
2024-09-27 21:53:25,436 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
250 |
+
2024-09-27 21:53:26,437 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
251 |
+
2024-09-27 21:53:27,439 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
252 |
+
2024-09-27 21:53:28,455 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
253 |
+
2024-09-27 21:53:29,465 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
254 |
+
2024-09-27 21:53:30,471 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
255 |
+
2024-09-27 21:53:30,738 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
256 |
+
2024-09-27 21:53:31,481 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
257 |
+
2024-09-27 21:53:32,486 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
258 |
+
2024-09-27 21:53:33,486 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
259 |
+
2024-09-27 21:53:34,489 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
260 |
+
2024-09-27 21:53:35,506 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
261 |
+
2024-09-27 21:53:35,753 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
262 |
+
2024-09-27 21:53:36,512 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
263 |
+
2024-09-27 21:53:37,521 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
264 |
+
2024-09-27 21:53:38,523 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
265 |
+
2024-09-27 21:53:38,553 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: stop_status
|
266 |
+
2024-09-27 21:53:38,553 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: stop_status
|
267 |
+
2024-09-27 21:53:39,537 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
268 |
+
2024-09-27 21:53:40,549 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
269 |
+
2024-09-27 21:53:40,869 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
270 |
+
2024-09-27 21:53:41,554 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
271 |
+
2024-09-27 21:53:42,556 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
272 |
+
2024-09-27 21:53:43,557 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
273 |
+
2024-09-27 21:53:44,012 INFO Thread-32 :35184 [dir_watcher.py:_on_file_modified():288] file/dir modified: e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215039-26zv6kle\files\output.log
|
274 |
+
2024-09-27 21:53:44,560 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
275 |
+
2024-09-27 21:53:45,573 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
276 |
+
2024-09-27 21:53:46,585 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
277 |
+
2024-09-27 21:53:46,817 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
278 |
+
2024-09-27 21:53:47,586 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
279 |
+
2024-09-27 21:53:48,589 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
280 |
+
2024-09-27 21:53:49,593 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
281 |
+
2024-09-27 21:53:50,606 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
282 |
+
2024-09-27 21:53:51,615 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
283 |
+
2024-09-27 21:53:51,818 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
284 |
+
2024-09-27 21:53:52,622 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
285 |
+
2024-09-27 21:53:52,829 DEBUG SenderThread:35184 [sender.py:send():391] send: stats
|
286 |
+
2024-09-27 21:53:53,589 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: stop_status
|
287 |
+
2024-09-27 21:53:53,590 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: stop_status
|
288 |
+
2024-09-27 21:53:53,623 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
289 |
+
2024-09-27 21:53:54,624 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
290 |
+
2024-09-27 21:53:55,639 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
291 |
+
2024-09-27 21:53:56,640 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
292 |
+
2024-09-27 21:53:56,906 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
293 |
+
2024-09-27 21:53:57,426 DEBUG SenderThread:35184 [sender.py:send():391] send: telemetry
|
294 |
+
2024-09-27 21:53:57,426 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: server_info
|
295 |
+
2024-09-27 21:53:57,426 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: server_info
|
296 |
+
2024-09-27 21:53:57,640 DEBUG SenderThread:35184 [sender.py:send():391] send: exit
|
297 |
+
2024-09-27 21:53:57,640 INFO SenderThread:35184 [sender.py:send_exit():598] handling exit code: 0
|
298 |
+
2024-09-27 21:53:57,640 INFO SenderThread:35184 [sender.py:send_exit():600] handling runtime: 184
|
299 |
+
2024-09-27 21:53:57,657 INFO SenderThread:35184 [sender.py:_save_file():1466] saving file wandb-summary.json with policy end
|
300 |
+
2024-09-27 21:53:57,657 INFO SenderThread:35184 [sender.py:send_exit():606] send defer
|
301 |
+
2024-09-27 21:53:57,657 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: defer
|
302 |
+
2024-09-27 21:53:57,657 INFO HandlerThread:35184 [handler.py:handle_request_defer():184] handle defer: 0
|
303 |
+
2024-09-27 21:53:57,657 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: defer
|
304 |
+
2024-09-27 21:53:57,657 INFO SenderThread:35184 [sender.py:send_request_defer():622] handle sender defer: 0
|
305 |
+
2024-09-27 21:53:57,657 INFO SenderThread:35184 [sender.py:transition_state():626] send defer: 1
|
306 |
+
2024-09-27 21:53:57,657 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: defer
|
307 |
+
2024-09-27 21:53:57,657 INFO HandlerThread:35184 [handler.py:handle_request_defer():184] handle defer: 1
|
308 |
+
2024-09-27 21:53:57,657 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: defer
|
309 |
+
2024-09-27 21:53:57,657 INFO SenderThread:35184 [sender.py:send_request_defer():622] handle sender defer: 1
|
310 |
+
2024-09-27 21:53:57,657 INFO SenderThread:35184 [sender.py:transition_state():626] send defer: 2
|
311 |
+
2024-09-27 21:53:57,657 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: defer
|
312 |
+
2024-09-27 21:53:57,657 INFO HandlerThread:35184 [handler.py:handle_request_defer():184] handle defer: 2
|
313 |
+
2024-09-27 21:53:57,657 INFO HandlerThread:35184 [system_monitor.py:finish():203] Stopping system monitor
|
314 |
+
2024-09-27 21:53:57,661 DEBUG SystemMonitor:35184 [system_monitor.py:_start():179] Finished system metrics aggregation loop
|
315 |
+
2024-09-27 21:53:57,661 INFO HandlerThread:35184 [interfaces.py:finish():200] Joined cpu monitor
|
316 |
+
2024-09-27 21:53:57,661 DEBUG SystemMonitor:35184 [system_monitor.py:_start():183] Publishing last batch of metrics
|
317 |
+
2024-09-27 21:53:57,661 INFO HandlerThread:35184 [interfaces.py:finish():200] Joined disk monitor
|
318 |
+
2024-09-27 21:53:57,692 INFO HandlerThread:35184 [interfaces.py:finish():200] Joined gpu monitor
|
319 |
+
2024-09-27 21:53:57,692 INFO HandlerThread:35184 [interfaces.py:finish():200] Joined memory monitor
|
320 |
+
2024-09-27 21:53:57,692 INFO HandlerThread:35184 [interfaces.py:finish():200] Joined network monitor
|
321 |
+
2024-09-27 21:53:57,692 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: defer
|
322 |
+
2024-09-27 21:53:57,692 INFO SenderThread:35184 [sender.py:send_request_defer():622] handle sender defer: 2
|
323 |
+
2024-09-27 21:53:57,692 INFO SenderThread:35184 [sender.py:transition_state():626] send defer: 3
|
324 |
+
2024-09-27 21:53:57,692 DEBUG SenderThread:35184 [sender.py:send():391] send: stats
|
325 |
+
2024-09-27 21:53:57,692 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: defer
|
326 |
+
2024-09-27 21:53:57,692 INFO HandlerThread:35184 [handler.py:handle_request_defer():184] handle defer: 3
|
327 |
+
2024-09-27 21:53:57,706 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: defer
|
328 |
+
2024-09-27 21:53:57,707 INFO SenderThread:35184 [sender.py:send_request_defer():622] handle sender defer: 3
|
329 |
+
2024-09-27 21:53:57,707 INFO SenderThread:35184 [sender.py:transition_state():626] send defer: 4
|
330 |
+
2024-09-27 21:53:57,707 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: defer
|
331 |
+
2024-09-27 21:53:57,707 INFO HandlerThread:35184 [handler.py:handle_request_defer():184] handle defer: 4
|
332 |
+
2024-09-27 21:53:57,707 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: defer
|
333 |
+
2024-09-27 21:53:57,707 INFO SenderThread:35184 [sender.py:send_request_defer():622] handle sender defer: 4
|
334 |
+
2024-09-27 21:53:57,707 INFO SenderThread:35184 [sender.py:transition_state():626] send defer: 5
|
335 |
+
2024-09-27 21:53:57,707 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: defer
|
336 |
+
2024-09-27 21:53:57,707 INFO HandlerThread:35184 [handler.py:handle_request_defer():184] handle defer: 5
|
337 |
+
2024-09-27 21:53:57,707 DEBUG SenderThread:35184 [sender.py:send():391] send: summary
|
338 |
+
2024-09-27 21:53:57,707 INFO SenderThread:35184 [sender.py:_save_file():1466] saving file wandb-summary.json with policy end
|
339 |
+
2024-09-27 21:53:57,707 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: defer
|
340 |
+
2024-09-27 21:53:57,707 INFO SenderThread:35184 [sender.py:send_request_defer():622] handle sender defer: 5
|
341 |
+
2024-09-27 21:53:57,707 INFO SenderThread:35184 [sender.py:transition_state():626] send defer: 6
|
342 |
+
2024-09-27 21:53:57,707 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: defer
|
343 |
+
2024-09-27 21:53:57,707 INFO HandlerThread:35184 [handler.py:handle_request_defer():184] handle defer: 6
|
344 |
+
2024-09-27 21:53:57,707 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: defer
|
345 |
+
2024-09-27 21:53:57,707 INFO SenderThread:35184 [sender.py:send_request_defer():622] handle sender defer: 6
|
346 |
+
2024-09-27 21:53:57,707 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
347 |
+
2024-09-27 21:53:57,957 INFO SenderThread:35184 [sender.py:transition_state():626] send defer: 7
|
348 |
+
2024-09-27 21:53:57,957 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: defer
|
349 |
+
2024-09-27 21:53:57,957 INFO HandlerThread:35184 [handler.py:handle_request_defer():184] handle defer: 7
|
350 |
+
2024-09-27 21:53:57,957 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: defer
|
351 |
+
2024-09-27 21:53:57,957 INFO SenderThread:35184 [sender.py:send_request_defer():622] handle sender defer: 7
|
352 |
+
2024-09-27 21:53:58,174 INFO Thread-32 :35184 [dir_watcher.py:_on_file_modified():288] file/dir modified: e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215039-26zv6kle\files\config.yaml
|
353 |
+
2024-09-27 21:53:58,174 INFO Thread-32 :35184 [dir_watcher.py:_on_file_created():271] file/dir created: e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215039-26zv6kle\files\wandb-summary.json
|
354 |
+
2024-09-27 21:53:58,656 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: poll_exit
|
355 |
+
2024-09-27 21:53:59,948 INFO SenderThread:35184 [sender.py:transition_state():626] send defer: 8
|
356 |
+
2024-09-27 21:53:59,948 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: poll_exit
|
357 |
+
2024-09-27 21:53:59,948 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: defer
|
358 |
+
2024-09-27 21:53:59,948 INFO HandlerThread:35184 [handler.py:handle_request_defer():184] handle defer: 8
|
359 |
+
2024-09-27 21:53:59,948 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: defer
|
360 |
+
2024-09-27 21:53:59,948 INFO SenderThread:35184 [sender.py:send_request_defer():622] handle sender defer: 8
|
361 |
+
2024-09-27 21:53:59,948 INFO SenderThread:35184 [job_builder.py:build():440] Attempting to build job artifact
|
362 |
+
2024-09-27 21:53:59,958 INFO SenderThread:35184 [job_builder.py:_get_source_type():569] is repo sourced job
|
363 |
+
2024-09-27 21:53:59,958 INFO SenderThread:35184 [job_builder.py:_get_program_relpath():587] run is notebook based run
|
364 |
+
2024-09-27 21:53:59,958 INFO SenderThread:35184 [job_builder.py:build():545] adding wandb-job metadata file
|
365 |
+
2024-09-27 21:53:59,981 INFO SenderThread:35184 [sender.py:transition_state():626] send defer: 9
|
366 |
+
2024-09-27 21:53:59,981 DEBUG SenderThread:35184 [sender.py:send():391] send: artifact
|
367 |
+
2024-09-27 21:53:59,981 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: defer
|
368 |
+
2024-09-27 21:53:59,982 INFO HandlerThread:35184 [handler.py:handle_request_defer():184] handle defer: 9
|
369 |
+
2024-09-27 21:54:00,191 INFO Thread-32 :35184 [dir_watcher.py:_on_file_modified():288] file/dir modified: e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215039-26zv6kle\files\output.log
|
370 |
+
2024-09-27 21:54:00,656 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: poll_exit
|
371 |
+
2024-09-27 21:54:01,507 INFO wandb-upload_0:35184 [upload_job.py:push():85] Skipped uploading C:\Users\marcelovidigal\AppData\Local\wandb\wandb\artifacts\staging\tmpp77i0sf9
|
372 |
+
2024-09-27 21:54:02,424 INFO wandb-upload_1:35184 [upload_job.py:push():88] Uploaded file C:\Users\MARCEL~1\AppData\Local\Temp\tmps6xnetq0\wandb-job.json
|
373 |
+
2024-09-27 21:54:04,307 INFO SenderThread:35184 [sender.py:send_artifact():1549] sent artifact job-https___github.com_marcelovidigal_retrieval_augmented_gener..doutorado_secoes_contratos_rotulos_classificacao_texto_v1.ipynb - {'id': 'QXJ0aWZhY3Q6MTI1MTM3MzQ2Ng==', 'state': 'PENDING', 'artifactSequence': {'id': 'QXJ0aWZhY3RDb2xsZWN0aW9uOjQ2MzIyNDkxNw==', 'latestArtifact': {'id': 'QXJ0aWZhY3Q6MTI1MTM3MDczNA==', 'versionIndex': 0}}}
|
374 |
+
2024-09-27 21:54:04,307 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: defer
|
375 |
+
2024-09-27 21:54:04,307 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: status_report
|
376 |
+
2024-09-27 21:54:04,307 INFO SenderThread:35184 [sender.py:send_request_defer():622] handle sender defer: 9
|
377 |
+
2024-09-27 21:54:04,307 INFO SenderThread:35184 [dir_watcher.py:finish():358] shutting down directory watcher
|
378 |
+
2024-09-27 21:54:05,209 INFO SenderThread:35184 [dir_watcher.py:finish():388] scan: e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215039-26zv6kle\files
|
379 |
+
2024-09-27 21:54:05,209 INFO SenderThread:35184 [dir_watcher.py:finish():402] scan save: e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215039-26zv6kle\files\config.yaml config.yaml
|
380 |
+
2024-09-27 21:54:05,209 INFO SenderThread:35184 [dir_watcher.py:finish():402] scan save: e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215039-26zv6kle\files\wandb-metadata.json wandb-metadata.json
|
381 |
+
2024-09-27 21:54:05,209 INFO SenderThread:35184 [dir_watcher.py:finish():402] scan save: e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215039-26zv6kle\files\requirements.txt requirements.txt
|
382 |
+
2024-09-27 21:54:05,209 INFO SenderThread:35184 [dir_watcher.py:finish():402] scan save: e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215039-26zv6kle\files\output.log output.log
|
383 |
+
2024-09-27 21:54:05,209 INFO SenderThread:35184 [dir_watcher.py:finish():402] scan save: e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215039-26zv6kle\files\wandb-summary.json wandb-summary.json
|
384 |
+
2024-09-27 21:54:05,209 INFO SenderThread:35184 [sender.py:transition_state():626] send defer: 10
|
385 |
+
2024-09-27 21:54:05,209 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: poll_exit
|
386 |
+
2024-09-27 21:54:05,209 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: defer
|
387 |
+
2024-09-27 21:54:05,209 INFO HandlerThread:35184 [handler.py:handle_request_defer():184] handle defer: 10
|
388 |
+
2024-09-27 21:54:05,209 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: defer
|
389 |
+
2024-09-27 21:54:05,209 INFO SenderThread:35184 [sender.py:send_request_defer():622] handle sender defer: 10
|
390 |
+
2024-09-27 21:54:05,209 INFO SenderThread:35184 [file_pusher.py:finish():169] shutting down file pusher
|
391 |
+
2024-09-27 21:54:05,674 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: keepalive
|
392 |
+
2024-09-27 21:54:05,674 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: poll_exit
|
393 |
+
2024-09-27 21:54:05,674 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: poll_exit
|
394 |
+
2024-09-27 21:54:05,774 INFO wandb-upload_0:35184 [upload_job.py:push():130] Uploaded file e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215039-26zv6kle\files\config.yaml
|
395 |
+
2024-09-27 21:54:06,024 INFO wandb-upload_1:35184 [upload_job.py:push():130] Uploaded file e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215039-26zv6kle\files\requirements.txt
|
396 |
+
2024-09-27 21:54:06,302 INFO wandb-upload_2:35184 [upload_job.py:push():130] Uploaded file e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215039-26zv6kle\files\output.log
|
397 |
+
2024-09-27 21:54:06,325 INFO wandb-upload_3:35184 [upload_job.py:push():130] Uploaded file e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215039-26zv6kle\files\wandb-summary.json
|
398 |
+
2024-09-27 21:54:06,540 INFO Thread-31 (_thread_body):35184 [sender.py:transition_state():626] send defer: 11
|
399 |
+
2024-09-27 21:54:06,541 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: defer
|
400 |
+
2024-09-27 21:54:06,541 INFO HandlerThread:35184 [handler.py:handle_request_defer():184] handle defer: 11
|
401 |
+
2024-09-27 21:54:06,541 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: defer
|
402 |
+
2024-09-27 21:54:06,541 INFO SenderThread:35184 [sender.py:send_request_defer():622] handle sender defer: 11
|
403 |
+
2024-09-27 21:54:06,541 INFO SenderThread:35184 [file_pusher.py:join():175] waiting for file pusher
|
404 |
+
2024-09-27 21:54:06,541 INFO SenderThread:35184 [sender.py:transition_state():626] send defer: 12
|
405 |
+
2024-09-27 21:54:06,543 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: defer
|
406 |
+
2024-09-27 21:54:06,543 INFO HandlerThread:35184 [handler.py:handle_request_defer():184] handle defer: 12
|
407 |
+
2024-09-27 21:54:06,543 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: defer
|
408 |
+
2024-09-27 21:54:06,543 INFO SenderThread:35184 [sender.py:send_request_defer():622] handle sender defer: 12
|
409 |
+
2024-09-27 21:54:06,543 INFO SenderThread:35184 [file_stream.py:finish():601] file stream finish called
|
410 |
+
2024-09-27 21:54:06,675 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: poll_exit
|
411 |
+
2024-09-27 21:54:07,311 INFO SenderThread:35184 [file_stream.py:finish():605] file stream finish is done
|
412 |
+
2024-09-27 21:54:07,311 INFO SenderThread:35184 [sender.py:transition_state():626] send defer: 13
|
413 |
+
2024-09-27 21:54:07,312 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: poll_exit
|
414 |
+
2024-09-27 21:54:07,312 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: defer
|
415 |
+
2024-09-27 21:54:07,312 INFO HandlerThread:35184 [handler.py:handle_request_defer():184] handle defer: 13
|
416 |
+
2024-09-27 21:54:07,312 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: defer
|
417 |
+
2024-09-27 21:54:07,313 INFO SenderThread:35184 [sender.py:send_request_defer():622] handle sender defer: 13
|
418 |
+
2024-09-27 21:54:07,313 INFO SenderThread:35184 [sender.py:transition_state():626] send defer: 14
|
419 |
+
2024-09-27 21:54:07,313 DEBUG SenderThread:35184 [sender.py:send():391] send: final
|
420 |
+
2024-09-27 21:54:07,313 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: defer
|
421 |
+
2024-09-27 21:54:07,313 DEBUG SenderThread:35184 [sender.py:send():391] send: footer
|
422 |
+
2024-09-27 21:54:07,313 INFO HandlerThread:35184 [handler.py:handle_request_defer():184] handle defer: 14
|
423 |
+
2024-09-27 21:54:07,314 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: defer
|
424 |
+
2024-09-27 21:54:07,314 INFO SenderThread:35184 [sender.py:send_request_defer():622] handle sender defer: 14
|
425 |
+
2024-09-27 21:54:07,314 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: poll_exit
|
426 |
+
2024-09-27 21:54:07,315 DEBUG SenderThread:35184 [sender.py:send_request():418] send_request: poll_exit
|
427 |
+
2024-09-27 21:54:07,317 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: internal_messages
|
428 |
+
2024-09-27 21:54:07,317 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: get_summary
|
429 |
+
2024-09-27 21:54:07,318 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: sampled_history
|
430 |
+
2024-09-27 21:54:07,318 DEBUG HandlerThread:35184 [handler.py:handle_request():158] handle_request: shutdown
|
431 |
+
2024-09-27 21:54:07,318 INFO HandlerThread:35184 [handler.py:finish():882] shutting down handler
|
432 |
+
2024-09-27 21:54:08,325 INFO WriterThread:35184 [datastore.py:close():296] close: e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215039-26zv6kle\run-26zv6kle.wandb
|
433 |
+
2024-09-27 21:54:08,325 INFO SenderThread:35184 [sender.py:finish():1631] shutting down sender
|
434 |
+
2024-09-27 21:54:08,325 INFO SenderThread:35184 [file_pusher.py:finish():169] shutting down file pusher
|
435 |
+
2024-09-27 21:54:08,325 INFO SenderThread:35184 [file_pusher.py:join():175] waiting for file pusher
|
wandb/run-20240927_215039-26zv6kle/logs/debug.log
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2024-09-27 21:50:39,729 INFO MainThread:34208 [wandb_setup.py:_flush():76] Current SDK version is 0.17.6
|
2 |
+
2024-09-27 21:50:39,729 INFO MainThread:34208 [wandb_setup.py:_flush():76] Configure stats pid to 34208
|
3 |
+
2024-09-27 21:50:39,729 INFO MainThread:34208 [wandb_setup.py:_flush():76] Loading settings from C:\Users\marcelovidigal\.config\wandb\settings
|
4 |
+
2024-09-27 21:50:39,729 INFO MainThread:34208 [wandb_setup.py:_flush():76] Loading settings from e:\ferramentas\google\drive\Meu Drive\projetos\python\retrieval_augmented_generation\doutorado\wandb\settings
|
5 |
+
2024-09-27 21:50:39,729 INFO MainThread:34208 [wandb_setup.py:_flush():76] Loading settings from environment variables: {'notebook_name': 'e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/doutorado/secoes_contratos_rotulos_classificacao_texto_v1.ipynb'}
|
6 |
+
2024-09-27 21:50:39,729 INFO MainThread:34208 [wandb_setup.py:_flush():76] Applying setup settings: {'_disable_service': False}
|
7 |
+
2024-09-27 21:50:39,729 INFO MainThread:34208 [wandb_setup.py:_flush():76] Inferring run settings from compute environment: {'program': '<python with no main file>'}
|
8 |
+
2024-09-27 21:50:39,729 INFO MainThread:34208 [wandb_setup.py:_flush():76] Applying login settings: {}
|
9 |
+
2024-09-27 21:50:39,729 INFO MainThread:34208 [wandb_init.py:_log_setup():521] Logging user logs to e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215039-26zv6kle\logs\debug.log
|
10 |
+
2024-09-27 21:50:39,729 INFO MainThread:34208 [wandb_init.py:_log_setup():522] Logging internal logs to e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215039-26zv6kle\logs\debug-internal.log
|
11 |
+
2024-09-27 21:50:39,729 INFO MainThread:34208 [wandb_init.py:init():559] calling init triggers
|
12 |
+
2024-09-27 21:50:39,729 INFO MainThread:34208 [wandb_init.py:init():566] wandb.init called with sweep_config: {}
|
13 |
+
config: {}
|
14 |
+
2024-09-27 21:50:39,729 INFO MainThread:34208 [wandb_init.py:init():584] re-initializing run, found existing run on stack: itp2xcvi
|
15 |
+
2024-09-27 21:50:39,744 INFO MainThread:34208 [wandb_run.py:_finish():2110] finishing run mvgdr/retrieval_augmented_generation/itp2xcvi
|
16 |
+
2024-09-27 21:50:39,862 INFO MainThread:34208 [jupyter.py:save_history():444] not saving jupyter history
|
17 |
+
2024-09-27 21:50:39,862 INFO MainThread:34208 [jupyter.py:save_ipynb():372] not saving jupyter notebook
|
18 |
+
2024-09-27 21:50:39,862 INFO MainThread:34208 [wandb_init.py:_jupyter_teardown():449] cleaning up jupyter logic
|
19 |
+
2024-09-27 21:50:39,862 INFO MainThread:34208 [wandb_run.py:_atexit_cleanup():2377] got exitcode: 0
|
20 |
+
2024-09-27 21:50:39,862 INFO MainThread:34208 [wandb_run.py:_restore():2355] restore
|
21 |
+
2024-09-27 21:50:39,862 INFO MainThread:34208 [wandb_run.py:_restore():2361] restore done
|
22 |
+
2024-09-27 21:50:50,598 INFO MainThread:34208 [wandb_run.py:_footer_history_summary_info():4035] rendering history
|
23 |
+
2024-09-27 21:50:50,598 INFO MainThread:34208 [wandb_run.py:_footer_history_summary_info():4067] rendering summary
|
24 |
+
2024-09-27 21:50:50,598 INFO MainThread:34208 [wandb_run.py:_footer_sync_info():3994] logging synced files
|
25 |
+
2024-09-27 21:50:51,514 INFO MainThread:34208 [wandb_init.py:init():609] starting backend
|
26 |
+
2024-09-27 21:50:51,514 INFO MainThread:34208 [wandb_init.py:init():613] setting up manager
|
27 |
+
2024-09-27 21:50:51,531 INFO MainThread:34208 [backend.py:_multiprocessing_setup():105] multiprocessing start_methods=spawn, using: spawn
|
28 |
+
2024-09-27 21:50:51,531 INFO MainThread:34208 [wandb_init.py:init():621] backend started and connected
|
29 |
+
2024-09-27 21:50:51,554 INFO MainThread:34208 [wandb_run.py:_label_probe_notebook():1337] probe notebook
|
30 |
+
2024-09-27 21:50:51,559 INFO MainThread:34208 [wandb_init.py:init():716] updated telemetry
|
31 |
+
2024-09-27 21:50:51,665 INFO MainThread:34208 [wandb_init.py:init():749] communicating run to backend with 90.0 second timeout
|
32 |
+
2024-09-27 21:50:52,362 INFO MainThread:34208 [wandb_run.py:_on_init():2438] communicating current version
|
33 |
+
2024-09-27 21:50:52,729 INFO MainThread:34208 [wandb_run.py:_on_init():2447] got version response upgrade_message: "wandb version 0.18.2 is available! To upgrade, please run:\n $ pip install wandb --upgrade"
|
34 |
+
|
35 |
+
2024-09-27 21:50:52,729 INFO MainThread:34208 [wandb_init.py:init():800] starting run threads in backend
|
36 |
+
2024-09-27 21:50:53,440 INFO MainThread:34208 [wandb_run.py:_console_start():2416] atexit reg
|
37 |
+
2024-09-27 21:50:53,440 INFO MainThread:34208 [wandb_run.py:_redirect():2258] redirect: wrap_raw
|
38 |
+
2024-09-27 21:50:53,443 INFO MainThread:34208 [wandb_run.py:_redirect():2323] Wrapping output streams.
|
39 |
+
2024-09-27 21:50:53,443 INFO MainThread:34208 [wandb_run.py:_redirect():2348] Redirects installed.
|
40 |
+
2024-09-27 21:50:53,444 INFO MainThread:34208 [wandb_init.py:init():843] run started, returning control to user process
|
41 |
+
2024-09-27 21:53:57,421 INFO MainThread:34208 [wandb_setup.py:_flush():76] Current SDK version is 0.17.6
|
42 |
+
2024-09-27 21:53:57,423 INFO MainThread:34208 [wandb_setup.py:_flush():76] Configure stats pid to 34208
|
43 |
+
2024-09-27 21:53:57,424 INFO MainThread:34208 [wandb_setup.py:_flush():76] Loading settings from C:\Users\marcelovidigal\.config\wandb\settings
|
44 |
+
2024-09-27 21:53:57,424 INFO MainThread:34208 [wandb_setup.py:_flush():76] Loading settings from e:\ferramentas\google\drive\Meu Drive\projetos\python\retrieval_augmented_generation\doutorado\wandb\settings
|
45 |
+
2024-09-27 21:53:57,424 INFO MainThread:34208 [wandb_setup.py:_flush():76] Loading settings from environment variables: {'notebook_name': 'e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/doutorado/secoes_contratos_rotulos_classificacao_texto_v1.ipynb'}
|
46 |
+
2024-09-27 21:53:57,425 INFO MainThread:34208 [wandb_setup.py:_flush():76] Applying setup settings: {'_disable_service': False}
|
47 |
+
2024-09-27 21:53:57,425 INFO MainThread:34208 [wandb_setup.py:_flush():76] Inferring run settings from compute environment: {'program': '<python with no main file>'}
|
48 |
+
2024-09-27 21:53:57,425 INFO MainThread:34208 [wandb_setup.py:_flush():76] Applying login settings: {}
|
49 |
+
2024-09-27 21:53:57,426 INFO MainThread:34208 [wandb_init.py:_log_setup():521] Logging user logs to e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215357-j5axkvdd\logs\debug.log
|
50 |
+
2024-09-27 21:53:57,426 INFO MainThread:34208 [wandb_init.py:_log_setup():522] Logging internal logs to e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215357-j5axkvdd\logs\debug-internal.log
|
51 |
+
2024-09-27 21:53:57,426 INFO MainThread:34208 [wandb_init.py:_jupyter_setup():467] configuring jupyter hooks <wandb.sdk.wandb_init._WandbInit object at 0x0000024A72D57AD0>
|
52 |
+
2024-09-27 21:53:57,426 INFO MainThread:34208 [wandb_init.py:init():559] calling init triggers
|
53 |
+
2024-09-27 21:53:57,426 INFO MainThread:34208 [wandb_init.py:init():566] wandb.init called with sweep_config: {}
|
54 |
+
config: {}
|
55 |
+
2024-09-27 21:53:57,426 INFO MainThread:34208 [wandb_init.py:init():584] re-initializing run, found existing run on stack: 26zv6kle
|
56 |
+
2024-09-27 21:53:57,426 INFO MainThread:34208 [wandb_run.py:_finish():2110] finishing run mvgdr/retrieval_augmented_generation/26zv6kle
|
57 |
+
2024-09-27 21:53:57,426 INFO MainThread:34208 [wandb_run.py:_atexit_cleanup():2377] got exitcode: 0
|
58 |
+
2024-09-27 21:53:57,426 INFO MainThread:34208 [wandb_run.py:_restore():2355] restore
|
59 |
+
2024-09-27 21:53:57,426 INFO MainThread:34208 [wandb_run.py:_restore():2361] restore done
|
60 |
+
2024-09-27 21:54:08,325 INFO MainThread:34208 [wandb_run.py:_footer_history_summary_info():4035] rendering history
|
61 |
+
2024-09-27 21:54:08,325 INFO MainThread:34208 [wandb_run.py:_footer_history_summary_info():4067] rendering summary
|
62 |
+
2024-09-27 21:54:08,325 INFO MainThread:34208 [wandb_run.py:_footer_sync_info():3994] logging synced files
|
wandb/run-20240927_215039-26zv6kle/run-26zv6kle.wandb
ADDED
Binary file (16 kB). View file
|
|
wandb/run-20240927_215357-j5axkvdd/files/config.yaml
ADDED
@@ -0,0 +1,727 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
wandb_version: 1
|
2 |
+
|
3 |
+
_wandb:
|
4 |
+
desc: null
|
5 |
+
value:
|
6 |
+
python_version: 3.11.9
|
7 |
+
cli_version: 0.17.6
|
8 |
+
framework: huggingface
|
9 |
+
huggingface_version: 4.42.4
|
10 |
+
is_jupyter_run: true
|
11 |
+
is_kaggle_kernel: false
|
12 |
+
start_time: 1727484848
|
13 |
+
t:
|
14 |
+
1:
|
15 |
+
- 1
|
16 |
+
- 2
|
17 |
+
- 3
|
18 |
+
- 5
|
19 |
+
- 11
|
20 |
+
- 41
|
21 |
+
- 49
|
22 |
+
- 51
|
23 |
+
- 53
|
24 |
+
- 55
|
25 |
+
- 71
|
26 |
+
- 98
|
27 |
+
- 100
|
28 |
+
2:
|
29 |
+
- 1
|
30 |
+
- 2
|
31 |
+
- 3
|
32 |
+
- 5
|
33 |
+
- 11
|
34 |
+
- 41
|
35 |
+
- 49
|
36 |
+
- 51
|
37 |
+
- 53
|
38 |
+
- 55
|
39 |
+
- 71
|
40 |
+
- 98
|
41 |
+
- 100
|
42 |
+
3:
|
43 |
+
- 2
|
44 |
+
- 7
|
45 |
+
- 19
|
46 |
+
- 23
|
47 |
+
- 62
|
48 |
+
- 66
|
49 |
+
4: 3.11.9
|
50 |
+
5: 0.17.6
|
51 |
+
6: 4.42.4
|
52 |
+
8:
|
53 |
+
- 1
|
54 |
+
- 3
|
55 |
+
- 5
|
56 |
+
9:
|
57 |
+
1: transformers_trainer
|
58 |
+
13: windows-amd64
|
59 |
+
m:
|
60 |
+
- 1: train/global_step
|
61 |
+
6:
|
62 |
+
- 3
|
63 |
+
- 1: train/loss
|
64 |
+
5: 1
|
65 |
+
6:
|
66 |
+
- 1
|
67 |
+
- 1: train/grad_norm
|
68 |
+
5: 1
|
69 |
+
6:
|
70 |
+
- 1
|
71 |
+
- 1: train/learning_rate
|
72 |
+
5: 1
|
73 |
+
6:
|
74 |
+
- 1
|
75 |
+
- 1: train/epoch
|
76 |
+
5: 1
|
77 |
+
6:
|
78 |
+
- 1
|
79 |
+
- 1: eval/loss
|
80 |
+
5: 1
|
81 |
+
6:
|
82 |
+
- 1
|
83 |
+
- 1: eval/accuracy
|
84 |
+
5: 1
|
85 |
+
6:
|
86 |
+
- 1
|
87 |
+
- 1: eval/runtime
|
88 |
+
5: 1
|
89 |
+
6:
|
90 |
+
- 1
|
91 |
+
- 1: eval/samples_per_second
|
92 |
+
5: 1
|
93 |
+
6:
|
94 |
+
- 1
|
95 |
+
- 1: eval/steps_per_second
|
96 |
+
5: 1
|
97 |
+
6:
|
98 |
+
- 1
|
99 |
+
return_dict:
|
100 |
+
desc: null
|
101 |
+
value: true
|
102 |
+
output_hidden_states:
|
103 |
+
desc: null
|
104 |
+
value: false
|
105 |
+
output_attentions:
|
106 |
+
desc: null
|
107 |
+
value: false
|
108 |
+
torchscript:
|
109 |
+
desc: null
|
110 |
+
value: false
|
111 |
+
torch_dtype:
|
112 |
+
desc: null
|
113 |
+
value: null
|
114 |
+
use_bfloat16:
|
115 |
+
desc: null
|
116 |
+
value: false
|
117 |
+
tf_legacy_loss:
|
118 |
+
desc: null
|
119 |
+
value: false
|
120 |
+
pruned_heads:
|
121 |
+
desc: null
|
122 |
+
value: {}
|
123 |
+
tie_word_embeddings:
|
124 |
+
desc: null
|
125 |
+
value: true
|
126 |
+
chunk_size_feed_forward:
|
127 |
+
desc: null
|
128 |
+
value: 0
|
129 |
+
is_encoder_decoder:
|
130 |
+
desc: null
|
131 |
+
value: false
|
132 |
+
is_decoder:
|
133 |
+
desc: null
|
134 |
+
value: false
|
135 |
+
cross_attention_hidden_size:
|
136 |
+
desc: null
|
137 |
+
value: null
|
138 |
+
add_cross_attention:
|
139 |
+
desc: null
|
140 |
+
value: false
|
141 |
+
tie_encoder_decoder:
|
142 |
+
desc: null
|
143 |
+
value: false
|
144 |
+
max_length:
|
145 |
+
desc: null
|
146 |
+
value: 20
|
147 |
+
min_length:
|
148 |
+
desc: null
|
149 |
+
value: 0
|
150 |
+
do_sample:
|
151 |
+
desc: null
|
152 |
+
value: false
|
153 |
+
early_stopping:
|
154 |
+
desc: null
|
155 |
+
value: false
|
156 |
+
num_beams:
|
157 |
+
desc: null
|
158 |
+
value: 1
|
159 |
+
num_beam_groups:
|
160 |
+
desc: null
|
161 |
+
value: 1
|
162 |
+
diversity_penalty:
|
163 |
+
desc: null
|
164 |
+
value: 0.0
|
165 |
+
temperature:
|
166 |
+
desc: null
|
167 |
+
value: 1.0
|
168 |
+
top_k:
|
169 |
+
desc: null
|
170 |
+
value: 50
|
171 |
+
top_p:
|
172 |
+
desc: null
|
173 |
+
value: 1.0
|
174 |
+
typical_p:
|
175 |
+
desc: null
|
176 |
+
value: 1.0
|
177 |
+
repetition_penalty:
|
178 |
+
desc: null
|
179 |
+
value: 1.0
|
180 |
+
length_penalty:
|
181 |
+
desc: null
|
182 |
+
value: 1.0
|
183 |
+
no_repeat_ngram_size:
|
184 |
+
desc: null
|
185 |
+
value: 0
|
186 |
+
encoder_no_repeat_ngram_size:
|
187 |
+
desc: null
|
188 |
+
value: 0
|
189 |
+
bad_words_ids:
|
190 |
+
desc: null
|
191 |
+
value: null
|
192 |
+
num_return_sequences:
|
193 |
+
desc: null
|
194 |
+
value: 1
|
195 |
+
output_scores:
|
196 |
+
desc: null
|
197 |
+
value: false
|
198 |
+
return_dict_in_generate:
|
199 |
+
desc: null
|
200 |
+
value: false
|
201 |
+
forced_bos_token_id:
|
202 |
+
desc: null
|
203 |
+
value: null
|
204 |
+
forced_eos_token_id:
|
205 |
+
desc: null
|
206 |
+
value: null
|
207 |
+
remove_invalid_values:
|
208 |
+
desc: null
|
209 |
+
value: false
|
210 |
+
exponential_decay_length_penalty:
|
211 |
+
desc: null
|
212 |
+
value: null
|
213 |
+
suppress_tokens:
|
214 |
+
desc: null
|
215 |
+
value: null
|
216 |
+
begin_suppress_tokens:
|
217 |
+
desc: null
|
218 |
+
value: null
|
219 |
+
architectures:
|
220 |
+
desc: null
|
221 |
+
value:
|
222 |
+
- BertForMaskedLM
|
223 |
+
finetuning_task:
|
224 |
+
desc: null
|
225 |
+
value: null
|
226 |
+
id2label:
|
227 |
+
desc: null
|
228 |
+
value:
|
229 |
+
'0': LABEL_0
|
230 |
+
'1': LABEL_1
|
231 |
+
label2id:
|
232 |
+
desc: null
|
233 |
+
value:
|
234 |
+
LABEL_0: 0
|
235 |
+
LABEL_1: 1
|
236 |
+
tokenizer_class:
|
237 |
+
desc: null
|
238 |
+
value: null
|
239 |
+
prefix:
|
240 |
+
desc: null
|
241 |
+
value: null
|
242 |
+
bos_token_id:
|
243 |
+
desc: null
|
244 |
+
value: null
|
245 |
+
pad_token_id:
|
246 |
+
desc: null
|
247 |
+
value: 0
|
248 |
+
eos_token_id:
|
249 |
+
desc: null
|
250 |
+
value: null
|
251 |
+
sep_token_id:
|
252 |
+
desc: null
|
253 |
+
value: null
|
254 |
+
decoder_start_token_id:
|
255 |
+
desc: null
|
256 |
+
value: null
|
257 |
+
task_specific_params:
|
258 |
+
desc: null
|
259 |
+
value: null
|
260 |
+
problem_type:
|
261 |
+
desc: null
|
262 |
+
value: null
|
263 |
+
_name_or_path:
|
264 |
+
desc: null
|
265 |
+
value: google-bert/bert-base-multilingual-uncased
|
266 |
+
transformers_version:
|
267 |
+
desc: null
|
268 |
+
value: 4.42.4
|
269 |
+
directionality:
|
270 |
+
desc: null
|
271 |
+
value: bidi
|
272 |
+
model_type:
|
273 |
+
desc: null
|
274 |
+
value: bert
|
275 |
+
pooler_fc_size:
|
276 |
+
desc: null
|
277 |
+
value: 768
|
278 |
+
pooler_num_attention_heads:
|
279 |
+
desc: null
|
280 |
+
value: 12
|
281 |
+
pooler_num_fc_layers:
|
282 |
+
desc: null
|
283 |
+
value: 3
|
284 |
+
pooler_size_per_head:
|
285 |
+
desc: null
|
286 |
+
value: 128
|
287 |
+
pooler_type:
|
288 |
+
desc: null
|
289 |
+
value: first_token_transform
|
290 |
+
vocab_size:
|
291 |
+
desc: null
|
292 |
+
value: 105879
|
293 |
+
hidden_size:
|
294 |
+
desc: null
|
295 |
+
value: 768
|
296 |
+
num_hidden_layers:
|
297 |
+
desc: null
|
298 |
+
value: 12
|
299 |
+
num_attention_heads:
|
300 |
+
desc: null
|
301 |
+
value: 12
|
302 |
+
hidden_act:
|
303 |
+
desc: null
|
304 |
+
value: gelu
|
305 |
+
intermediate_size:
|
306 |
+
desc: null
|
307 |
+
value: 3072
|
308 |
+
hidden_dropout_prob:
|
309 |
+
desc: null
|
310 |
+
value: 0.1
|
311 |
+
attention_probs_dropout_prob:
|
312 |
+
desc: null
|
313 |
+
value: 0.1
|
314 |
+
max_position_embeddings:
|
315 |
+
desc: null
|
316 |
+
value: 512
|
317 |
+
type_vocab_size:
|
318 |
+
desc: null
|
319 |
+
value: 2
|
320 |
+
initializer_range:
|
321 |
+
desc: null
|
322 |
+
value: 0.02
|
323 |
+
layer_norm_eps:
|
324 |
+
desc: null
|
325 |
+
value: 1.0e-12
|
326 |
+
position_embedding_type:
|
327 |
+
desc: null
|
328 |
+
value: absolute
|
329 |
+
use_cache:
|
330 |
+
desc: null
|
331 |
+
value: true
|
332 |
+
classifier_dropout:
|
333 |
+
desc: null
|
334 |
+
value: null
|
335 |
+
output_dir:
|
336 |
+
desc: null
|
337 |
+
value: e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2
|
338 |
+
overwrite_output_dir:
|
339 |
+
desc: null
|
340 |
+
value: false
|
341 |
+
do_train:
|
342 |
+
desc: null
|
343 |
+
value: false
|
344 |
+
do_eval:
|
345 |
+
desc: null
|
346 |
+
value: true
|
347 |
+
do_predict:
|
348 |
+
desc: null
|
349 |
+
value: false
|
350 |
+
eval_strategy:
|
351 |
+
desc: null
|
352 |
+
value: epoch
|
353 |
+
prediction_loss_only:
|
354 |
+
desc: null
|
355 |
+
value: false
|
356 |
+
per_device_train_batch_size:
|
357 |
+
desc: null
|
358 |
+
value: 8
|
359 |
+
per_device_eval_batch_size:
|
360 |
+
desc: null
|
361 |
+
value: 8
|
362 |
+
per_gpu_train_batch_size:
|
363 |
+
desc: null
|
364 |
+
value: null
|
365 |
+
per_gpu_eval_batch_size:
|
366 |
+
desc: null
|
367 |
+
value: null
|
368 |
+
gradient_accumulation_steps:
|
369 |
+
desc: null
|
370 |
+
value: 1
|
371 |
+
eval_accumulation_steps:
|
372 |
+
desc: null
|
373 |
+
value: null
|
374 |
+
eval_delay:
|
375 |
+
desc: null
|
376 |
+
value: 0
|
377 |
+
learning_rate:
|
378 |
+
desc: null
|
379 |
+
value: 1.0e-06
|
380 |
+
weight_decay:
|
381 |
+
desc: null
|
382 |
+
value: 0.0
|
383 |
+
adam_beta1:
|
384 |
+
desc: null
|
385 |
+
value: 0.9
|
386 |
+
adam_beta2:
|
387 |
+
desc: null
|
388 |
+
value: 0.999
|
389 |
+
adam_epsilon:
|
390 |
+
desc: null
|
391 |
+
value: 1.0e-08
|
392 |
+
max_grad_norm:
|
393 |
+
desc: null
|
394 |
+
value: 1.0
|
395 |
+
num_train_epochs:
|
396 |
+
desc: null
|
397 |
+
value: 100
|
398 |
+
max_steps:
|
399 |
+
desc: null
|
400 |
+
value: -1
|
401 |
+
lr_scheduler_type:
|
402 |
+
desc: null
|
403 |
+
value: linear
|
404 |
+
lr_scheduler_kwargs:
|
405 |
+
desc: null
|
406 |
+
value: {}
|
407 |
+
warmup_ratio:
|
408 |
+
desc: null
|
409 |
+
value: 0.0
|
410 |
+
warmup_steps:
|
411 |
+
desc: null
|
412 |
+
value: 0
|
413 |
+
log_level:
|
414 |
+
desc: null
|
415 |
+
value: passive
|
416 |
+
log_level_replica:
|
417 |
+
desc: null
|
418 |
+
value: warning
|
419 |
+
log_on_each_node:
|
420 |
+
desc: null
|
421 |
+
value: true
|
422 |
+
logging_dir:
|
423 |
+
desc: null
|
424 |
+
value: e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2\runs\Sep27_22-13-24_mace10
|
425 |
+
logging_strategy:
|
426 |
+
desc: null
|
427 |
+
value: steps
|
428 |
+
logging_first_step:
|
429 |
+
desc: null
|
430 |
+
value: false
|
431 |
+
logging_steps:
|
432 |
+
desc: null
|
433 |
+
value: 500
|
434 |
+
logging_nan_inf_filter:
|
435 |
+
desc: null
|
436 |
+
value: true
|
437 |
+
save_strategy:
|
438 |
+
desc: null
|
439 |
+
value: epoch
|
440 |
+
save_steps:
|
441 |
+
desc: null
|
442 |
+
value: 500
|
443 |
+
save_total_limit:
|
444 |
+
desc: null
|
445 |
+
value: null
|
446 |
+
save_safetensors:
|
447 |
+
desc: null
|
448 |
+
value: true
|
449 |
+
save_on_each_node:
|
450 |
+
desc: null
|
451 |
+
value: false
|
452 |
+
save_only_model:
|
453 |
+
desc: null
|
454 |
+
value: false
|
455 |
+
restore_callback_states_from_checkpoint:
|
456 |
+
desc: null
|
457 |
+
value: false
|
458 |
+
no_cuda:
|
459 |
+
desc: null
|
460 |
+
value: false
|
461 |
+
use_cpu:
|
462 |
+
desc: null
|
463 |
+
value: false
|
464 |
+
use_mps_device:
|
465 |
+
desc: null
|
466 |
+
value: false
|
467 |
+
seed:
|
468 |
+
desc: null
|
469 |
+
value: 42
|
470 |
+
data_seed:
|
471 |
+
desc: null
|
472 |
+
value: null
|
473 |
+
jit_mode_eval:
|
474 |
+
desc: null
|
475 |
+
value: false
|
476 |
+
use_ipex:
|
477 |
+
desc: null
|
478 |
+
value: false
|
479 |
+
bf16:
|
480 |
+
desc: null
|
481 |
+
value: false
|
482 |
+
fp16:
|
483 |
+
desc: null
|
484 |
+
value: false
|
485 |
+
fp16_opt_level:
|
486 |
+
desc: null
|
487 |
+
value: O1
|
488 |
+
half_precision_backend:
|
489 |
+
desc: null
|
490 |
+
value: auto
|
491 |
+
bf16_full_eval:
|
492 |
+
desc: null
|
493 |
+
value: false
|
494 |
+
fp16_full_eval:
|
495 |
+
desc: null
|
496 |
+
value: false
|
497 |
+
tf32:
|
498 |
+
desc: null
|
499 |
+
value: null
|
500 |
+
local_rank:
|
501 |
+
desc: null
|
502 |
+
value: 0
|
503 |
+
ddp_backend:
|
504 |
+
desc: null
|
505 |
+
value: null
|
506 |
+
tpu_num_cores:
|
507 |
+
desc: null
|
508 |
+
value: null
|
509 |
+
tpu_metrics_debug:
|
510 |
+
desc: null
|
511 |
+
value: false
|
512 |
+
debug:
|
513 |
+
desc: null
|
514 |
+
value: []
|
515 |
+
dataloader_drop_last:
|
516 |
+
desc: null
|
517 |
+
value: false
|
518 |
+
eval_steps:
|
519 |
+
desc: null
|
520 |
+
value: null
|
521 |
+
dataloader_num_workers:
|
522 |
+
desc: null
|
523 |
+
value: 0
|
524 |
+
dataloader_prefetch_factor:
|
525 |
+
desc: null
|
526 |
+
value: null
|
527 |
+
past_index:
|
528 |
+
desc: null
|
529 |
+
value: -1
|
530 |
+
run_name:
|
531 |
+
desc: null
|
532 |
+
value: contract_sections_with_labels_for_text_classification_v2
|
533 |
+
disable_tqdm:
|
534 |
+
desc: null
|
535 |
+
value: false
|
536 |
+
remove_unused_columns:
|
537 |
+
desc: null
|
538 |
+
value: true
|
539 |
+
label_names:
|
540 |
+
desc: null
|
541 |
+
value: null
|
542 |
+
load_best_model_at_end:
|
543 |
+
desc: null
|
544 |
+
value: false
|
545 |
+
metric_for_best_model:
|
546 |
+
desc: null
|
547 |
+
value: null
|
548 |
+
greater_is_better:
|
549 |
+
desc: null
|
550 |
+
value: null
|
551 |
+
ignore_data_skip:
|
552 |
+
desc: null
|
553 |
+
value: false
|
554 |
+
fsdp:
|
555 |
+
desc: null
|
556 |
+
value: []
|
557 |
+
fsdp_min_num_params:
|
558 |
+
desc: null
|
559 |
+
value: 0
|
560 |
+
fsdp_config:
|
561 |
+
desc: null
|
562 |
+
value:
|
563 |
+
min_num_params: 0
|
564 |
+
xla: false
|
565 |
+
xla_fsdp_v2: false
|
566 |
+
xla_fsdp_grad_ckpt: false
|
567 |
+
fsdp_transformer_layer_cls_to_wrap:
|
568 |
+
desc: null
|
569 |
+
value: null
|
570 |
+
accelerator_config:
|
571 |
+
desc: null
|
572 |
+
value:
|
573 |
+
split_batches: false
|
574 |
+
dispatch_batches: null
|
575 |
+
even_batches: true
|
576 |
+
use_seedable_sampler: true
|
577 |
+
non_blocking: false
|
578 |
+
gradient_accumulation_kwargs: null
|
579 |
+
deepspeed:
|
580 |
+
desc: null
|
581 |
+
value: null
|
582 |
+
label_smoothing_factor:
|
583 |
+
desc: null
|
584 |
+
value: 0.0
|
585 |
+
optim:
|
586 |
+
desc: null
|
587 |
+
value: adamw_torch
|
588 |
+
optim_args:
|
589 |
+
desc: null
|
590 |
+
value: null
|
591 |
+
adafactor:
|
592 |
+
desc: null
|
593 |
+
value: false
|
594 |
+
group_by_length:
|
595 |
+
desc: null
|
596 |
+
value: false
|
597 |
+
length_column_name:
|
598 |
+
desc: null
|
599 |
+
value: length
|
600 |
+
report_to:
|
601 |
+
desc: null
|
602 |
+
value:
|
603 |
+
- tensorboard
|
604 |
+
- wandb
|
605 |
+
ddp_find_unused_parameters:
|
606 |
+
desc: null
|
607 |
+
value: null
|
608 |
+
ddp_bucket_cap_mb:
|
609 |
+
desc: null
|
610 |
+
value: null
|
611 |
+
ddp_broadcast_buffers:
|
612 |
+
desc: null
|
613 |
+
value: null
|
614 |
+
dataloader_pin_memory:
|
615 |
+
desc: null
|
616 |
+
value: true
|
617 |
+
dataloader_persistent_workers:
|
618 |
+
desc: null
|
619 |
+
value: false
|
620 |
+
skip_memory_metrics:
|
621 |
+
desc: null
|
622 |
+
value: true
|
623 |
+
use_legacy_prediction_loop:
|
624 |
+
desc: null
|
625 |
+
value: false
|
626 |
+
push_to_hub:
|
627 |
+
desc: null
|
628 |
+
value: false
|
629 |
+
resume_from_checkpoint:
|
630 |
+
desc: null
|
631 |
+
value: null
|
632 |
+
hub_model_id:
|
633 |
+
desc: null
|
634 |
+
value: null
|
635 |
+
hub_strategy:
|
636 |
+
desc: null
|
637 |
+
value: every_save
|
638 |
+
hub_token:
|
639 |
+
desc: null
|
640 |
+
value: <HUB_TOKEN>
|
641 |
+
hub_private_repo:
|
642 |
+
desc: null
|
643 |
+
value: false
|
644 |
+
hub_always_push:
|
645 |
+
desc: null
|
646 |
+
value: false
|
647 |
+
gradient_checkpointing:
|
648 |
+
desc: null
|
649 |
+
value: false
|
650 |
+
gradient_checkpointing_kwargs:
|
651 |
+
desc: null
|
652 |
+
value: null
|
653 |
+
include_inputs_for_metrics:
|
654 |
+
desc: null
|
655 |
+
value: false
|
656 |
+
eval_do_concat_batches:
|
657 |
+
desc: null
|
658 |
+
value: true
|
659 |
+
fp16_backend:
|
660 |
+
desc: null
|
661 |
+
value: auto
|
662 |
+
evaluation_strategy:
|
663 |
+
desc: null
|
664 |
+
value: null
|
665 |
+
push_to_hub_model_id:
|
666 |
+
desc: null
|
667 |
+
value: null
|
668 |
+
push_to_hub_organization:
|
669 |
+
desc: null
|
670 |
+
value: null
|
671 |
+
push_to_hub_token:
|
672 |
+
desc: null
|
673 |
+
value: <PUSH_TO_HUB_TOKEN>
|
674 |
+
mp_parameters:
|
675 |
+
desc: null
|
676 |
+
value: ''
|
677 |
+
auto_find_batch_size:
|
678 |
+
desc: null
|
679 |
+
value: false
|
680 |
+
full_determinism:
|
681 |
+
desc: null
|
682 |
+
value: false
|
683 |
+
torchdynamo:
|
684 |
+
desc: null
|
685 |
+
value: null
|
686 |
+
ray_scope:
|
687 |
+
desc: null
|
688 |
+
value: last
|
689 |
+
ddp_timeout:
|
690 |
+
desc: null
|
691 |
+
value: 1800
|
692 |
+
torch_compile:
|
693 |
+
desc: null
|
694 |
+
value: false
|
695 |
+
torch_compile_backend:
|
696 |
+
desc: null
|
697 |
+
value: null
|
698 |
+
torch_compile_mode:
|
699 |
+
desc: null
|
700 |
+
value: null
|
701 |
+
dispatch_batches:
|
702 |
+
desc: null
|
703 |
+
value: null
|
704 |
+
split_batches:
|
705 |
+
desc: null
|
706 |
+
value: null
|
707 |
+
include_tokens_per_second:
|
708 |
+
desc: null
|
709 |
+
value: false
|
710 |
+
include_num_input_tokens_seen:
|
711 |
+
desc: null
|
712 |
+
value: false
|
713 |
+
neftune_noise_alpha:
|
714 |
+
desc: null
|
715 |
+
value: null
|
716 |
+
optim_target_modules:
|
717 |
+
desc: null
|
718 |
+
value: null
|
719 |
+
batch_eval_metrics:
|
720 |
+
desc: null
|
721 |
+
value: false
|
722 |
+
eval_on_start:
|
723 |
+
desc: null
|
724 |
+
value: false
|
725 |
+
model/num_parameters:
|
726 |
+
desc: null
|
727 |
+
value: 167357954
|
wandb/run-20240927_215357-j5axkvdd/files/output.log
ADDED
@@ -0,0 +1,318 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
device: cuda
|
3 |
+
[{"variableName": "dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "dados_tokenizados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "ds_dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "id_para_rotulo", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "logits", "type": "tensor", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "rotulo_para_id", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}]
|
4 |
+
[{"variableName": "dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "dados_tokenizados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "ds_dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "id_para_rotulo", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "logits", "type": "tensor", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "rotulo_para_id", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}]
|
5 |
+
[{"variableName": "dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "dados_tokenizados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "ds_dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "id_para_rotulo", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "logits", "type": "tensor", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "rotulo_para_id", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}]
|
6 |
+
[{"variableName": "dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "dados_tokenizados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "ds_dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "id_para_rotulo", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "logits", "type": "tensor", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "rotulo_para_id", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}]
|
7 |
+
[{"variableName": "dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "dados_tokenizados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "ds_dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "id_para_rotulo", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "logits", "type": "tensor", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "rotulo_para_id", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}]
|
8 |
+
[{"variableName": "dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "dados_tokenizados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "ds_dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "id_para_rotulo", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "logits", "type": "tensor", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "rotulo_para_id", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}]
|
9 |
+
Some weights of BertForSequenceClassification were not initialized from the model checkpoint at google-bert/bert-base-multilingual-uncased and are newly initialized: ['classifier.bias', 'classifier.weight']
|
10 |
+
You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference.
|
11 |
+
c:\Program Files\Python311\Lib\site-packages\transformers\models\bert\modeling_bert.py:439: UserWarning: 1Torch was not compiled with flash attention. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\builder\windows\pytorch\aten\src\ATen\native\transformers\cuda\sdp_utils.cpp:555.)
|
12 |
+
attn_output = torch.nn.functional.scaled_dot_product_attention(
|
13 |
+
{'loss': 0.3803, 'grad_norm': 3.2765989303588867, 'learning_rate': 9.95e-07, 'epoch': 0.5}
|
14 |
+
{'loss': 0.0995, 'grad_norm': 1.612058401107788, 'learning_rate': 9.9e-07, 'epoch': 1.0}
|
15 |
+
{'eval_loss': 0.21333587169647217, 'eval_accuracy': 0.93475, 'eval_runtime': 72.2317, 'eval_samples_per_second': 55.377, 'eval_steps_per_second': 6.922, 'epoch': 1.0}
|
16 |
+
{'loss': 0.0607, 'grad_norm': 0.28300702571868896, 'learning_rate': 9.849999999999999e-07, 'epoch': 1.5}
|
17 |
+
{'loss': 0.0474, 'grad_norm': 199.19541931152344, 'learning_rate': 9.8e-07, 'epoch': 2.0}
|
18 |
+
{'eval_loss': 0.16685226559638977, 'eval_accuracy': 0.97, 'eval_runtime': 71.6174, 'eval_samples_per_second': 55.852, 'eval_steps_per_second': 6.982, 'epoch': 2.0}
|
19 |
+
{'loss': 0.0404, 'grad_norm': 5.14190673828125, 'learning_rate': 9.75e-07, 'epoch': 2.5}
|
20 |
+
{'loss': 0.0334, 'grad_norm': 0.0107157276943326, 'learning_rate': 9.7e-07, 'epoch': 3.0}
|
21 |
+
{'eval_loss': 0.12878933548927307, 'eval_accuracy': 0.97775, 'eval_runtime': 71.6297, 'eval_samples_per_second': 55.843, 'eval_steps_per_second': 6.98, 'epoch': 3.0}
|
22 |
+
{'loss': 0.0445, 'grad_norm': 0.05289027467370033, 'learning_rate': 9.649999999999999e-07, 'epoch': 3.5}
|
23 |
+
{'loss': 0.0263, 'grad_norm': 34.10212326049805, 'learning_rate': 9.6e-07, 'epoch': 4.0}
|
24 |
+
{'eval_loss': 0.16072869300842285, 'eval_accuracy': 0.97825, 'eval_runtime': 71.5112, 'eval_samples_per_second': 55.935, 'eval_steps_per_second': 6.992, 'epoch': 4.0}
|
25 |
+
{'loss': 0.0302, 'grad_norm': 0.008679836988449097, 'learning_rate': 9.55e-07, 'epoch': 4.5}
|
26 |
+
{'loss': 0.0214, 'grad_norm': 0.005936929024755955, 'learning_rate': 9.499999999999999e-07, 'epoch': 5.0}
|
27 |
+
{'eval_loss': 0.16303862631320953, 'eval_accuracy': 0.97775, 'eval_runtime': 71.479, 'eval_samples_per_second': 55.96, 'eval_steps_per_second': 6.995, 'epoch': 5.0}
|
28 |
+
{'loss': 0.0233, 'grad_norm': 0.0044285389594733715, 'learning_rate': 9.45e-07, 'epoch': 5.5}
|
29 |
+
{'loss': 0.0226, 'grad_norm': 0.006385677494108677, 'learning_rate': 9.399999999999999e-07, 'epoch': 6.0}
|
30 |
+
{'eval_loss': 0.17697477340698242, 'eval_accuracy': 0.97125, 'eval_runtime': 71.4866, 'eval_samples_per_second': 55.955, 'eval_steps_per_second': 6.994, 'epoch': 6.0}
|
31 |
+
{'loss': 0.0267, 'grad_norm': 0.08167330175638199, 'learning_rate': 9.35e-07, 'epoch': 6.5}
|
32 |
+
{'loss': 0.0179, 'grad_norm': 0.002284341724589467, 'learning_rate': 9.3e-07, 'epoch': 7.0}
|
33 |
+
{'eval_loss': 0.12604835629463196, 'eval_accuracy': 0.9835, 'eval_runtime': 71.5249, 'eval_samples_per_second': 55.925, 'eval_steps_per_second': 6.991, 'epoch': 7.0}
|
34 |
+
{'loss': 0.0206, 'grad_norm': 0.007120245136320591, 'learning_rate': 9.25e-07, 'epoch': 7.5}
|
35 |
+
{'loss': 0.0128, 'grad_norm': 0.002480113646015525, 'learning_rate': 9.2e-07, 'epoch': 8.0}
|
36 |
+
{'eval_loss': 0.1741550862789154, 'eval_accuracy': 0.9755, 'eval_runtime': 71.7023, 'eval_samples_per_second': 55.786, 'eval_steps_per_second': 6.973, 'epoch': 8.0}
|
37 |
+
{'loss': 0.0236, 'grad_norm': 0.00235241511836648, 'learning_rate': 9.15e-07, 'epoch': 8.5}
|
38 |
+
{'loss': 0.0166, 'grad_norm': 0.002960455371066928, 'learning_rate': 9.1e-07, 'epoch': 9.0}
|
39 |
+
{'eval_loss': 0.12303382158279419, 'eval_accuracy': 0.9835, 'eval_runtime': 71.5738, 'eval_samples_per_second': 55.886, 'eval_steps_per_second': 6.986, 'epoch': 9.0}
|
40 |
+
{'loss': 0.0161, 'grad_norm': 0.001984047470614314, 'learning_rate': 9.05e-07, 'epoch': 9.5}
|
41 |
+
{'loss': 0.0185, 'grad_norm': 0.1861002892255783, 'learning_rate': 9e-07, 'epoch': 10.0}
|
42 |
+
{'eval_loss': 0.11908995360136032, 'eval_accuracy': 0.98475, 'eval_runtime': 71.6031, 'eval_samples_per_second': 55.864, 'eval_steps_per_second': 6.983, 'epoch': 10.0}
|
43 |
+
{'loss': 0.0165, 'grad_norm': 0.1246148869395256, 'learning_rate': 8.95e-07, 'epoch': 10.5}
|
44 |
+
{'loss': 0.0139, 'grad_norm': 0.001126983668655157, 'learning_rate': 8.9e-07, 'epoch': 11.0}
|
45 |
+
{'eval_loss': 0.12554743885993958, 'eval_accuracy': 0.984, 'eval_runtime': 71.5486, 'eval_samples_per_second': 55.906, 'eval_steps_per_second': 6.988, 'epoch': 11.0}
|
46 |
+
{'loss': 0.0126, 'grad_norm': 0.0018753457115963101, 'learning_rate': 8.85e-07, 'epoch': 11.5}
|
47 |
+
{'loss': 0.0147, 'grad_norm': 0.0009887134656310081, 'learning_rate': 8.799999999999999e-07, 'epoch': 12.0}
|
48 |
+
{'eval_loss': 0.1247434914112091, 'eval_accuracy': 0.9855, 'eval_runtime': 71.474, 'eval_samples_per_second': 55.964, 'eval_steps_per_second': 6.996, 'epoch': 12.0}
|
49 |
+
{'loss': 0.0111, 'grad_norm': 0.0009130529360845685, 'learning_rate': 8.75e-07, 'epoch': 12.5}
|
50 |
+
{'loss': 0.0086, 'grad_norm': 0.0006339740357361734, 'learning_rate': 8.699999999999999e-07, 'epoch': 13.0}
|
51 |
+
{'eval_loss': 0.12422476708889008, 'eval_accuracy': 0.98525, 'eval_runtime': 71.5829, 'eval_samples_per_second': 55.879, 'eval_steps_per_second': 6.985, 'epoch': 13.0}
|
52 |
+
{'loss': 0.0101, 'grad_norm': 0.001089229597710073, 'learning_rate': 8.65e-07, 'epoch': 13.5}
|
53 |
+
{'loss': 0.0062, 'grad_norm': 0.00048677230370230973, 'learning_rate': 8.599999999999999e-07, 'epoch': 14.0}
|
54 |
+
{'eval_loss': 0.12092385441064835, 'eval_accuracy': 0.98575, 'eval_runtime': 71.5098, 'eval_samples_per_second': 55.936, 'eval_steps_per_second': 6.992, 'epoch': 14.0}
|
55 |
+
{'loss': 0.0145, 'grad_norm': 0.001659719506278634, 'learning_rate': 8.55e-07, 'epoch': 14.5}
|
56 |
+
{'loss': 0.0067, 'grad_norm': 0.0006114455172792077, 'learning_rate': 8.499999999999999e-07, 'epoch': 15.0}
|
57 |
+
{'eval_loss': 0.12045089900493622, 'eval_accuracy': 0.98525, 'eval_runtime': 71.4629, 'eval_samples_per_second': 55.973, 'eval_steps_per_second': 6.997, 'epoch': 15.0}
|
58 |
+
{'loss': 0.0053, 'grad_norm': 0.0005396491033025086, 'learning_rate': 8.45e-07, 'epoch': 15.5}
|
59 |
+
{'loss': 0.0087, 'grad_norm': 0.002461586380377412, 'learning_rate': 8.399999999999999e-07, 'epoch': 16.0}
|
60 |
+
{'eval_loss': 0.1294904202222824, 'eval_accuracy': 0.98375, 'eval_runtime': 71.5837, 'eval_samples_per_second': 55.879, 'eval_steps_per_second': 6.985, 'epoch': 16.0}
|
61 |
+
{'loss': 0.0065, 'grad_norm': 0.0007596832583658397, 'learning_rate': 8.349999999999999e-07, 'epoch': 16.5}
|
62 |
+
{'loss': 0.0086, 'grad_norm': 0.0009629364940337837, 'learning_rate': 8.299999999999999e-07, 'epoch': 17.0}
|
63 |
+
{'eval_loss': 0.13189385831356049, 'eval_accuracy': 0.9835, 'eval_runtime': 71.5194, 'eval_samples_per_second': 55.929, 'eval_steps_per_second': 6.991, 'epoch': 17.0}
|
64 |
+
{'loss': 0.008, 'grad_norm': 0.001111700083129108, 'learning_rate': 8.249999999999999e-07, 'epoch': 17.5}
|
65 |
+
{'loss': 0.0047, 'grad_norm': 0.028155870735645294, 'learning_rate': 8.199999999999999e-07, 'epoch': 18.0}
|
66 |
+
{'eval_loss': 0.116507388651371, 'eval_accuracy': 0.9855, 'eval_runtime': 71.4396, 'eval_samples_per_second': 55.991, 'eval_steps_per_second': 6.999, 'epoch': 18.0}
|
67 |
+
{'loss': 0.0075, 'grad_norm': 0.0003907152567990124, 'learning_rate': 8.149999999999999e-07, 'epoch': 18.5}
|
68 |
+
{'loss': 0.0076, 'grad_norm': 2.14345121383667, 'learning_rate': 8.1e-07, 'epoch': 19.0}
|
69 |
+
{'eval_loss': 0.11658893525600433, 'eval_accuracy': 0.983, 'eval_runtime': 71.3953, 'eval_samples_per_second': 56.026, 'eval_steps_per_second': 7.003, 'epoch': 19.0}
|
70 |
+
{'loss': 0.0082, 'grad_norm': 0.0005993235972709954, 'learning_rate': 8.05e-07, 'epoch': 19.5}
|
71 |
+
{'loss': 0.0048, 'grad_norm': 0.00037842305027879775, 'learning_rate': 8e-07, 'epoch': 20.0}
|
72 |
+
{'eval_loss': 0.1227150410413742, 'eval_accuracy': 0.9855, 'eval_runtime': 71.4876, 'eval_samples_per_second': 55.954, 'eval_steps_per_second': 6.994, 'epoch': 20.0}
|
73 |
+
{'loss': 0.0076, 'grad_norm': 0.00028992450097575784, 'learning_rate': 7.95e-07, 'epoch': 20.5}
|
74 |
+
{'loss': 0.0037, 'grad_norm': 0.00027284130919724703, 'learning_rate': 7.9e-07, 'epoch': 21.0}
|
75 |
+
{'eval_loss': 0.12156561017036438, 'eval_accuracy': 0.9855, 'eval_runtime': 71.5044, 'eval_samples_per_second': 55.941, 'eval_steps_per_second': 6.993, 'epoch': 21.0}
|
76 |
+
{'loss': 0.0043, 'grad_norm': 0.00038126189610920846, 'learning_rate': 7.85e-07, 'epoch': 21.5}
|
77 |
+
{'loss': 0.0073, 'grad_norm': 0.003575348760932684, 'learning_rate': 7.799999999999999e-07, 'epoch': 22.0}
|
78 |
+
{'eval_loss': 0.11567367613315582, 'eval_accuracy': 0.98475, 'eval_runtime': 71.5463, 'eval_samples_per_second': 55.908, 'eval_steps_per_second': 6.988, 'epoch': 22.0}
|
79 |
+
{'loss': 0.0044, 'grad_norm': 0.00029367307433858514, 'learning_rate': 7.75e-07, 'epoch': 22.5}
|
80 |
+
{'loss': 0.0083, 'grad_norm': 0.0003091648977715522, 'learning_rate': 7.699999999999999e-07, 'epoch': 23.0}
|
81 |
+
{'eval_loss': 0.11932703107595444, 'eval_accuracy': 0.98325, 'eval_runtime': 71.4039, 'eval_samples_per_second': 56.019, 'eval_steps_per_second': 7.002, 'epoch': 23.0}
|
82 |
+
{'loss': 0.0073, 'grad_norm': 0.00023533255443908274, 'learning_rate': 7.65e-07, 'epoch': 23.5}
|
83 |
+
{'loss': 0.0037, 'grad_norm': 6.472602844238281, 'learning_rate': 7.599999999999999e-07, 'epoch': 24.0}
|
84 |
+
{'eval_loss': 0.10900300741195679, 'eval_accuracy': 0.98625, 'eval_runtime': 71.6259, 'eval_samples_per_second': 55.846, 'eval_steps_per_second': 6.981, 'epoch': 24.0}
|
85 |
+
{'loss': 0.0047, 'grad_norm': 0.00019700998382177204, 'learning_rate': 7.55e-07, 'epoch': 24.5}
|
86 |
+
{'loss': 0.01, 'grad_norm': 0.00020744036010000855, 'learning_rate': 7.5e-07, 'epoch': 25.0}
|
87 |
+
{'eval_loss': 0.11830666661262512, 'eval_accuracy': 0.9855, 'eval_runtime': 71.8543, 'eval_samples_per_second': 55.668, 'eval_steps_per_second': 6.959, 'epoch': 25.0}
|
88 |
+
{'loss': 0.0043, 'grad_norm': 0.00022527386317960918, 'learning_rate': 7.45e-07, 'epoch': 25.5}
|
89 |
+
{'loss': 0.0063, 'grad_norm': 0.0003939298039767891, 'learning_rate': 7.4e-07, 'epoch': 26.0}
|
90 |
+
{'eval_loss': 0.11293009668588638, 'eval_accuracy': 0.98625, 'eval_runtime': 71.7887, 'eval_samples_per_second': 55.719, 'eval_steps_per_second': 6.965, 'epoch': 26.0}
|
91 |
+
{'loss': 0.0088, 'grad_norm': 0.11829359084367752, 'learning_rate': 7.35e-07, 'epoch': 26.5}
|
92 |
+
{'loss': 0.006, 'grad_norm': 0.00020685946219600737, 'learning_rate': 7.3e-07, 'epoch': 27.0}
|
93 |
+
{'eval_loss': 0.11009010672569275, 'eval_accuracy': 0.986, 'eval_runtime': 71.8967, 'eval_samples_per_second': 55.635, 'eval_steps_per_second': 6.954, 'epoch': 27.0}
|
94 |
+
{'loss': 0.0046, 'grad_norm': 0.0001712619123281911, 'learning_rate': 7.249999999999999e-07, 'epoch': 27.5}
|
95 |
+
{'loss': 0.005, 'grad_norm': 0.0034780388232320547, 'learning_rate': 7.2e-07, 'epoch': 28.0}
|
96 |
+
{'eval_loss': 0.1155393123626709, 'eval_accuracy': 0.98375, 'eval_runtime': 71.8797, 'eval_samples_per_second': 55.649, 'eval_steps_per_second': 6.956, 'epoch': 28.0}
|
97 |
+
{'loss': 0.0078, 'grad_norm': 0.0002246885560452938, 'learning_rate': 7.149999999999999e-07, 'epoch': 28.5}
|
98 |
+
{'loss': 0.0024, 'grad_norm': 0.0002372509043198079, 'learning_rate': 7.1e-07, 'epoch': 29.0}
|
99 |
+
{'eval_loss': 0.10047744959592819, 'eval_accuracy': 0.989, 'eval_runtime': 71.9291, 'eval_samples_per_second': 55.61, 'eval_steps_per_second': 6.951, 'epoch': 29.0}
|
100 |
+
{'loss': 0.0027, 'grad_norm': 0.00885313656181097, 'learning_rate': 7.049999999999999e-07, 'epoch': 29.5}
|
101 |
+
{'loss': 0.0067, 'grad_norm': 0.00014958542305976152, 'learning_rate': 7e-07, 'epoch': 30.0}
|
102 |
+
{'eval_loss': 0.09977009147405624, 'eval_accuracy': 0.9895, 'eval_runtime': 71.9557, 'eval_samples_per_second': 55.59, 'eval_steps_per_second': 6.949, 'epoch': 30.0}
|
103 |
+
{'loss': 0.0075, 'grad_norm': 0.00028572609880939126, 'learning_rate': 6.949999999999999e-07, 'epoch': 30.5}
|
104 |
+
{'loss': 0.0054, 'grad_norm': 0.00017712730914354324, 'learning_rate': 6.9e-07, 'epoch': 31.0}
|
105 |
+
{'eval_loss': 0.12345901131629944, 'eval_accuracy': 0.98875, 'eval_runtime': 71.8367, 'eval_samples_per_second': 55.682, 'eval_steps_per_second': 6.96, 'epoch': 31.0}
|
106 |
+
{'loss': 0.0099, 'grad_norm': 0.00048731849528849125, 'learning_rate': 6.85e-07, 'epoch': 31.5}
|
107 |
+
{'loss': 0.0064, 'grad_norm': 0.00031608561403118074, 'learning_rate': 6.800000000000001e-07, 'epoch': 32.0}
|
108 |
+
{'eval_loss': 0.09661489725112915, 'eval_accuracy': 0.9895, 'eval_runtime': 71.9063, 'eval_samples_per_second': 55.628, 'eval_steps_per_second': 6.953, 'epoch': 32.0}
|
109 |
+
{'loss': 0.0047, 'grad_norm': 0.00019249232718721032, 'learning_rate': 6.75e-07, 'epoch': 32.5}
|
110 |
+
{'loss': 0.003, 'grad_norm': 0.0003830809728242457, 'learning_rate': 6.7e-07, 'epoch': 33.0}
|
111 |
+
{'eval_loss': 0.10133098065853119, 'eval_accuracy': 0.99025, 'eval_runtime': 71.9382, 'eval_samples_per_second': 55.603, 'eval_steps_per_second': 6.95, 'epoch': 33.0}
|
112 |
+
{'loss': 0.005, 'grad_norm': 0.0006896581035107374, 'learning_rate': 6.65e-07, 'epoch': 33.5}
|
113 |
+
{'loss': 0.0032, 'grad_norm': 0.000520169734954834, 'learning_rate': 6.6e-07, 'epoch': 34.0}
|
114 |
+
{'eval_loss': 0.10122654587030411, 'eval_accuracy': 0.98975, 'eval_runtime': 72.1124, 'eval_samples_per_second': 55.469, 'eval_steps_per_second': 6.934, 'epoch': 34.0}
|
115 |
+
{'loss': 0.0053, 'grad_norm': 0.0006743245758116245, 'learning_rate': 6.55e-07, 'epoch': 34.5}
|
116 |
+
{'loss': 0.0033, 'grad_norm': 0.0002445739519316703, 'learning_rate': 6.5e-07, 'epoch': 35.0}
|
117 |
+
{'eval_loss': 0.09809385240077972, 'eval_accuracy': 0.9895, 'eval_runtime': 71.8696, 'eval_samples_per_second': 55.656, 'eval_steps_per_second': 6.957, 'epoch': 35.0}
|
118 |
+
{'loss': 0.0031, 'grad_norm': 0.00018969694792758673, 'learning_rate': 6.45e-07, 'epoch': 35.5}
|
119 |
+
{'loss': 0.0044, 'grad_norm': 0.00012176717427792028, 'learning_rate': 6.4e-07, 'epoch': 36.0}
|
120 |
+
{'eval_loss': 0.10448091477155685, 'eval_accuracy': 0.98975, 'eval_runtime': 72.0267, 'eval_samples_per_second': 55.535, 'eval_steps_per_second': 6.942, 'epoch': 36.0}
|
121 |
+
{'loss': 0.0061, 'grad_norm': 0.00027540759765543044, 'learning_rate': 6.35e-07, 'epoch': 36.5}
|
122 |
+
{'loss': 0.0029, 'grad_norm': 0.000158966300659813, 'learning_rate': 6.3e-07, 'epoch': 37.0}
|
123 |
+
{'eval_loss': 0.10320903360843658, 'eval_accuracy': 0.99, 'eval_runtime': 72.0662, 'eval_samples_per_second': 55.505, 'eval_steps_per_second': 6.938, 'epoch': 37.0}
|
124 |
+
{'loss': 0.0037, 'grad_norm': 0.02050916664302349, 'learning_rate': 6.249999999999999e-07, 'epoch': 37.5}
|
125 |
+
{'loss': 0.0043, 'grad_norm': 0.00019830795645248145, 'learning_rate': 6.2e-07, 'epoch': 38.0}
|
126 |
+
{'eval_loss': 0.13700541853904724, 'eval_accuracy': 0.98475, 'eval_runtime': 71.975, 'eval_samples_per_second': 55.575, 'eval_steps_per_second': 6.947, 'epoch': 38.0}
|
127 |
+
{'loss': 0.0123, 'grad_norm': 0.00013471800775732845, 'learning_rate': 6.149999999999999e-07, 'epoch': 38.5}
|
128 |
+
{'loss': 0.0055, 'grad_norm': 0.0002104583545587957, 'learning_rate': 6.1e-07, 'epoch': 39.0}
|
129 |
+
{'eval_loss': 0.10153112560510635, 'eval_accuracy': 0.99025, 'eval_runtime': 72.0692, 'eval_samples_per_second': 55.502, 'eval_steps_per_second': 6.938, 'epoch': 39.0}
|
130 |
+
{'loss': 0.0041, 'grad_norm': 0.5103669166564941, 'learning_rate': 6.049999999999999e-07, 'epoch': 39.5}
|
131 |
+
{'loss': 0.0031, 'grad_norm': 0.00032690176158212125, 'learning_rate': 6e-07, 'epoch': 40.0}
|
132 |
+
{'eval_loss': 0.10290475934743881, 'eval_accuracy': 0.98975, 'eval_runtime': 71.9372, 'eval_samples_per_second': 55.604, 'eval_steps_per_second': 6.951, 'epoch': 40.0}
|
133 |
+
{'loss': 0.0073, 'grad_norm': 0.00021083967294543982, 'learning_rate': 5.949999999999999e-07, 'epoch': 40.5}
|
134 |
+
{'loss': 0.0023, 'grad_norm': 0.00014321359049063176, 'learning_rate': 5.9e-07, 'epoch': 41.0}
|
135 |
+
{'eval_loss': 0.10134730488061905, 'eval_accuracy': 0.9895, 'eval_runtime': 71.9676, 'eval_samples_per_second': 55.581, 'eval_steps_per_second': 6.948, 'epoch': 41.0}
|
136 |
+
{'loss': 0.0026, 'grad_norm': 0.0002015832724282518, 'learning_rate': 5.849999999999999e-07, 'epoch': 41.5}
|
137 |
+
{'loss': 0.0051, 'grad_norm': 0.0003585690865293145, 'learning_rate': 5.8e-07, 'epoch': 42.0}
|
138 |
+
{'eval_loss': 0.09694435447454453, 'eval_accuracy': 0.9895, 'eval_runtime': 72.0056, 'eval_samples_per_second': 55.551, 'eval_steps_per_second': 6.944, 'epoch': 42.0}
|
139 |
+
{'loss': 0.0039, 'grad_norm': 0.0016495498130097985, 'learning_rate': 5.749999999999999e-07, 'epoch': 42.5}
|
140 |
+
{'loss': 0.0035, 'grad_norm': 0.00012988426897209138, 'learning_rate': 5.699999999999999e-07, 'epoch': 43.0}
|
141 |
+
{'eval_loss': 0.10278178751468658, 'eval_accuracy': 0.9895, 'eval_runtime': 72.0417, 'eval_samples_per_second': 55.523, 'eval_steps_per_second': 6.94, 'epoch': 43.0}
|
142 |
+
{'loss': 0.0019, 'grad_norm': 0.00012126314686611295, 'learning_rate': 5.649999999999999e-07, 'epoch': 43.5}
|
143 |
+
{'loss': 0.0055, 'grad_norm': 0.00014198468124959618, 'learning_rate': 5.6e-07, 'epoch': 44.0}
|
144 |
+
{'eval_loss': 0.12373513728380203, 'eval_accuracy': 0.985, 'eval_runtime': 71.9756, 'eval_samples_per_second': 55.574, 'eval_steps_per_second': 6.947, 'epoch': 44.0}
|
145 |
+
{'loss': 0.0031, 'grad_norm': 0.000277099636150524, 'learning_rate': 5.55e-07, 'epoch': 44.5}
|
146 |
+
{'loss': 0.0062, 'grad_norm': 0.00010873104474740103, 'learning_rate': 5.5e-07, 'epoch': 45.0}
|
147 |
+
{'eval_loss': 0.10865144431591034, 'eval_accuracy': 0.9895, 'eval_runtime': 72.0507, 'eval_samples_per_second': 55.516, 'eval_steps_per_second': 6.94, 'epoch': 45.0}
|
148 |
+
{'loss': 0.0029, 'grad_norm': 0.00011400683433748782, 'learning_rate': 5.45e-07, 'epoch': 45.5}
|
149 |
+
{'loss': 0.0036, 'grad_norm': 0.00016139318177010864, 'learning_rate': 5.4e-07, 'epoch': 46.0}
|
150 |
+
{'eval_loss': 0.10163247585296631, 'eval_accuracy': 0.99075, 'eval_runtime': 71.982, 'eval_samples_per_second': 55.569, 'eval_steps_per_second': 6.946, 'epoch': 46.0}
|
151 |
+
{'loss': 0.0029, 'grad_norm': 0.00015937915304675698, 'learning_rate': 5.35e-07, 'epoch': 46.5}
|
152 |
+
{'loss': 0.0039, 'grad_norm': 0.00011651441309368238, 'learning_rate': 5.3e-07, 'epoch': 47.0}
|
153 |
+
{'eval_loss': 0.10228434950113297, 'eval_accuracy': 0.99075, 'eval_runtime': 72.0858, 'eval_samples_per_second': 55.489, 'eval_steps_per_second': 6.936, 'epoch': 47.0}
|
154 |
+
{'loss': 0.0041, 'grad_norm': 9.518478327663615e-05, 'learning_rate': 5.25e-07, 'epoch': 47.5}
|
155 |
+
{'loss': 0.0036, 'grad_norm': 0.0005378546193242073, 'learning_rate': 5.2e-07, 'epoch': 48.0}
|
156 |
+
{'eval_loss': 0.10390239953994751, 'eval_accuracy': 0.99025, 'eval_runtime': 72.0511, 'eval_samples_per_second': 55.516, 'eval_steps_per_second': 6.94, 'epoch': 48.0}
|
157 |
+
{'loss': 0.0045, 'grad_norm': 0.00013031312846578658, 'learning_rate': 5.149999999999999e-07, 'epoch': 48.5}
|
158 |
+
{'loss': 0.003, 'grad_norm': 0.0002101683203363791, 'learning_rate': 5.1e-07, 'epoch': 49.0}
|
159 |
+
{'eval_loss': 0.12902666628360748, 'eval_accuracy': 0.98525, 'eval_runtime': 72.1513, 'eval_samples_per_second': 55.439, 'eval_steps_per_second': 6.93, 'epoch': 49.0}
|
160 |
+
{'loss': 0.0038, 'grad_norm': 0.00015954843547660857, 'learning_rate': 5.049999999999999e-07, 'epoch': 49.5}
|
161 |
+
{'loss': 0.0029, 'grad_norm': 0.0001562138058943674, 'learning_rate': 5e-07, 'epoch': 50.0}
|
162 |
+
{'eval_loss': 0.10920336097478867, 'eval_accuracy': 0.9905, 'eval_runtime': 72.0324, 'eval_samples_per_second': 55.531, 'eval_steps_per_second': 6.941, 'epoch': 50.0}
|
163 |
+
{'loss': 0.0023, 'grad_norm': 9.217253682436422e-05, 'learning_rate': 4.95e-07, 'epoch': 50.5}
|
164 |
+
{'loss': 0.0054, 'grad_norm': 0.0015238119522109628, 'learning_rate': 4.9e-07, 'epoch': 51.0}
|
165 |
+
{'eval_loss': 0.10527317970991135, 'eval_accuracy': 0.9895, 'eval_runtime': 72.0395, 'eval_samples_per_second': 55.525, 'eval_steps_per_second': 6.941, 'epoch': 51.0}
|
166 |
+
{'loss': 0.0049, 'grad_norm': 0.00016613665502518415, 'learning_rate': 4.85e-07, 'epoch': 51.5}
|
167 |
+
{'loss': 0.002, 'grad_norm': 9.33159826672636e-05, 'learning_rate': 4.8e-07, 'epoch': 52.0}
|
168 |
+
{'eval_loss': 0.10393733531236649, 'eval_accuracy': 0.98975, 'eval_runtime': 72.0189, 'eval_samples_per_second': 55.541, 'eval_steps_per_second': 6.943, 'epoch': 52.0}
|
169 |
+
{'loss': 0.0019, 'grad_norm': 8.952348434831947e-05, 'learning_rate': 4.7499999999999995e-07, 'epoch': 52.5}
|
170 |
+
{'loss': 0.0056, 'grad_norm': 0.00019086682004854083, 'learning_rate': 4.6999999999999995e-07, 'epoch': 53.0}
|
171 |
+
{'eval_loss': 0.10499794781208038, 'eval_accuracy': 0.98925, 'eval_runtime': 72.0024, 'eval_samples_per_second': 55.554, 'eval_steps_per_second': 6.944, 'epoch': 53.0}
|
172 |
+
{'loss': 0.003, 'grad_norm': 0.0009204518864862621, 'learning_rate': 4.65e-07, 'epoch': 53.5}
|
173 |
+
{'loss': 0.0032, 'grad_norm': 0.00017485898570157588, 'learning_rate': 4.6e-07, 'epoch': 54.0}
|
174 |
+
{'eval_loss': 0.09957461804151535, 'eval_accuracy': 0.99, 'eval_runtime': 72.3867, 'eval_samples_per_second': 55.259, 'eval_steps_per_second': 6.907, 'epoch': 54.0}
|
175 |
+
{'loss': 0.0033, 'grad_norm': 9.30539972614497e-05, 'learning_rate': 4.55e-07, 'epoch': 54.5}
|
176 |
+
{'loss': 0.0042, 'grad_norm': 9.397439862368628e-05, 'learning_rate': 4.5e-07, 'epoch': 55.0}
|
177 |
+
{'eval_loss': 0.10126461833715439, 'eval_accuracy': 0.9895, 'eval_runtime': 72.3964, 'eval_samples_per_second': 55.251, 'eval_steps_per_second': 6.906, 'epoch': 55.0}
|
178 |
+
{'loss': 0.0035, 'grad_norm': 0.00010824885976035148, 'learning_rate': 4.45e-07, 'epoch': 55.5}
|
179 |
+
{'loss': 0.0033, 'grad_norm': 8.818499190965667e-05, 'learning_rate': 4.3999999999999997e-07, 'epoch': 56.0}
|
180 |
+
{'eval_loss': 0.09647803008556366, 'eval_accuracy': 0.99025, 'eval_runtime': 72.3517, 'eval_samples_per_second': 55.285, 'eval_steps_per_second': 6.911, 'epoch': 56.0}
|
181 |
+
{'loss': 0.0033, 'grad_norm': 0.001682950765825808, 'learning_rate': 4.3499999999999996e-07, 'epoch': 56.5}
|
182 |
+
{'loss': 0.0035, 'grad_norm': 0.00010787050996441394, 'learning_rate': 4.2999999999999996e-07, 'epoch': 57.0}
|
183 |
+
{'eval_loss': 0.1027415469288826, 'eval_accuracy': 0.98975, 'eval_runtime': 72.3031, 'eval_samples_per_second': 55.323, 'eval_steps_per_second': 6.915, 'epoch': 57.0}
|
184 |
+
{'loss': 0.0021, 'grad_norm': 1.277876377105713, 'learning_rate': 4.2499999999999995e-07, 'epoch': 57.5}
|
185 |
+
{'loss': 0.0049, 'grad_norm': 8.879565575625747e-05, 'learning_rate': 4.1999999999999995e-07, 'epoch': 58.0}
|
186 |
+
{'eval_loss': 0.10156123340129852, 'eval_accuracy': 0.98975, 'eval_runtime': 72.2987, 'eval_samples_per_second': 55.326, 'eval_steps_per_second': 6.916, 'epoch': 58.0}
|
187 |
+
{'loss': 0.0038, 'grad_norm': 0.00750840874388814, 'learning_rate': 4.1499999999999994e-07, 'epoch': 58.5}
|
188 |
+
{'loss': 0.003, 'grad_norm': 0.0005586548941209912, 'learning_rate': 4.0999999999999994e-07, 'epoch': 59.0}
|
189 |
+
{'eval_loss': 0.09918814152479172, 'eval_accuracy': 0.99025, 'eval_runtime': 72.4002, 'eval_samples_per_second': 55.248, 'eval_steps_per_second': 6.906, 'epoch': 59.0}
|
190 |
+
{'loss': 0.0037, 'grad_norm': 0.0002830268640536815, 'learning_rate': 4.05e-07, 'epoch': 59.5}
|
191 |
+
{'loss': 0.0033, 'grad_norm': 9.668166603660211e-05, 'learning_rate': 4e-07, 'epoch': 60.0}
|
192 |
+
{'eval_loss': 0.10048232972621918, 'eval_accuracy': 0.99025, 'eval_runtime': 72.3715, 'eval_samples_per_second': 55.27, 'eval_steps_per_second': 6.909, 'epoch': 60.0}
|
193 |
+
{'loss': 0.0039, 'grad_norm': 0.00011204824841115624, 'learning_rate': 3.95e-07, 'epoch': 60.5}
|
194 |
+
{'loss': 0.0035, 'grad_norm': 0.005625790450721979, 'learning_rate': 3.8999999999999997e-07, 'epoch': 61.0}
|
195 |
+
{'eval_loss': 0.10447417944669724, 'eval_accuracy': 0.99, 'eval_runtime': 72.1908, 'eval_samples_per_second': 55.409, 'eval_steps_per_second': 6.926, 'epoch': 61.0}
|
196 |
+
{'loss': 0.0033, 'grad_norm': 0.00010126068809768185, 'learning_rate': 3.8499999999999997e-07, 'epoch': 61.5}
|
197 |
+
{'loss': 0.004, 'grad_norm': 4.076946258544922, 'learning_rate': 3.7999999999999996e-07, 'epoch': 62.0}
|
198 |
+
{'eval_loss': 0.10301847755908966, 'eval_accuracy': 0.99025, 'eval_runtime': 72.1872, 'eval_samples_per_second': 55.411, 'eval_steps_per_second': 6.926, 'epoch': 62.0}
|
199 |
+
{'loss': 0.0031, 'grad_norm': 7.295636169146746e-05, 'learning_rate': 3.75e-07, 'epoch': 62.5}
|
200 |
+
{'loss': 0.0038, 'grad_norm': 0.0002334219025215134, 'learning_rate': 3.7e-07, 'epoch': 63.0}
|
201 |
+
{'eval_loss': 0.10816800594329834, 'eval_accuracy': 0.9905, 'eval_runtime': 72.0786, 'eval_samples_per_second': 55.495, 'eval_steps_per_second': 6.937, 'epoch': 63.0}
|
202 |
+
{'loss': 0.0053, 'grad_norm': 0.0001703369925962761, 'learning_rate': 3.65e-07, 'epoch': 63.5}
|
203 |
+
{'loss': 0.0013, 'grad_norm': 0.0001456734462408349, 'learning_rate': 3.6e-07, 'epoch': 64.0}
|
204 |
+
{'eval_loss': 0.11456508189439774, 'eval_accuracy': 0.9895, 'eval_runtime': 72.2384, 'eval_samples_per_second': 55.372, 'eval_steps_per_second': 6.922, 'epoch': 64.0}
|
205 |
+
{'loss': 0.0029, 'grad_norm': 8.47337651066482e-05, 'learning_rate': 3.55e-07, 'epoch': 64.5}
|
206 |
+
{'loss': 0.0046, 'grad_norm': 0.00018553913105279207, 'learning_rate': 3.5e-07, 'epoch': 65.0}
|
207 |
+
{'eval_loss': 0.10754895955324173, 'eval_accuracy': 0.9905, 'eval_runtime': 72.0809, 'eval_samples_per_second': 55.493, 'eval_steps_per_second': 6.937, 'epoch': 65.0}
|
208 |
+
{'loss': 0.0042, 'grad_norm': 7.667463069083169e-05, 'learning_rate': 3.45e-07, 'epoch': 65.5}
|
209 |
+
{'loss': 0.0028, 'grad_norm': 8.471606997773051e-05, 'learning_rate': 3.4000000000000003e-07, 'epoch': 66.0}
|
210 |
+
{'eval_loss': 0.1057782918214798, 'eval_accuracy': 0.99, 'eval_runtime': 72.136, 'eval_samples_per_second': 55.451, 'eval_steps_per_second': 6.931, 'epoch': 66.0}
|
211 |
+
{'loss': 0.001, 'grad_norm': 8.73969474923797e-05, 'learning_rate': 3.35e-07, 'epoch': 66.5}
|
212 |
+
{'loss': 0.0064, 'grad_norm': 0.0001201811755890958, 'learning_rate': 3.3e-07, 'epoch': 67.0}
|
213 |
+
{'eval_loss': 0.1019177958369255, 'eval_accuracy': 0.98975, 'eval_runtime': 72.17, 'eval_samples_per_second': 55.425, 'eval_steps_per_second': 6.928, 'epoch': 67.0}
|
214 |
+
{'loss': 0.0034, 'grad_norm': 0.00010369797382736579, 'learning_rate': 3.25e-07, 'epoch': 67.5}
|
215 |
+
{'loss': 0.0035, 'grad_norm': 9.238304483005777e-05, 'learning_rate': 3.2e-07, 'epoch': 68.0}
|
216 |
+
{'eval_loss': 0.10606371611356735, 'eval_accuracy': 0.9895, 'eval_runtime': 72.083, 'eval_samples_per_second': 55.492, 'eval_steps_per_second': 6.936, 'epoch': 68.0}
|
217 |
+
{'loss': 0.0033, 'grad_norm': 0.00011134915985167027, 'learning_rate': 3.15e-07, 'epoch': 68.5}
|
218 |
+
{'loss': 0.0036, 'grad_norm': 0.00040988263208419085, 'learning_rate': 3.1e-07, 'epoch': 69.0}
|
219 |
+
{'eval_loss': 0.10860773921012878, 'eval_accuracy': 0.9895, 'eval_runtime': 72.2742, 'eval_samples_per_second': 55.345, 'eval_steps_per_second': 6.918, 'epoch': 69.0}
|
220 |
+
{'loss': 0.0051, 'grad_norm': 0.7438596487045288, 'learning_rate': 3.05e-07, 'epoch': 69.5}
|
221 |
+
{'loss': 0.0014, 'grad_norm': 0.00015195384912658483, 'learning_rate': 3e-07, 'epoch': 70.0}
|
222 |
+
{'eval_loss': 0.11118931323289871, 'eval_accuracy': 0.9895, 'eval_runtime': 72.2492, 'eval_samples_per_second': 55.364, 'eval_steps_per_second': 6.92, 'epoch': 70.0}
|
223 |
+
{'loss': 0.0035, 'grad_norm': 7.821513281669468e-05, 'learning_rate': 2.95e-07, 'epoch': 70.5}
|
224 |
+
{'loss': 0.0031, 'grad_norm': 0.000697810435667634, 'learning_rate': 2.9e-07, 'epoch': 71.0}
|
225 |
+
{'eval_loss': 0.11042509227991104, 'eval_accuracy': 0.99025, 'eval_runtime': 72.2336, 'eval_samples_per_second': 55.376, 'eval_steps_per_second': 6.922, 'epoch': 71.0}
|
226 |
+
{'loss': 0.0047, 'grad_norm': 0.00011073732457589358, 'learning_rate': 2.8499999999999997e-07, 'epoch': 71.5}
|
227 |
+
{'loss': 0.0022, 'grad_norm': 0.00046435356489382684, 'learning_rate': 2.8e-07, 'epoch': 72.0}
|
228 |
+
{'eval_loss': 0.10993751883506775, 'eval_accuracy': 0.99025, 'eval_runtime': 72.2256, 'eval_samples_per_second': 55.382, 'eval_steps_per_second': 6.923, 'epoch': 72.0}
|
229 |
+
{'loss': 0.0033, 'grad_norm': 7.344393088715151e-05, 'learning_rate': 2.75e-07, 'epoch': 72.5}
|
230 |
+
{'loss': 0.0041, 'grad_norm': 8.967445319285616e-05, 'learning_rate': 2.7e-07, 'epoch': 73.0}
|
231 |
+
{'eval_loss': 0.10684925317764282, 'eval_accuracy': 0.99, 'eval_runtime': 72.2754, 'eval_samples_per_second': 55.344, 'eval_steps_per_second': 6.918, 'epoch': 73.0}
|
232 |
+
{'loss': 0.0022, 'grad_norm': 7.477463077520952e-05, 'learning_rate': 2.65e-07, 'epoch': 73.5}
|
233 |
+
{'loss': 0.0049, 'grad_norm': 0.00010690431372495368, 'learning_rate': 2.6e-07, 'epoch': 74.0}
|
234 |
+
{'eval_loss': 0.10883565247058868, 'eval_accuracy': 0.98975, 'eval_runtime': 72.3242, 'eval_samples_per_second': 55.307, 'eval_steps_per_second': 6.913, 'epoch': 74.0}
|
235 |
+
{'loss': 0.0032, 'grad_norm': 0.0001467905822210014, 'learning_rate': 2.55e-07, 'epoch': 74.5}
|
236 |
+
{'loss': 0.0034, 'grad_norm': 9.335682989330962e-05, 'learning_rate': 2.5e-07, 'epoch': 75.0}
|
237 |
+
{'eval_loss': 0.11000222712755203, 'eval_accuracy': 0.98975, 'eval_runtime': 72.2835, 'eval_samples_per_second': 55.338, 'eval_steps_per_second': 6.917, 'epoch': 75.0}
|
238 |
+
{'loss': 0.0021, 'grad_norm': 0.00038348702946677804, 'learning_rate': 2.45e-07, 'epoch': 75.5}
|
239 |
+
{'loss': 0.0044, 'grad_norm': 7.888230902608484e-05, 'learning_rate': 2.4e-07, 'epoch': 76.0}
|
240 |
+
{'eval_loss': 0.11110875755548477, 'eval_accuracy': 0.98975, 'eval_runtime': 72.2721, 'eval_samples_per_second': 55.346, 'eval_steps_per_second': 6.918, 'epoch': 76.0}
|
241 |
+
{'loss': 0.0036, 'grad_norm': 0.00013992849562782794, 'learning_rate': 2.3499999999999997e-07, 'epoch': 76.5}
|
242 |
+
{'loss': 0.0027, 'grad_norm': 0.0011096945963799953, 'learning_rate': 2.3e-07, 'epoch': 77.0}
|
243 |
+
{'eval_loss': 0.10957077145576477, 'eval_accuracy': 0.98975, 'eval_runtime': 72.3236, 'eval_samples_per_second': 55.307, 'eval_steps_per_second': 6.913, 'epoch': 77.0}
|
244 |
+
{'loss': 0.005, 'grad_norm': 6.435053364839405e-05, 'learning_rate': 2.25e-07, 'epoch': 77.5}
|
245 |
+
{'loss': 0.0016, 'grad_norm': 7.820773316780105e-05, 'learning_rate': 2.1999999999999998e-07, 'epoch': 78.0}
|
246 |
+
{'eval_loss': 0.10962799191474915, 'eval_accuracy': 0.98975, 'eval_runtime': 72.2435, 'eval_samples_per_second': 55.368, 'eval_steps_per_second': 6.921, 'epoch': 78.0}
|
247 |
+
{'loss': 0.0038, 'grad_norm': 0.0006001396104693413, 'learning_rate': 2.1499999999999998e-07, 'epoch': 78.5}
|
248 |
+
{'loss': 0.0029, 'grad_norm': 6.898605352034792e-05, 'learning_rate': 2.0999999999999997e-07, 'epoch': 79.0}
|
249 |
+
{'eval_loss': 0.1023184061050415, 'eval_accuracy': 0.99, 'eval_runtime': 72.2855, 'eval_samples_per_second': 55.336, 'eval_steps_per_second': 6.917, 'epoch': 79.0}
|
250 |
+
{'loss': 0.0019, 'grad_norm': 6.877881969558075e-05, 'learning_rate': 2.0499999999999997e-07, 'epoch': 79.5}
|
251 |
+
{'loss': 0.005, 'grad_norm': 0.0016449940158054233, 'learning_rate': 2e-07, 'epoch': 80.0}
|
252 |
+
{'eval_loss': 0.10404272377490997, 'eval_accuracy': 0.98975, 'eval_runtime': 72.2932, 'eval_samples_per_second': 55.33, 'eval_steps_per_second': 6.916, 'epoch': 80.0}
|
253 |
+
{'loss': 0.003, 'grad_norm': 8.340150816366076e-05, 'learning_rate': 1.9499999999999999e-07, 'epoch': 80.5}
|
254 |
+
{'loss': 0.0034, 'grad_norm': 0.000150398860569112, 'learning_rate': 1.8999999999999998e-07, 'epoch': 81.0}
|
255 |
+
{'eval_loss': 0.10518580675125122, 'eval_accuracy': 0.98975, 'eval_runtime': 72.2157, 'eval_samples_per_second': 55.39, 'eval_steps_per_second': 6.924, 'epoch': 81.0}
|
256 |
+
{'loss': 0.0039, 'grad_norm': 7.405030191875994e-05, 'learning_rate': 1.85e-07, 'epoch': 81.5}
|
257 |
+
{'loss': 0.0027, 'grad_norm': 7.913497393019497e-05, 'learning_rate': 1.8e-07, 'epoch': 82.0}
|
258 |
+
{'eval_loss': 0.10590706020593643, 'eval_accuracy': 0.98975, 'eval_runtime': 72.2238, 'eval_samples_per_second': 55.383, 'eval_steps_per_second': 6.923, 'epoch': 82.0}
|
259 |
+
{'loss': 0.0033, 'grad_norm': 0.0001413334539392963, 'learning_rate': 1.75e-07, 'epoch': 82.5}
|
260 |
+
{'loss': 0.0032, 'grad_norm': 0.00022026736405678093, 'learning_rate': 1.7000000000000001e-07, 'epoch': 83.0}
|
261 |
+
{'eval_loss': 0.1070665568113327, 'eval_accuracy': 0.98975, 'eval_runtime': 72.1776, 'eval_samples_per_second': 55.419, 'eval_steps_per_second': 6.927, 'epoch': 83.0}
|
262 |
+
{'loss': 0.0046, 'grad_norm': 6.658658821834251e-05, 'learning_rate': 1.65e-07, 'epoch': 83.5}
|
263 |
+
{'loss': 0.0022, 'grad_norm': 0.00010917865438386798, 'learning_rate': 1.6e-07, 'epoch': 84.0}
|
264 |
+
{'eval_loss': 0.10557001084089279, 'eval_accuracy': 0.98975, 'eval_runtime': 72.2893, 'eval_samples_per_second': 55.333, 'eval_steps_per_second': 6.917, 'epoch': 84.0}
|
265 |
+
{'loss': 0.0036, 'grad_norm': 9.662393858889118e-05, 'learning_rate': 1.55e-07, 'epoch': 84.5}
|
266 |
+
{'loss': 0.0029, 'grad_norm': 6.610752461710945e-05, 'learning_rate': 1.5e-07, 'epoch': 85.0}
|
267 |
+
{'eval_loss': 0.10624147206544876, 'eval_accuracy': 0.98975, 'eval_runtime': 72.2307, 'eval_samples_per_second': 55.378, 'eval_steps_per_second': 6.922, 'epoch': 85.0}
|
268 |
+
{'loss': 0.0037, 'grad_norm': 8.815337059786543e-05, 'learning_rate': 1.45e-07, 'epoch': 85.5}
|
269 |
+
{'loss': 0.0028, 'grad_norm': 8.994191011879593e-05, 'learning_rate': 1.4e-07, 'epoch': 86.0}
|
270 |
+
{'eval_loss': 0.10545715689659119, 'eval_accuracy': 0.98975, 'eval_runtime': 72.3224, 'eval_samples_per_second': 55.308, 'eval_steps_per_second': 6.913, 'epoch': 86.0}
|
271 |
+
{'loss': 0.0029, 'grad_norm': 8.394236647291109e-05, 'learning_rate': 1.35e-07, 'epoch': 86.5}
|
272 |
+
{'loss': 0.0036, 'grad_norm': 7.58459500502795e-05, 'learning_rate': 1.3e-07, 'epoch': 87.0}
|
273 |
+
{'eval_loss': 0.10834716260433197, 'eval_accuracy': 0.98975, 'eval_runtime': 72.2618, 'eval_samples_per_second': 55.354, 'eval_steps_per_second': 6.919, 'epoch': 87.0}
|
274 |
+
{'loss': 0.0028, 'grad_norm': 9.301990940002725e-05, 'learning_rate': 1.25e-07, 'epoch': 87.5}
|
275 |
+
{'loss': 0.0038, 'grad_norm': 0.0002534173254389316, 'learning_rate': 1.2e-07, 'epoch': 88.0}
|
276 |
+
{'eval_loss': 0.10869777947664261, 'eval_accuracy': 0.98975, 'eval_runtime': 72.3137, 'eval_samples_per_second': 55.315, 'eval_steps_per_second': 6.914, 'epoch': 88.0}
|
277 |
+
{'loss': 0.0046, 'grad_norm': 0.0003575343871489167, 'learning_rate': 1.15e-07, 'epoch': 88.5}
|
278 |
+
{'loss': 0.0021, 'grad_norm': 7.275979442056268e-05, 'learning_rate': 1.0999999999999999e-07, 'epoch': 89.0}
|
279 |
+
{'eval_loss': 0.11140947043895721, 'eval_accuracy': 0.98975, 'eval_runtime': 72.3504, 'eval_samples_per_second': 55.286, 'eval_steps_per_second': 6.911, 'epoch': 89.0}
|
280 |
+
{'loss': 0.0033, 'grad_norm': 8.980843995232135e-05, 'learning_rate': 1.0499999999999999e-07, 'epoch': 89.5}
|
281 |
+
{'loss': 0.0035, 'grad_norm': 6.819142436143011e-05, 'learning_rate': 1e-07, 'epoch': 90.0}
|
282 |
+
{'eval_loss': 0.11138678342103958, 'eval_accuracy': 0.98975, 'eval_runtime': 72.3589, 'eval_samples_per_second': 55.28, 'eval_steps_per_second': 6.91, 'epoch': 90.0}
|
283 |
+
{'loss': 0.0034, 'grad_norm': 8.09134216979146e-05, 'learning_rate': 9.499999999999999e-08, 'epoch': 90.5}
|
284 |
+
{'loss': 0.0033, 'grad_norm': 6.649854185525328e-05, 'learning_rate': 9e-08, 'epoch': 91.0}
|
285 |
+
{'eval_loss': 0.1111607477068901, 'eval_accuracy': 0.98975, 'eval_runtime': 72.3539, 'eval_samples_per_second': 55.284, 'eval_steps_per_second': 6.91, 'epoch': 91.0}
|
286 |
+
{'loss': 0.0013, 'grad_norm': 0.0007216141675598919, 'learning_rate': 8.500000000000001e-08, 'epoch': 91.5}
|
287 |
+
{'loss': 0.0053, 'grad_norm': 6.548851524712518e-05, 'learning_rate': 8e-08, 'epoch': 92.0}
|
288 |
+
{'eval_loss': 0.11149954050779343, 'eval_accuracy': 0.98975, 'eval_runtime': 72.3198, 'eval_samples_per_second': 55.31, 'eval_steps_per_second': 6.914, 'epoch': 92.0}
|
289 |
+
{'loss': 0.0031, 'grad_norm': 7.122167880879715e-05, 'learning_rate': 7.5e-08, 'epoch': 92.5}
|
290 |
+
{'loss': 0.0034, 'grad_norm': 0.00044247243204154074, 'learning_rate': 7e-08, 'epoch': 93.0}
|
291 |
+
{'eval_loss': 0.11165561527013779, 'eval_accuracy': 0.98975, 'eval_runtime': 72.3141, 'eval_samples_per_second': 55.314, 'eval_steps_per_second': 6.914, 'epoch': 93.0}
|
292 |
+
{'loss': 0.0036, 'grad_norm': 7.90948688518256e-05, 'learning_rate': 6.5e-08, 'epoch': 93.5}
|
293 |
+
{'loss': 0.0029, 'grad_norm': 7.750611257506534e-05, 'learning_rate': 6e-08, 'epoch': 94.0}
|
294 |
+
{'eval_loss': 0.1106441542506218, 'eval_accuracy': 0.98975, 'eval_runtime': 72.4163, 'eval_samples_per_second': 55.236, 'eval_steps_per_second': 6.905, 'epoch': 94.0}
|
295 |
+
{'loss': 0.0029, 'grad_norm': 8.823381358524784e-05, 'learning_rate': 5.4999999999999996e-08, 'epoch': 94.5}
|
296 |
+
{'loss': 0.0038, 'grad_norm': 7.515634933952242e-05, 'learning_rate': 5e-08, 'epoch': 95.0}
|
297 |
+
{'eval_loss': 0.1103733703494072, 'eval_accuracy': 0.98975, 'eval_runtime': 72.3447, 'eval_samples_per_second': 55.291, 'eval_steps_per_second': 6.911, 'epoch': 95.0}
|
298 |
+
{'loss': 0.0033, 'grad_norm': 0.00018487776105757803, 'learning_rate': 4.5e-08, 'epoch': 95.5}
|
299 |
+
{'loss': 0.0032, 'grad_norm': 5.180437088012695, 'learning_rate': 4e-08, 'epoch': 96.0}
|
300 |
+
{'eval_loss': 0.11080725491046906, 'eval_accuracy': 0.98975, 'eval_runtime': 72.4119, 'eval_samples_per_second': 55.24, 'eval_steps_per_second': 6.905, 'epoch': 96.0}
|
301 |
+
{'loss': 0.0024, 'grad_norm': 7.630732579855248e-05, 'learning_rate': 3.5e-08, 'epoch': 96.5}
|
302 |
+
{'loss': 0.0042, 'grad_norm': 6.742992991348729e-05, 'learning_rate': 3e-08, 'epoch': 97.0}
|
303 |
+
{'eval_loss': 0.1112232357263565, 'eval_accuracy': 0.98975, 'eval_runtime': 72.302, 'eval_samples_per_second': 55.323, 'eval_steps_per_second': 6.915, 'epoch': 97.0}
|
304 |
+
{'loss': 0.0035, 'grad_norm': 6.436541298171505e-05, 'learning_rate': 2.5e-08, 'epoch': 97.5}
|
305 |
+
{'loss': 0.0028, 'grad_norm': 0.00010210900654783472, 'learning_rate': 2e-08, 'epoch': 98.0}
|
306 |
+
{'eval_loss': 0.1119590476155281, 'eval_accuracy': 0.98975, 'eval_runtime': 72.3598, 'eval_samples_per_second': 55.279, 'eval_steps_per_second': 6.91, 'epoch': 98.0}
|
307 |
+
{'loss': 0.0022, 'grad_norm': 8.42980807647109e-05, 'learning_rate': 1.5e-08, 'epoch': 98.5}
|
308 |
+
{'loss': 0.0044, 'grad_norm': 7.245510641951114e-05, 'learning_rate': 1e-08, 'epoch': 99.0}
|
309 |
+
{'eval_loss': 0.11201068013906479, 'eval_accuracy': 0.98975, 'eval_runtime': 72.3129, 'eval_samples_per_second': 55.315, 'eval_steps_per_second': 6.914, 'epoch': 99.0}
|
310 |
+
{'loss': 0.0034, 'grad_norm': 5.904964200453833e-05, 'learning_rate': 5e-09, 'epoch': 99.5}
|
311 |
+
{'loss': 0.0033, 'grad_norm': 7.661216659471393e-05, 'learning_rate': 0.0, 'epoch': 100.0}
|
312 |
+
{'eval_loss': 0.11199834942817688, 'eval_accuracy': 0.98975, 'eval_runtime': 72.3736, 'eval_samples_per_second': 55.269, 'eval_steps_per_second': 6.909, 'epoch': 100.0}
|
313 |
+
{'train_runtime': 57508.3969, 'train_samples_per_second': 13.911, 'train_steps_per_second': 1.739, 'train_loss': 0.009017840830683709, 'epoch': 100.0}
|
314 |
+
[{"variableName": "dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "dados_tokenizados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "ds_dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "id_para_rotulo", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "logits", "type": "tensor", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "rotulo_para_id", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}]
|
315 |
+
[{"variableName": "dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "dados_tokenizados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "ds_dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "id_para_rotulo", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "logits", "type": "tensor", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "rotulo_para_id", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}]
|
316 |
+
[{"variableName": "dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "dados_tokenizados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "ds_dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "id_para_rotulo", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "logits", "type": "tensor", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "rotulo_para_id", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}]
|
317 |
+
[{"variableName": "dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "dados_tokenizados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "ds_dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "id_para_rotulo", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "logits", "type": "tensor", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "rotulo_para_id", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}]
|
318 |
+
[{"variableName": "dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "dados_tokenizados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "ds_dados", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "id_para_rotulo", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "logits", "type": "tensor", "supportedEngines": ["pandas"], "isLocalVariable": false}, {"variableName": "rotulo_para_id", "type": "dictionary", "supportedEngines": ["pandas"], "isLocalVariable": false}]
|
wandb/run-20240927_215357-j5axkvdd/files/requirements.txt
ADDED
@@ -0,0 +1,601 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Babel==2.13.1
|
2 |
+
Brotli==1.1.0
|
3 |
+
Chroma==0.2.0
|
4 |
+
ConfigUpdater==3.1.1
|
5 |
+
Cython==0.29.37
|
6 |
+
Deprecated==1.2.14
|
7 |
+
Farama-Notifications==0.0.4
|
8 |
+
Flask-AppBuilder==4.3.6
|
9 |
+
Flask-Babel==2.0.0
|
10 |
+
Flask-Caching==2.1.0
|
11 |
+
Flask-JWT-Extended==4.5.3
|
12 |
+
Flask-Limiter==3.5.0
|
13 |
+
Flask-Login==0.6.3
|
14 |
+
Flask-SQLAlchemy==2.5.1
|
15 |
+
Flask-Session==0.5.0
|
16 |
+
Flask-WTF==1.2.1
|
17 |
+
Flask==2.2.5
|
18 |
+
GitPython==3.1.31
|
19 |
+
IMAPClient==2.3.1
|
20 |
+
InstructorEmbedding==1.0.1
|
21 |
+
Jinja2==3.1.2
|
22 |
+
Mako==1.3.0
|
23 |
+
Markdown==3.4.1
|
24 |
+
MarkupSafe==2.1.3
|
25 |
+
Pillow==10.1.0
|
26 |
+
PyJWT==2.7.0
|
27 |
+
PyPDF2==3.0.1
|
28 |
+
PyQt5-Qt5==5.15.2
|
29 |
+
PyQt5-sip==12.13.0
|
30 |
+
PyQt5==5.15.10
|
31 |
+
PyQt6-Qt6==6.5.0
|
32 |
+
PyQt6-Qt6==6.7.1
|
33 |
+
PyQt6-sip==13.5.1
|
34 |
+
PyQt6-sip==13.6.0
|
35 |
+
PyQt6==6.5.0
|
36 |
+
PyQt6==6.7.0
|
37 |
+
PyYAML==6.0
|
38 |
+
PyYAML==6.0.1
|
39 |
+
Pygments==2.15.1
|
40 |
+
Pympler==1.0.1
|
41 |
+
QtPy==2.4.1
|
42 |
+
RTFDE==0.0.2
|
43 |
+
SQLAlchemy-JSONField==1.0.1.post0
|
44 |
+
SQLAlchemy-Utils==0.41.1
|
45 |
+
SQLAlchemy==1.4.50
|
46 |
+
SQLAlchemy==2.0.23
|
47 |
+
Send2Trash==1.8.2
|
48 |
+
Shimmy==0.2.1
|
49 |
+
Unidecode==1.3.6
|
50 |
+
WTForms==3.0.1
|
51 |
+
Werkzeug==2.2.3
|
52 |
+
XlsxWriter==3.1.2
|
53 |
+
ZDrive==2.1.5
|
54 |
+
about-time==4.2.1
|
55 |
+
absl-py==1.4.0
|
56 |
+
accelerate==0.30.1
|
57 |
+
aiohttp==3.8.4
|
58 |
+
aiohttp==3.9.1
|
59 |
+
aiosignal==1.3.1
|
60 |
+
ale-py==0.8.1
|
61 |
+
alembic==1.12.1
|
62 |
+
alive-progress==3.1.5
|
63 |
+
altair==5.0.1
|
64 |
+
altgraph==0.17.3
|
65 |
+
amqp==5.1.1
|
66 |
+
annotated-types==0.6.0
|
67 |
+
antlr4-python3-runtime==4.9.3
|
68 |
+
anyio==3.7.0
|
69 |
+
anyio==3.7.1
|
70 |
+
apache-airflow-providers-common-sql==1.8.0
|
71 |
+
apache-airflow-providers-ftp==3.6.1
|
72 |
+
apache-airflow-providers-http==4.7.0
|
73 |
+
apache-airflow-providers-imap==3.4.0
|
74 |
+
apache-airflow-providers-sqlite==3.5.0
|
75 |
+
apache-airflow==2.7.3
|
76 |
+
apispec==6.3.0
|
77 |
+
argcomplete==3.1.6
|
78 |
+
argilla==1.24.0
|
79 |
+
argon2-cffi-bindings==21.2.0
|
80 |
+
argon2-cffi==23.1.0
|
81 |
+
array-record==0.2.0
|
82 |
+
arrow==1.3.0
|
83 |
+
asgiref==3.7.2
|
84 |
+
asttokens==2.2.1
|
85 |
+
astunparse==1.6.3
|
86 |
+
async-lru==2.0.4
|
87 |
+
async-timeout==4.0.2
|
88 |
+
attrs==23.1.0
|
89 |
+
audioread==3.0.0
|
90 |
+
backcall==0.2.0
|
91 |
+
backoff==2.2.1
|
92 |
+
beautifulsoup4==4.11.2
|
93 |
+
beautifulsoup4==4.12.2
|
94 |
+
bertopic==0.16.2
|
95 |
+
billiard==3.6.4.0
|
96 |
+
bitsandbytes==0.43.3
|
97 |
+
bleach==6.1.0
|
98 |
+
blinker==1.6.2
|
99 |
+
blis==0.7.9
|
100 |
+
bokeh==3.2.1
|
101 |
+
boto3==1.26.146
|
102 |
+
botocore==1.29.146
|
103 |
+
build==1.0.3
|
104 |
+
cachelib==0.9.0
|
105 |
+
cachetools==5.3.0
|
106 |
+
catalogue==2.0.8
|
107 |
+
cattrs==23.1.2
|
108 |
+
celery==5.2.7
|
109 |
+
certifi==2023.11.17
|
110 |
+
cffi==1.15.1
|
111 |
+
chardet==5.1.0
|
112 |
+
charset-normalizer==3.3.2
|
113 |
+
chromadb==0.3.26
|
114 |
+
clean-text==0.6.0
|
115 |
+
click-didyoumean==0.3.0
|
116 |
+
click-plugins==1.1.1
|
117 |
+
click-repl==0.2.0
|
118 |
+
click==8.1.7
|
119 |
+
clickclick==20.10.2
|
120 |
+
clickhouse-connect==0.5.25
|
121 |
+
cloudpathlib==0.16.0
|
122 |
+
cloudpickle==2.2.1
|
123 |
+
colorama==0.4.6
|
124 |
+
colorclass==2.2.2
|
125 |
+
coloredlogs==15.0.1
|
126 |
+
colorlog==4.8.0
|
127 |
+
comm==0.1.3
|
128 |
+
commonmark==0.9.1
|
129 |
+
compressed-rtf==1.0.6
|
130 |
+
confection==0.0.4
|
131 |
+
connexion==2.14.2
|
132 |
+
contourpy==1.0.7
|
133 |
+
convokit==2.5.3
|
134 |
+
cron-descriptor==1.4.0
|
135 |
+
croniter==2.0.1
|
136 |
+
cryptography==41.0.1
|
137 |
+
cycler==0.11.0
|
138 |
+
cymem==2.0.7
|
139 |
+
dataclasses-json==0.5.7
|
140 |
+
dataclasses-json==0.6.6
|
141 |
+
datasets==2.19.2
|
142 |
+
debugpy==1.6.7
|
143 |
+
decorator==4.4.2
|
144 |
+
deepdiff==7.0.1
|
145 |
+
deeplake==3.5.4
|
146 |
+
defusedxml==0.7.1
|
147 |
+
dill==0.3.6
|
148 |
+
distro==1.9.0
|
149 |
+
dlib==19.24.2
|
150 |
+
dm-tree==0.1.8
|
151 |
+
dnspython==2.4.2
|
152 |
+
docker-pycreds==0.4.0
|
153 |
+
docstring_parser==0.16
|
154 |
+
docutils==0.20.1
|
155 |
+
duckdb==0.8.0
|
156 |
+
easygui==0.98.3
|
157 |
+
ebcdic==1.1.1
|
158 |
+
effdet==0.4.1
|
159 |
+
einops==0.6.1
|
160 |
+
elastic-transport==8.10.0
|
161 |
+
elasticsearch-dsl==7.4.1
|
162 |
+
elasticsearch-dsl==8.12.0
|
163 |
+
elasticsearch==7.17.9
|
164 |
+
elasticsearch==8.12.0
|
165 |
+
email-validator==1.3.1
|
166 |
+
emoji==1.7.0
|
167 |
+
en-core-web-lg==3.5.0
|
168 |
+
en-core-web-md==3.7.1
|
169 |
+
en-core-web-sm==3.5.0
|
170 |
+
entrypoints==0.4
|
171 |
+
et-xmlfile==1.1.0
|
172 |
+
etils==1.3.0
|
173 |
+
evaluate==0.4.2
|
174 |
+
executing==1.2.0
|
175 |
+
extract-msg==0.41.2
|
176 |
+
face-recognition-models==0.3.0
|
177 |
+
face-recognition==1.3.0
|
178 |
+
faiss-cpu==1.7.4
|
179 |
+
fastapi==0.96.0
|
180 |
+
fastjsonschema==2.19.1
|
181 |
+
ffmpeg-python==0.2.0
|
182 |
+
ffmpeg==1.4
|
183 |
+
filelock==3.13.1
|
184 |
+
filelock==3.9.0
|
185 |
+
filetype==1.2.0
|
186 |
+
flatbuffers==23.5.26
|
187 |
+
flatbuffers==23.5.9
|
188 |
+
fonttools==4.38.0
|
189 |
+
fqdn==1.5.1
|
190 |
+
frozenlist==1.3.3
|
191 |
+
frozenlist==1.4.0
|
192 |
+
fsspec==2023.10.0
|
193 |
+
fsspec==2023.4.0
|
194 |
+
ftfy==6.1.1
|
195 |
+
future==0.18.3
|
196 |
+
gast==0.4.0
|
197 |
+
gensim==3.8.0
|
198 |
+
gitdb==4.0.10
|
199 |
+
google-api-core==2.11.0
|
200 |
+
google-api-python-client==2.74.0
|
201 |
+
google-auth-httplib2==0.1.0
|
202 |
+
google-auth-oauthlib==1.0.0
|
203 |
+
google-auth==2.16.0
|
204 |
+
google-cloud-vision==3.7.2
|
205 |
+
google-pasta==0.2.0
|
206 |
+
google-re2==1.1
|
207 |
+
googleapis-common-protos==1.58.0
|
208 |
+
gpt4all==0.3.0
|
209 |
+
grapheme==0.6.0
|
210 |
+
graphviz==0.20.1
|
211 |
+
greenlet==2.0.2
|
212 |
+
greenlet==3.0.1
|
213 |
+
grpcio-status==1.62.2
|
214 |
+
grpcio==1.51.1
|
215 |
+
grpcio==1.64.1
|
216 |
+
gunicorn==21.2.0
|
217 |
+
gymnasium-notices==0.0.1
|
218 |
+
gymnasium==0.28.1
|
219 |
+
h11==0.14.0
|
220 |
+
h11==0.9.0
|
221 |
+
h5py==3.11.0
|
222 |
+
hdbscan==0.8.37
|
223 |
+
hnswlib==0.7.0
|
224 |
+
httpcore==0.11.1
|
225 |
+
httpcore==1.0.5
|
226 |
+
httplib2==0.21.0
|
227 |
+
httptools==0.5.0
|
228 |
+
httpx==0.15.5
|
229 |
+
httpx==0.27.0
|
230 |
+
huggingface-hub==0.24.0
|
231 |
+
huggingface==0.0.1
|
232 |
+
humanfriendly==10.0
|
233 |
+
humbug==0.3.1
|
234 |
+
idna==3.6
|
235 |
+
imageio-ffmpeg==0.4.9
|
236 |
+
imageio==2.31.4
|
237 |
+
importlib-metadata==6.6.0
|
238 |
+
importlib-resources==5.12.0
|
239 |
+
inflate64==0.3.1
|
240 |
+
inflection==0.5.1
|
241 |
+
iniconfig==2.0.0
|
242 |
+
inquirerpy==0.3.4
|
243 |
+
install==1.3.5
|
244 |
+
intel-openmp==2021.4.0
|
245 |
+
iopath==0.1.10
|
246 |
+
ipykernel==6.23.1
|
247 |
+
ipython==8.13.2
|
248 |
+
ipywidgets==8.0.6
|
249 |
+
isoduration==20.11.0
|
250 |
+
itsdangerous==2.1.2
|
251 |
+
jax-jumpy==1.0.0
|
252 |
+
jax==0.4.10
|
253 |
+
jedi==0.18.2
|
254 |
+
jmespath==1.0.1
|
255 |
+
joblib==1.3.2
|
256 |
+
json5==0.9.14
|
257 |
+
jsonpatch==1.33
|
258 |
+
jsonpath-python==1.0.6
|
259 |
+
jsonpointer==2.4
|
260 |
+
jsonschema-specifications==2023.11.1
|
261 |
+
jsonschema==4.19.2
|
262 |
+
jupyter-console==6.6.3
|
263 |
+
jupyter-events==0.9.0
|
264 |
+
jupyter-lsp==2.2.2
|
265 |
+
jupyter==1.0.0
|
266 |
+
jupyter_client==8.2.0
|
267 |
+
jupyter_core==5.3.0
|
268 |
+
jupyter_server==2.12.5
|
269 |
+
jupyter_server_terminals==0.5.2
|
270 |
+
jupyterlab-widgets==3.0.7
|
271 |
+
jupyterlab==4.0.11
|
272 |
+
jupyterlab_pygments==0.3.0
|
273 |
+
jupyterlab_server==2.25.2
|
274 |
+
keras-nightly==2.14.0.dev2023052907
|
275 |
+
keras-nlp==0.0.2
|
276 |
+
keras==3.3.3
|
277 |
+
kiwisolver==1.4.4
|
278 |
+
kombu==5.2.4
|
279 |
+
langchain-community==0.0.21
|
280 |
+
langchain-core==0.1.25
|
281 |
+
langchain==0.1.8
|
282 |
+
langchainplus-sdk==0.0.4
|
283 |
+
langcodes==3.3.0
|
284 |
+
langdetect==1.0.9
|
285 |
+
langsmith==0.1.5
|
286 |
+
lark-parser==0.12.0
|
287 |
+
layoutparser==0.3.4
|
288 |
+
lazy-object-proxy==1.9.0
|
289 |
+
lazy_loader==0.3
|
290 |
+
libclang==16.0.0
|
291 |
+
librosa==0.10.1
|
292 |
+
limits==3.6.0
|
293 |
+
linkify-it-py==2.0.2
|
294 |
+
lion-pytorch==0.0.8
|
295 |
+
llama-cpp-python==0.1.57
|
296 |
+
llvmlite==0.40.0
|
297 |
+
lockfile==0.12.2
|
298 |
+
lxml==4.9.2
|
299 |
+
lz4==4.3.2
|
300 |
+
markdown-it-py==3.0.0
|
301 |
+
marshmallow-enum==1.5.1
|
302 |
+
marshmallow-oneofschema==3.0.1
|
303 |
+
marshmallow-sqlalchemy==0.26.1
|
304 |
+
marshmallow==3.19.0
|
305 |
+
marshmallow==3.20.1
|
306 |
+
matplotlib-inline==0.1.6
|
307 |
+
matplotlib==3.9.1
|
308 |
+
mdit-py-plugins==0.4.0
|
309 |
+
mdurl==0.1.2
|
310 |
+
mistune==3.0.2
|
311 |
+
mkl==2021.4.0
|
312 |
+
ml-dtypes==0.1.0
|
313 |
+
ml-dtypes==0.3.2
|
314 |
+
ml-dtypes==0.3.2
|
315 |
+
monotonic==1.6
|
316 |
+
more-itertools==9.1.0
|
317 |
+
moviepy==1.0.3
|
318 |
+
mpmath==1.3.0
|
319 |
+
msg-parser==1.2.0
|
320 |
+
msgpack-numpy==0.4.8
|
321 |
+
msgpack==1.0.5
|
322 |
+
msoffcrypto-tool==5.0.1
|
323 |
+
multidict==6.0.4
|
324 |
+
multiprocess==0.70.14
|
325 |
+
multivolumefile==0.2.3
|
326 |
+
murmurhash==1.0.9
|
327 |
+
mypy-extensions==1.0.0
|
328 |
+
namex==0.0.7
|
329 |
+
nbclient==0.9.0
|
330 |
+
nbconvert==7.14.2
|
331 |
+
nbformat==5.9.2
|
332 |
+
nest-asyncio==1.6.0
|
333 |
+
networkx==3.1
|
334 |
+
networkx==3.2.1
|
335 |
+
nltk==3.8.1
|
336 |
+
notebook==7.0.7
|
337 |
+
notebook_shim==0.2.3
|
338 |
+
numba==0.57.0
|
339 |
+
numcodecs==0.11.0
|
340 |
+
numexpr==2.8.4
|
341 |
+
numpy==1.24.0
|
342 |
+
oauthlib==3.2.2
|
343 |
+
olefile==0.46
|
344 |
+
oletools==0.60.1
|
345 |
+
omegaconf==2.3.0
|
346 |
+
onnx==1.16.1
|
347 |
+
onnxruntime==1.15.0
|
348 |
+
onnxruntime==1.18.0
|
349 |
+
openai-whisper==20230314
|
350 |
+
openai==1.35.7
|
351 |
+
openapi-schema-pydantic==1.2.4
|
352 |
+
opencv-python==4.8.0.76
|
353 |
+
openpyxl==3.1.2
|
354 |
+
opentelemetry-api==1.21.0
|
355 |
+
opentelemetry-exporter-otlp-proto-common==1.21.0
|
356 |
+
opentelemetry-exporter-otlp-proto-grpc==1.21.0
|
357 |
+
opentelemetry-exporter-otlp-proto-http==1.21.0
|
358 |
+
opentelemetry-exporter-otlp==1.21.0
|
359 |
+
opentelemetry-proto==1.21.0
|
360 |
+
opentelemetry-sdk==1.21.0
|
361 |
+
opentelemetry-semantic-conventions==0.42b0
|
362 |
+
opt-einsum==3.3.0
|
363 |
+
optree==0.11.0
|
364 |
+
ordered-set==4.1.0
|
365 |
+
overrides==7.3.1
|
366 |
+
packaging==23.2
|
367 |
+
pandas==2.2.2
|
368 |
+
pandoc==2.3
|
369 |
+
pandocfilters==1.5.1
|
370 |
+
parso==0.8.3
|
371 |
+
pathlib==1.0.1
|
372 |
+
pathos==0.3.0
|
373 |
+
pathspec==0.11.2
|
374 |
+
pathy==0.10.1
|
375 |
+
pcodedmp==1.2.6
|
376 |
+
pdf2image==1.16.3
|
377 |
+
pdf2image==1.17.0
|
378 |
+
pdfminer.six==20221105
|
379 |
+
pdfminer.six==20231228
|
380 |
+
pdfplumber==0.11.0
|
381 |
+
pefile==2023.2.7
|
382 |
+
peft==0.12.0
|
383 |
+
pendulum==2.1.2
|
384 |
+
pfzy==0.3.4
|
385 |
+
pickleshare==0.7.5
|
386 |
+
pikepdf==9.0.0
|
387 |
+
pillow_heif==0.16.0
|
388 |
+
pip==24.2
|
389 |
+
platformdirs==3.5.1
|
390 |
+
plotly==5.22.0
|
391 |
+
pluggy==1.3.0
|
392 |
+
plumbum==1.8.2
|
393 |
+
ply==3.11
|
394 |
+
pooch==1.7.0
|
395 |
+
poppler-utils==0.1.0
|
396 |
+
portalocker==2.8.2
|
397 |
+
posthog==3.0.1
|
398 |
+
pox==0.3.2
|
399 |
+
ppft==1.7.6.6
|
400 |
+
preshed==3.0.8
|
401 |
+
prison==0.2.1
|
402 |
+
proglog==0.1.10
|
403 |
+
prometheus-client==0.19.0
|
404 |
+
promise==2.3
|
405 |
+
prompt-toolkit==3.0.38
|
406 |
+
proto-plus==1.23.0
|
407 |
+
protobuf==3.20.3
|
408 |
+
protobuf==4.25.3
|
409 |
+
psutil==5.9.5
|
410 |
+
pt-core-news-lg==3.5.0
|
411 |
+
pt-core-news-sm==3.5.0
|
412 |
+
pulsar-client==3.2.0
|
413 |
+
pure-eval==0.2.2
|
414 |
+
py7zr==0.20.6
|
415 |
+
pyarrow-hotfix==0.6
|
416 |
+
pyarrow==12.0.0
|
417 |
+
pyasn1-modules==0.2.8
|
418 |
+
pyasn1==0.4.8
|
419 |
+
pybcj==1.0.1
|
420 |
+
pycocotools==2.0.7
|
421 |
+
pycparser==2.21
|
422 |
+
pycryptodomex==3.19.0
|
423 |
+
pydantic==1.10.14
|
424 |
+
pydantic_core==2.16.2
|
425 |
+
pydeck==0.8.1b0
|
426 |
+
pydub==0.25.1
|
427 |
+
pygame==2.1.3
|
428 |
+
pygpt4all==1.1.0
|
429 |
+
pygptj==2.0.3
|
430 |
+
pyinstaller-hooks-contrib==2023.8
|
431 |
+
pyinstaller==5.13.2
|
432 |
+
pyllamacpp==2.4.0
|
433 |
+
pynndescent==0.5.13
|
434 |
+
pyodbc==4.0.39
|
435 |
+
pypandoc==1.11
|
436 |
+
pyparsing==2.4.7
|
437 |
+
pypdf==4.0.2
|
438 |
+
pypdfium2==4.30.0
|
439 |
+
pyppmd==1.0.0
|
440 |
+
pyproject_hooks==1.0.0
|
441 |
+
pyreadline3==3.4.1
|
442 |
+
pyrsistent==0.19.3
|
443 |
+
pytesseract==0.3.10
|
444 |
+
pytest==7.2.2
|
445 |
+
python-daemon==3.0.1
|
446 |
+
python-dateutil==2.8.2
|
447 |
+
python-docx==0.8.11
|
448 |
+
python-docx==1.1.2
|
449 |
+
python-dotenv==1.0.0
|
450 |
+
python-iso639==2024.4.27
|
451 |
+
python-json-logger==2.0.7
|
452 |
+
python-magic==0.4.27
|
453 |
+
python-multipart==0.0.9
|
454 |
+
python-nvd3==0.15.0
|
455 |
+
python-pptx==0.6.21
|
456 |
+
python-slugify==8.0.1
|
457 |
+
pytube==15.0.0
|
458 |
+
pytz-deprecation-shim==0.1.0.post0
|
459 |
+
pytz==2022.7.1
|
460 |
+
pytzdata==2020.1
|
461 |
+
pywin32-ctypes==0.2.2
|
462 |
+
pywin32==306
|
463 |
+
pywinpty==2.0.12
|
464 |
+
pyzmq==25.1.0
|
465 |
+
pyzstd==0.15.9
|
466 |
+
qtconsole==5.5.1
|
467 |
+
rake-nltk==1.0.6
|
468 |
+
rapidfuzz==3.9.3
|
469 |
+
red-black-tree-mod==1.20
|
470 |
+
referencing==0.31.0
|
471 |
+
regex==2023.10.3
|
472 |
+
requests-oauthlib==1.3.1
|
473 |
+
requests-toolbelt==1.0.0
|
474 |
+
requests==2.32.3
|
475 |
+
rfc3339-validator==0.1.4
|
476 |
+
rfc3986-validator==0.1.1
|
477 |
+
rfc3986==1.5.0
|
478 |
+
rich-argparse==1.4.0
|
479 |
+
rich==13.0.1
|
480 |
+
rpds-py==0.12.0
|
481 |
+
rsa==4.9
|
482 |
+
s3transfer==0.6.1
|
483 |
+
safetensors==0.4.1
|
484 |
+
schedule==1.2.0
|
485 |
+
scikit-learn==1.2.2
|
486 |
+
scikit-learn==1.3.2
|
487 |
+
scipy==1.10.1
|
488 |
+
scipy==1.11.4
|
489 |
+
seaborn==0.12.2
|
490 |
+
sentence-transformers==2.2.2
|
491 |
+
sentencepiece==0.1.99
|
492 |
+
sentry-sdk==2.12.0
|
493 |
+
setproctitle==1.3.3
|
494 |
+
setuptools==70.1.1
|
495 |
+
shtab==1.7.1
|
496 |
+
six==1.16.0
|
497 |
+
sklearn==0.0.post1
|
498 |
+
smart-open==6.3.0
|
499 |
+
smmap==5.0.0
|
500 |
+
sniffio==1.3.0
|
501 |
+
soundfile==0.12.1
|
502 |
+
soupsieve==2.3.2.post1
|
503 |
+
soupsieve==2.5
|
504 |
+
soxr==0.3.6
|
505 |
+
spacy-legacy==3.0.12
|
506 |
+
spacy-loggers==1.0.4
|
507 |
+
spacy==3.7.5
|
508 |
+
sqlparse==0.4.4
|
509 |
+
srsly==2.4.5
|
510 |
+
srt==3.5.2
|
511 |
+
stack-data==0.6.2
|
512 |
+
starlette==0.27.0
|
513 |
+
sympy==1.12
|
514 |
+
tabulate==0.9.0
|
515 |
+
tb-nightly==2.14.0a20230529
|
516 |
+
tbb==2021.11.0
|
517 |
+
tenacity==8.2.2
|
518 |
+
tenacity==8.2.3
|
519 |
+
tensorboard-data-server==0.7.0
|
520 |
+
tensorboard-plugin-wit==1.8.1
|
521 |
+
tensorboard==2.16.2
|
522 |
+
tensorflow-datasets==4.9.2
|
523 |
+
tensorflow-datasets==4.9.4
|
524 |
+
tensorflow-estimator==2.13.0
|
525 |
+
tensorflow-estimator==2.13.0rc0
|
526 |
+
tensorflow-intel==2.16.1
|
527 |
+
tensorflow-io-gcs-filesystem==0.31.0
|
528 |
+
tensorflow-metadata==1.13.1
|
529 |
+
tensorflow==2.16.1
|
530 |
+
termcolor==2.3.0
|
531 |
+
terminado==0.18.0
|
532 |
+
text-unidecode==1.3
|
533 |
+
textblob==0.17.1
|
534 |
+
texttable==1.6.7
|
535 |
+
tf-estimator-nightly==2.14.0.dev2023052908
|
536 |
+
tf-nightly==2.14.0.dev20230528
|
537 |
+
tf_keras==2.16.0
|
538 |
+
thinc==8.2.3
|
539 |
+
threadpoolctl==3.2.0
|
540 |
+
tiktoken==0.3.1
|
541 |
+
timm==1.0.3
|
542 |
+
tinycss2==1.2.1
|
543 |
+
tokenizers==0.19.1
|
544 |
+
toml==0.10.2
|
545 |
+
toolz==0.12.0
|
546 |
+
torch==2.4.1+cu121
|
547 |
+
torchaudio==2.4.1+cu121
|
548 |
+
torchtext==0.18.0
|
549 |
+
torchvision==0.19.1+cu121
|
550 |
+
tornado==6.3.2
|
551 |
+
tqdm==4.66.4
|
552 |
+
traitlets==5.9.0
|
553 |
+
transformers==4.42.4
|
554 |
+
trl==0.9.6.dev0
|
555 |
+
tweepy==4.14.0
|
556 |
+
typer==0.7.0
|
557 |
+
types-python-dateutil==2.8.19.20240106
|
558 |
+
typing-inspect==0.9.0
|
559 |
+
typing_extensions==4.12.1
|
560 |
+
typing_extensions==4.5.0
|
561 |
+
tyro==0.8.4
|
562 |
+
tzdata==2023.3
|
563 |
+
tzlocal==4.2
|
564 |
+
uc-micro-py==1.0.2
|
565 |
+
umap-learn==0.5.6
|
566 |
+
unicodecsv==0.14.1
|
567 |
+
unstructured-client==0.23.1
|
568 |
+
unstructured-inference==0.7.34
|
569 |
+
unstructured.pytesseract==0.3.12
|
570 |
+
unstructured==0.14.4
|
571 |
+
unstructured==0.7.1
|
572 |
+
uri-template==1.3.0
|
573 |
+
uritemplate==4.1.1
|
574 |
+
urllib3==1.26.16
|
575 |
+
urllib3==2.1.0
|
576 |
+
uvicorn==0.22.0
|
577 |
+
validators==0.20.0
|
578 |
+
vine==5.0.0
|
579 |
+
vosk==0.3.45
|
580 |
+
wandb==0.17.6
|
581 |
+
wasabi==1.1.1
|
582 |
+
watchdog==3.0.0
|
583 |
+
watchfiles==0.19.0
|
584 |
+
wcwidth==0.2.6
|
585 |
+
weasel==0.3.4
|
586 |
+
webcolors==1.13
|
587 |
+
webencodings==0.5.1
|
588 |
+
websocket-client==1.7.0
|
589 |
+
websockets==10.4
|
590 |
+
wheel==0.40.0
|
591 |
+
whisper==1.1.10
|
592 |
+
widgetsnbextension==4.0.7
|
593 |
+
win-unicode-console==0.5
|
594 |
+
wrapt==1.14.0
|
595 |
+
xlrd==2.0.1
|
596 |
+
xxhash==3.4.1
|
597 |
+
xyzservices==2023.7.0
|
598 |
+
yarl==1.9.2
|
599 |
+
yarl==1.9.3
|
600 |
+
zipp==3.15.0
|
601 |
+
zstandard==0.21.0
|
wandb/run-20240927_215357-j5axkvdd/files/wandb-metadata.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"os": "Windows-10-10.0.22631-SP0",
|
3 |
+
"python": "3.11.9",
|
4 |
+
"heartbeatAt": "2024-09-28T00:54:10.454328",
|
5 |
+
"startedAt": "2024-09-28T00:53:57.374269",
|
6 |
+
"docker": null,
|
7 |
+
"cuda": null,
|
8 |
+
"args": [],
|
9 |
+
"state": "running",
|
10 |
+
"program": "e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/doutorado/secoes_contratos_rotulos_classificacao_texto_v1.ipynb",
|
11 |
+
"codePathLocal": "secoes_contratos_rotulos_classificacao_texto_v1.ipynb",
|
12 |
+
"git": {
|
13 |
+
"remote": "https://github.com/marcelovidigal/retrieval_augmented_generation.git",
|
14 |
+
"commit": "23db3b3a0427b4dfac5df9b26ac2572134e857c4"
|
15 |
+
},
|
16 |
+
"email": "marcelovidigal@gmail.com",
|
17 |
+
"root": "E:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation",
|
18 |
+
"host": "mace10",
|
19 |
+
"username": "marcelovidigal",
|
20 |
+
"executable": "c:\\Program Files\\Python311\\python.exe",
|
21 |
+
"cpu_count": 12,
|
22 |
+
"cpu_count_logical": 24,
|
23 |
+
"cpu_freq": {
|
24 |
+
"current": 3701.0,
|
25 |
+
"min": 0.0,
|
26 |
+
"max": 3701.0
|
27 |
+
},
|
28 |
+
"cpu_freq_per_core": [
|
29 |
+
{
|
30 |
+
"current": 3701.0,
|
31 |
+
"min": 0.0,
|
32 |
+
"max": 3701.0
|
33 |
+
}
|
34 |
+
],
|
35 |
+
"disk": {
|
36 |
+
"/": {
|
37 |
+
"total": 5631.874000549316,
|
38 |
+
"used": 5446.167854309082
|
39 |
+
}
|
40 |
+
},
|
41 |
+
"gpu": "NVIDIA GeForce RTX 3060",
|
42 |
+
"gpu_count": 1,
|
43 |
+
"gpu_devices": [
|
44 |
+
{
|
45 |
+
"name": "NVIDIA GeForce RTX 3060",
|
46 |
+
"memory_total": 12884901888
|
47 |
+
}
|
48 |
+
],
|
49 |
+
"memory": {
|
50 |
+
"total": 127.90434646606445
|
51 |
+
}
|
52 |
+
}
|
wandb/run-20240927_215357-j5axkvdd/files/wandb-summary.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"train/loss": 0.0033, "train/grad_norm": 7.661216659471393e-05, "train/learning_rate": 0.0, "train/epoch": 100.0, "train/global_step": 100000, "_timestamp": 1727543513.6471162, "_runtime": 58665.09247112274, "_step": 300, "eval/loss": 0.11199834942817688, "eval/accuracy": 0.98975, "eval/runtime": 72.3736, "eval/samples_per_second": 55.269, "eval/steps_per_second": 6.909, "train_runtime": 57508.3969, "train_samples_per_second": 13.911, "train_steps_per_second": 1.739, "total_flos": 2.10488844288e+17, "train_loss": 0.009017840830683709, "_wandb": {"runtime": 57699}}
|
wandb/run-20240927_215357-j5axkvdd/logs/debug-internal.log
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9fb993182253192254579a4d2ea3817c291db10e02a4d34ee63598f446f9c3e
|
3 |
+
size 10956776
|
wandb/run-20240927_215357-j5axkvdd/logs/debug.log
ADDED
@@ -0,0 +1,146 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2024-09-27 21:53:57,421 INFO MainThread:34208 [wandb_setup.py:_flush():76] Current SDK version is 0.17.6
|
2 |
+
2024-09-27 21:53:57,423 INFO MainThread:34208 [wandb_setup.py:_flush():76] Configure stats pid to 34208
|
3 |
+
2024-09-27 21:53:57,424 INFO MainThread:34208 [wandb_setup.py:_flush():76] Loading settings from C:\Users\marcelovidigal\.config\wandb\settings
|
4 |
+
2024-09-27 21:53:57,424 INFO MainThread:34208 [wandb_setup.py:_flush():76] Loading settings from e:\ferramentas\google\drive\Meu Drive\projetos\python\retrieval_augmented_generation\doutorado\wandb\settings
|
5 |
+
2024-09-27 21:53:57,424 INFO MainThread:34208 [wandb_setup.py:_flush():76] Loading settings from environment variables: {'notebook_name': 'e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/doutorado/secoes_contratos_rotulos_classificacao_texto_v1.ipynb'}
|
6 |
+
2024-09-27 21:53:57,425 INFO MainThread:34208 [wandb_setup.py:_flush():76] Applying setup settings: {'_disable_service': False}
|
7 |
+
2024-09-27 21:53:57,425 INFO MainThread:34208 [wandb_setup.py:_flush():76] Inferring run settings from compute environment: {'program': '<python with no main file>'}
|
8 |
+
2024-09-27 21:53:57,425 INFO MainThread:34208 [wandb_setup.py:_flush():76] Applying login settings: {}
|
9 |
+
2024-09-27 21:53:57,426 INFO MainThread:34208 [wandb_init.py:_log_setup():521] Logging user logs to e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215357-j5axkvdd\logs\debug.log
|
10 |
+
2024-09-27 21:53:57,426 INFO MainThread:34208 [wandb_init.py:_log_setup():522] Logging internal logs to e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2/wandb\run-20240927_215357-j5axkvdd\logs\debug-internal.log
|
11 |
+
2024-09-27 21:53:57,426 INFO MainThread:34208 [wandb_init.py:_jupyter_setup():467] configuring jupyter hooks <wandb.sdk.wandb_init._WandbInit object at 0x0000024A72D57AD0>
|
12 |
+
2024-09-27 21:53:57,426 INFO MainThread:34208 [wandb_init.py:init():559] calling init triggers
|
13 |
+
2024-09-27 21:53:57,426 INFO MainThread:34208 [wandb_init.py:init():566] wandb.init called with sweep_config: {}
|
14 |
+
config: {}
|
15 |
+
2024-09-27 21:53:57,426 INFO MainThread:34208 [wandb_init.py:init():584] re-initializing run, found existing run on stack: 26zv6kle
|
16 |
+
2024-09-27 21:53:57,426 INFO MainThread:34208 [wandb_run.py:_finish():2110] finishing run mvgdr/retrieval_augmented_generation/26zv6kle
|
17 |
+
2024-09-27 21:53:57,426 INFO MainThread:34208 [wandb_run.py:_atexit_cleanup():2377] got exitcode: 0
|
18 |
+
2024-09-27 21:53:57,426 INFO MainThread:34208 [wandb_run.py:_restore():2355] restore
|
19 |
+
2024-09-27 21:53:57,426 INFO MainThread:34208 [wandb_run.py:_restore():2361] restore done
|
20 |
+
2024-09-27 21:54:08,325 INFO MainThread:34208 [wandb_run.py:_footer_history_summary_info():4035] rendering history
|
21 |
+
2024-09-27 21:54:08,325 INFO MainThread:34208 [wandb_run.py:_footer_history_summary_info():4067] rendering summary
|
22 |
+
2024-09-27 21:54:08,325 INFO MainThread:34208 [wandb_run.py:_footer_sync_info():3994] logging synced files
|
23 |
+
2024-09-27 21:54:08,544 INFO MainThread:34208 [wandb_init.py:init():609] starting backend
|
24 |
+
2024-09-27 21:54:08,544 INFO MainThread:34208 [wandb_init.py:init():613] setting up manager
|
25 |
+
2024-09-27 21:54:08,554 INFO MainThread:34208 [backend.py:_multiprocessing_setup():105] multiprocessing start_methods=spawn, using: spawn
|
26 |
+
2024-09-27 21:54:08,554 INFO MainThread:34208 [wandb_init.py:init():621] backend started and connected
|
27 |
+
2024-09-27 21:54:08,575 INFO MainThread:34208 [wandb_run.py:_label_probe_notebook():1337] probe notebook
|
28 |
+
2024-09-27 21:54:08,578 INFO MainThread:34208 [wandb_init.py:init():716] updated telemetry
|
29 |
+
2024-09-27 21:54:08,691 INFO MainThread:34208 [wandb_init.py:init():749] communicating run to backend with 90.0 second timeout
|
30 |
+
2024-09-27 21:54:10,045 INFO MainThread:34208 [wandb_run.py:_on_init():2438] communicating current version
|
31 |
+
2024-09-27 21:54:10,407 INFO MainThread:34208 [wandb_run.py:_on_init():2447] got version response upgrade_message: "wandb version 0.18.2 is available! To upgrade, please run:\n $ pip install wandb --upgrade"
|
32 |
+
|
33 |
+
2024-09-27 21:54:10,407 INFO MainThread:34208 [wandb_init.py:init():800] starting run threads in backend
|
34 |
+
2024-09-27 21:54:11,105 INFO MainThread:34208 [wandb_run.py:_console_start():2416] atexit reg
|
35 |
+
2024-09-27 21:54:11,121 INFO MainThread:34208 [wandb_run.py:_redirect():2258] redirect: wrap_raw
|
36 |
+
2024-09-27 21:54:11,121 INFO MainThread:34208 [wandb_run.py:_redirect():2323] Wrapping output streams.
|
37 |
+
2024-09-27 21:54:11,121 INFO MainThread:34208 [wandb_run.py:_redirect():2348] Redirects installed.
|
38 |
+
2024-09-27 21:54:11,121 INFO MainThread:34208 [wandb_init.py:init():843] run started, returning control to user process
|
39 |
+
2024-09-27 21:54:11,121 INFO MainThread:34208 [jupyter.py:save_ipynb():372] not saving jupyter notebook
|
40 |
+
2024-09-27 21:54:11,121 INFO MainThread:34208 [wandb_init.py:_pause_backend():432] pausing backend
|
41 |
+
2024-09-27 22:11:55,505 INFO MainThread:34208 [wandb_init.py:_resume_backend():437] resuming backend
|
42 |
+
2024-09-27 22:11:55,524 INFO MainThread:34208 [jupyter.py:save_ipynb():372] not saving jupyter notebook
|
43 |
+
2024-09-27 22:11:55,524 INFO MainThread:34208 [wandb_init.py:_pause_backend():432] pausing backend
|
44 |
+
2024-09-27 22:11:57,656 INFO MainThread:34208 [wandb_init.py:_resume_backend():437] resuming backend
|
45 |
+
2024-09-27 22:12:05,439 INFO MainThread:34208 [jupyter.py:save_ipynb():372] not saving jupyter notebook
|
46 |
+
2024-09-27 22:12:05,439 INFO MainThread:34208 [wandb_init.py:_pause_backend():432] pausing backend
|
47 |
+
2024-09-27 22:12:05,483 INFO MainThread:34208 [wandb_init.py:_resume_backend():437] resuming backend
|
48 |
+
2024-09-27 22:12:05,489 INFO MainThread:34208 [jupyter.py:save_ipynb():372] not saving jupyter notebook
|
49 |
+
2024-09-27 22:12:05,489 INFO MainThread:34208 [wandb_init.py:_pause_backend():432] pausing backend
|
50 |
+
2024-09-27 22:12:05,510 INFO MainThread:34208 [wandb_init.py:_resume_backend():437] resuming backend
|
51 |
+
2024-09-27 22:12:05,510 INFO MainThread:34208 [jupyter.py:save_ipynb():372] not saving jupyter notebook
|
52 |
+
2024-09-27 22:12:05,510 INFO MainThread:34208 [wandb_init.py:_pause_backend():432] pausing backend
|
53 |
+
2024-09-27 22:12:08,006 INFO MainThread:34208 [wandb_init.py:_resume_backend():437] resuming backend
|
54 |
+
2024-09-27 22:12:08,009 INFO MainThread:34208 [jupyter.py:save_ipynb():372] not saving jupyter notebook
|
55 |
+
2024-09-27 22:12:08,009 INFO MainThread:34208 [wandb_init.py:_pause_backend():432] pausing backend
|
56 |
+
2024-09-27 22:12:08,034 INFO MainThread:34208 [wandb_init.py:_resume_backend():437] resuming backend
|
57 |
+
2024-09-27 22:12:08,034 INFO MainThread:34208 [jupyter.py:save_ipynb():372] not saving jupyter notebook
|
58 |
+
2024-09-27 22:12:08,034 INFO MainThread:34208 [wandb_init.py:_pause_backend():432] pausing backend
|
59 |
+
2024-09-27 22:12:11,393 INFO MainThread:34208 [wandb_init.py:_resume_backend():437] resuming backend
|
60 |
+
2024-09-27 22:12:11,403 INFO MainThread:34208 [jupyter.py:save_ipynb():372] not saving jupyter notebook
|
61 |
+
2024-09-27 22:12:11,403 INFO MainThread:34208 [wandb_init.py:_pause_backend():432] pausing backend
|
62 |
+
2024-09-27 22:12:11,441 INFO MainThread:34208 [wandb_init.py:_resume_backend():437] resuming backend
|
63 |
+
2024-09-27 22:12:11,445 INFO MainThread:34208 [jupyter.py:save_ipynb():372] not saving jupyter notebook
|
64 |
+
2024-09-27 22:12:11,445 INFO MainThread:34208 [wandb_init.py:_pause_backend():432] pausing backend
|
65 |
+
2024-09-27 22:12:13,483 INFO MainThread:34208 [wandb_init.py:_resume_backend():437] resuming backend
|
66 |
+
2024-09-27 22:12:18,494 INFO MainThread:34208 [jupyter.py:save_ipynb():372] not saving jupyter notebook
|
67 |
+
2024-09-27 22:12:18,494 INFO MainThread:34208 [wandb_init.py:_pause_backend():432] pausing backend
|
68 |
+
2024-09-27 22:12:18,526 INFO MainThread:34208 [wandb_init.py:_resume_backend():437] resuming backend
|
69 |
+
2024-09-27 22:12:18,531 INFO MainThread:34208 [jupyter.py:save_ipynb():372] not saving jupyter notebook
|
70 |
+
2024-09-27 22:12:18,531 INFO MainThread:34208 [wandb_init.py:_pause_backend():432] pausing backend
|
71 |
+
2024-09-27 22:12:29,627 INFO MainThread:34208 [wandb_init.py:_resume_backend():437] resuming backend
|
72 |
+
2024-09-27 22:12:29,645 INFO MainThread:34208 [jupyter.py:save_ipynb():372] not saving jupyter notebook
|
73 |
+
2024-09-27 22:12:29,645 INFO MainThread:34208 [wandb_init.py:_pause_backend():432] pausing backend
|
74 |
+
2024-09-27 22:12:33,931 INFO MainThread:34208 [wandb_init.py:_resume_backend():437] resuming backend
|
75 |
+
2024-09-27 22:12:34,890 INFO MainThread:34208 [jupyter.py:save_ipynb():372] not saving jupyter notebook
|
76 |
+
2024-09-27 22:12:34,891 INFO MainThread:34208 [wandb_init.py:_pause_backend():432] pausing backend
|
77 |
+
2024-09-27 22:13:01,694 INFO MainThread:34208 [wandb_init.py:_resume_backend():437] resuming backend
|
78 |
+
2024-09-27 22:13:25,145 INFO MainThread:34208 [wandb_run.py:_config_callback():1385] config_cb None None {'return_dict': True, 'output_hidden_states': False, 'output_attentions': False, 'torchscript': False, 'torch_dtype': None, 'use_bfloat16': False, 'tf_legacy_loss': False, 'pruned_heads': {}, 'tie_word_embeddings': True, 'chunk_size_feed_forward': 0, 'is_encoder_decoder': False, 'is_decoder': False, 'cross_attention_hidden_size': None, 'add_cross_attention': False, 'tie_encoder_decoder': False, 'max_length': 20, 'min_length': 0, 'do_sample': False, 'early_stopping': False, 'num_beams': 1, 'num_beam_groups': 1, 'diversity_penalty': 0.0, 'temperature': 1.0, 'top_k': 50, 'top_p': 1.0, 'typical_p': 1.0, 'repetition_penalty': 1.0, 'length_penalty': 1.0, 'no_repeat_ngram_size': 0, 'encoder_no_repeat_ngram_size': 0, 'bad_words_ids': None, 'num_return_sequences': 1, 'output_scores': False, 'return_dict_in_generate': False, 'forced_bos_token_id': None, 'forced_eos_token_id': None, 'remove_invalid_values': False, 'exponential_decay_length_penalty': None, 'suppress_tokens': None, 'begin_suppress_tokens': None, 'architectures': ['BertForMaskedLM'], 'finetuning_task': None, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1}, 'tokenizer_class': None, 'prefix': None, 'bos_token_id': None, 'pad_token_id': 0, 'eos_token_id': None, 'sep_token_id': None, 'decoder_start_token_id': None, 'task_specific_params': None, 'problem_type': None, '_name_or_path': 'google-bert/bert-base-multilingual-uncased', 'transformers_version': '4.42.4', 'directionality': 'bidi', 'model_type': 'bert', 'pooler_fc_size': 768, 'pooler_num_attention_heads': 12, 'pooler_num_fc_layers': 3, 'pooler_size_per_head': 128, 'pooler_type': 'first_token_transform', 'vocab_size': 105879, 'hidden_size': 768, 'num_hidden_layers': 12, 'num_attention_heads': 12, 'hidden_act': 'gelu', 'intermediate_size': 3072, 'hidden_dropout_prob': 0.1, 'attention_probs_dropout_prob': 0.1, 'max_position_embeddings': 512, 'type_vocab_size': 2, 'initializer_range': 0.02, 'layer_norm_eps': 1e-12, 'position_embedding_type': 'absolute', 'use_cache': True, 'classifier_dropout': None, 'output_dir': 'e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2', 'overwrite_output_dir': False, 'do_train': False, 'do_eval': True, 'do_predict': False, 'eval_strategy': 'epoch', 'prediction_loss_only': False, 'per_device_train_batch_size': 8, 'per_device_eval_batch_size': 8, 'per_gpu_train_batch_size': None, 'per_gpu_eval_batch_size': None, 'gradient_accumulation_steps': 1, 'eval_accumulation_steps': None, 'eval_delay': 0, 'learning_rate': 1e-06, 'weight_decay': 0.0, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'max_grad_norm': 1.0, 'num_train_epochs': 100, 'max_steps': -1, 'lr_scheduler_type': 'linear', 'lr_scheduler_kwargs': {}, 'warmup_ratio': 0.0, 'warmup_steps': 0, 'log_level': 'passive', 'log_level_replica': 'warning', 'log_on_each_node': True, 'logging_dir': 'e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v2\\runs\\Sep27_22-13-24_mace10', 'logging_strategy': 'steps', 'logging_first_step': False, 'logging_steps': 500, 'logging_nan_inf_filter': True, 'save_strategy': 'epoch', 'save_steps': 500, 'save_total_limit': None, 'save_safetensors': True, 'save_on_each_node': False, 'save_only_model': False, 'restore_callback_states_from_checkpoint': False, 'no_cuda': False, 'use_cpu': False, 'use_mps_device': False, 'seed': 42, 'data_seed': None, 'jit_mode_eval': False, 'use_ipex': False, 'bf16': False, 'fp16': False, 'fp16_opt_level': 'O1', 'half_precision_backend': 'auto', 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': None, 'local_rank': 0, 'ddp_backend': None, 'tpu_num_cores': None, 'tpu_metrics_debug': False, 'debug': [], 'dataloader_drop_last': False, 'eval_steps': None, 'dataloader_num_workers': 0, 'dataloader_prefetch_factor': None, 'past_index': -1, 'run_name': 'contract_sections_with_labels_for_text_classification_v2', 'disable_tqdm': False, 'remove_unused_columns': True, 'label_names': None, 'load_best_model_at_end': False, 'metric_for_best_model': None, 'greater_is_better': None, 'ignore_data_skip': False, 'fsdp': [], 'fsdp_min_num_params': 0, 'fsdp_config': {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}, 'fsdp_transformer_layer_cls_to_wrap': None, 'accelerator_config': {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}, 'deepspeed': None, 'label_smoothing_factor': 0.0, 'optim': 'adamw_torch', 'optim_args': None, 'adafactor': False, 'group_by_length': False, 'length_column_name': 'length', 'report_to': ['tensorboard', 'wandb'], 'ddp_find_unused_parameters': None, 'ddp_bucket_cap_mb': None, 'ddp_broadcast_buffers': None, 'dataloader_pin_memory': True, 'dataloader_persistent_workers': False, 'skip_memory_metrics': True, 'use_legacy_prediction_loop': False, 'push_to_hub': False, 'resume_from_checkpoint': None, 'hub_model_id': None, 'hub_strategy': 'every_save', 'hub_token': '<HUB_TOKEN>', 'hub_private_repo': False, 'hub_always_push': False, 'gradient_checkpointing': False, 'gradient_checkpointing_kwargs': None, 'include_inputs_for_metrics': False, 'eval_do_concat_batches': True, 'fp16_backend': 'auto', 'evaluation_strategy': None, 'push_to_hub_model_id': None, 'push_to_hub_organization': None, 'push_to_hub_token': '<PUSH_TO_HUB_TOKEN>', 'mp_parameters': '', 'auto_find_batch_size': False, 'full_determinism': False, 'torchdynamo': None, 'ray_scope': 'last', 'ddp_timeout': 1800, 'torch_compile': False, 'torch_compile_backend': None, 'torch_compile_mode': None, 'dispatch_batches': None, 'split_batches': None, 'include_tokens_per_second': False, 'include_num_input_tokens_seen': False, 'neftune_noise_alpha': None, 'optim_target_modules': None, 'batch_eval_metrics': False, 'eval_on_start': False}
|
79 |
+
2024-09-27 22:13:25,162 INFO MainThread:34208 [wandb_config.py:__setitem__():151] config set model/num_parameters = 167357954 - <bound method Run._config_callback of <wandb.sdk.wandb_run.Run object at 0x00000249D8616910>>
|
80 |
+
2024-09-27 22:13:25,162 INFO MainThread:34208 [wandb_run.py:_config_callback():1385] config_cb model/num_parameters 167357954 None
|
81 |
+
2024-09-28 14:11:53,693 INFO MainThread:34208 [jupyter.py:save_ipynb():372] not saving jupyter notebook
|
82 |
+
2024-09-28 14:11:53,693 INFO MainThread:34208 [wandb_init.py:_pause_backend():432] pausing backend
|
83 |
+
2024-09-28 16:03:19,819 INFO MainThread:34208 [wandb_init.py:_resume_backend():437] resuming backend
|
84 |
+
2024-09-28 16:05:26,508 INFO MainThread:34208 [jupyter.py:save_ipynb():372] not saving jupyter notebook
|
85 |
+
2024-09-28 16:05:26,508 INFO MainThread:34208 [wandb_init.py:_pause_backend():432] pausing backend
|
86 |
+
2024-09-28 16:05:26,527 INFO MainThread:34208 [wandb_init.py:_resume_backend():437] resuming backend
|
87 |
+
2024-09-28 16:05:26,527 INFO MainThread:34208 [jupyter.py:save_ipynb():372] not saving jupyter notebook
|
88 |
+
2024-09-28 16:05:26,527 INFO MainThread:34208 [wandb_init.py:_pause_backend():432] pausing backend
|
89 |
+
2024-09-28 16:05:26,538 INFO MainThread:34208 [wandb_init.py:_resume_backend():437] resuming backend
|
90 |
+
2024-09-28 16:05:26,542 INFO MainThread:34208 [jupyter.py:save_ipynb():372] not saving jupyter notebook
|
91 |
+
2024-09-28 16:05:26,543 INFO MainThread:34208 [wandb_init.py:_pause_backend():432] pausing backend
|
92 |
+
2024-09-28 16:05:26,602 INFO MainThread:34208 [wandb_init.py:_resume_backend():437] resuming backend
|
93 |
+
2024-09-28 16:05:26,607 INFO MainThread:34208 [jupyter.py:save_ipynb():372] not saving jupyter notebook
|
94 |
+
2024-09-28 16:05:26,607 INFO MainThread:34208 [wandb_init.py:_pause_backend():432] pausing backend
|
95 |
+
2024-09-28 16:05:26,645 INFO MainThread:34208 [wandb_init.py:_resume_backend():437] resuming backend
|
96 |
+
2024-09-28 16:05:26,645 INFO MainThread:34208 [jupyter.py:save_ipynb():372] not saving jupyter notebook
|
97 |
+
2024-09-28 16:05:26,645 INFO MainThread:34208 [wandb_init.py:_pause_backend():432] pausing backend
|
98 |
+
2024-09-28 16:07:08,503 INFO MainThread:34208 [wandb_init.py:_resume_backend():437] resuming backend
|
99 |
+
2024-09-28 16:07:08,503 INFO MainThread:34208 [jupyter.py:save_ipynb():372] not saving jupyter notebook
|
100 |
+
2024-09-28 16:07:08,503 INFO MainThread:34208 [wandb_init.py:_pause_backend():432] pausing backend
|
101 |
+
2024-09-28 16:07:18,532 INFO MainThread:34208 [wandb_init.py:_resume_backend():437] resuming backend
|
102 |
+
2024-09-28 16:07:19,448 INFO MainThread:34208 [jupyter.py:save_ipynb():372] not saving jupyter notebook
|
103 |
+
2024-09-28 16:07:19,448 INFO MainThread:34208 [wandb_init.py:_pause_backend():432] pausing backend
|
104 |
+
2024-09-28 16:07:46,099 INFO MainThread:34208 [wandb_init.py:_resume_backend():437] resuming backend
|
105 |
+
2024-09-28 16:07:46,099 INFO MainThread:34208 [jupyter.py:save_ipynb():372] not saving jupyter notebook
|
106 |
+
2024-09-28 16:07:46,099 INFO MainThread:34208 [wandb_init.py:_pause_backend():432] pausing backend
|
107 |
+
2024-09-28 16:08:05,104 INFO MainThread:34208 [wandb_init.py:_resume_backend():437] resuming backend
|
108 |
+
2024-09-28 16:08:05,118 INFO MainThread:34208 [jupyter.py:save_ipynb():372] not saving jupyter notebook
|
109 |
+
2024-09-28 16:08:05,119 INFO MainThread:34208 [wandb_init.py:_pause_backend():432] pausing backend
|
110 |
+
2024-09-28 16:08:22,739 INFO MainThread:34208 [wandb_init.py:_resume_backend():437] resuming backend
|
111 |
+
2024-09-28 16:08:22,743 INFO MainThread:34208 [jupyter.py:save_ipynb():372] not saving jupyter notebook
|
112 |
+
2024-09-28 16:08:22,743 INFO MainThread:34208 [wandb_init.py:_pause_backend():432] pausing backend
|
113 |
+
2024-09-28 16:09:12,195 INFO MainThread:34208 [wandb_init.py:_resume_backend():437] resuming backend
|
114 |
+
2024-09-28 16:09:34,806 INFO MainThread:34208 [jupyter.py:save_ipynb():372] not saving jupyter notebook
|
115 |
+
2024-09-28 16:09:34,806 INFO MainThread:34208 [wandb_init.py:_pause_backend():432] pausing backend
|
116 |
+
2024-09-28 16:18:53,611 INFO MainThread:34208 [wandb_init.py:_resume_backend():437] resuming backend
|
117 |
+
2024-09-28 16:18:54,573 INFO MainThread:34208 [jupyter.py:save_ipynb():372] not saving jupyter notebook
|
118 |
+
2024-09-28 16:18:54,573 INFO MainThread:34208 [wandb_init.py:_pause_backend():432] pausing backend
|
119 |
+
2024-09-28 16:19:59,749 INFO MainThread:34208 [wandb_init.py:_resume_backend():437] resuming backend
|
120 |
+
2024-09-28 16:19:59,752 INFO MainThread:34208 [jupyter.py:save_ipynb():372] not saving jupyter notebook
|
121 |
+
2024-09-28 16:19:59,753 INFO MainThread:34208 [wandb_init.py:_pause_backend():432] pausing backend
|
122 |
+
2024-09-28 16:20:48,863 INFO MainThread:34208 [wandb_init.py:_resume_backend():437] resuming backend
|
123 |
+
2024-09-28 16:20:49,010 INFO MainThread:34208 [wandb_setup.py:_flush():76] Current SDK version is 0.17.6
|
124 |
+
2024-09-28 16:20:49,012 INFO MainThread:34208 [wandb_setup.py:_flush():76] Configure stats pid to 34208
|
125 |
+
2024-09-28 16:20:49,013 INFO MainThread:34208 [wandb_setup.py:_flush():76] Loading settings from C:\Users\marcelovidigal\.config\wandb\settings
|
126 |
+
2024-09-28 16:20:49,013 INFO MainThread:34208 [wandb_setup.py:_flush():76] Loading settings from e:\ferramentas\google\drive\Meu Drive\projetos\python\retrieval_augmented_generation\doutorado\wandb\settings
|
127 |
+
2024-09-28 16:20:49,013 INFO MainThread:34208 [wandb_setup.py:_flush():76] Loading settings from environment variables: {'notebook_name': 'e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/doutorado/secoes_contratos_rotulos_classificacao_texto_v1.ipynb'}
|
128 |
+
2024-09-28 16:20:49,014 INFO MainThread:34208 [wandb_setup.py:_flush():76] Applying setup settings: {'_disable_service': False}
|
129 |
+
2024-09-28 16:20:49,014 INFO MainThread:34208 [wandb_setup.py:_flush():76] Inferring run settings from compute environment: {'program': '<python with no main file>'}
|
130 |
+
2024-09-28 16:20:49,014 INFO MainThread:34208 [wandb_setup.py:_flush():76] Applying login settings: {}
|
131 |
+
2024-09-28 16:20:49,015 INFO MainThread:34208 [wandb_init.py:_log_setup():521] Logging user logs to e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v1/wandb\run-20240928_162048-4j9e38fi\logs\debug.log
|
132 |
+
2024-09-28 16:20:49,016 INFO MainThread:34208 [wandb_init.py:_log_setup():522] Logging internal logs to e:/ferramentas/google/drive/Meu Drive/projetos/python/retrieval_augmented_generation/modelos/doutorado/contract_sections_with_labels_for_text_classification_v1/wandb\run-20240928_162048-4j9e38fi\logs\debug-internal.log
|
133 |
+
2024-09-28 16:20:49,016 INFO MainThread:34208 [wandb_init.py:init():559] calling init triggers
|
134 |
+
2024-09-28 16:20:49,017 INFO MainThread:34208 [wandb_init.py:init():566] wandb.init called with sweep_config: {}
|
135 |
+
config: {}
|
136 |
+
2024-09-28 16:20:49,017 INFO MainThread:34208 [wandb_init.py:init():584] re-initializing run, found existing run on stack: j5axkvdd
|
137 |
+
2024-09-28 16:20:49,018 INFO MainThread:34208 [wandb_run.py:_finish():2110] finishing run mvgdr/retrieval_augmented_generation/j5axkvdd
|
138 |
+
2024-09-28 16:20:49,019 INFO MainThread:34208 [jupyter.py:save_history():444] not saving jupyter history
|
139 |
+
2024-09-28 16:20:49,019 INFO MainThread:34208 [jupyter.py:save_ipynb():372] not saving jupyter notebook
|
140 |
+
2024-09-28 16:20:49,020 INFO MainThread:34208 [wandb_init.py:_jupyter_teardown():449] cleaning up jupyter logic
|
141 |
+
2024-09-28 16:20:49,020 INFO MainThread:34208 [wandb_run.py:_atexit_cleanup():2377] got exitcode: 0
|
142 |
+
2024-09-28 16:20:49,021 INFO MainThread:34208 [wandb_run.py:_restore():2355] restore
|
143 |
+
2024-09-28 16:20:49,021 INFO MainThread:34208 [wandb_run.py:_restore():2361] restore done
|
144 |
+
2024-09-28 16:20:58,999 INFO MainThread:34208 [wandb_run.py:_footer_history_summary_info():4035] rendering history
|
145 |
+
2024-09-28 16:20:59,000 INFO MainThread:34208 [wandb_run.py:_footer_history_summary_info():4067] rendering summary
|
146 |
+
2024-09-28 16:20:59,009 INFO MainThread:34208 [wandb_run.py:_footer_sync_info():3994] logging synced files
|
wandb/run-20240927_215357-j5axkvdd/run-j5axkvdd.wandb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9ced2f8ed81586b986b3591e6c0e5a7ce29a5d3c6d1de86302c5b957009c178
|
3 |
+
size 3083855
|