Training complete
Browse files- README.md +186 -0
- config.json +59 -0
- generation_config.json +14 -0
- merges.txt +0 -0
- model.safetensors +3 -0
- runs/Jun20_03-52-10_nkvln4vqi5/events.out.tfevents.1718855536.nkvln4vqi5.5946.0 +3 -0
- runs/Jun20_03-52-10_nkvln4vqi5/events.out.tfevents.1718856128.nkvln4vqi5.5946.1 +3 -0
- special_tokens_map.json +51 -0
- tokenizer.json +0 -0
- tokenizer_config.json +57 -0
- training_args.bin +3 -0
- vocab.json +0 -0
README.md
ADDED
@@ -0,0 +1,186 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- summarization
|
4 |
+
- generated_from_trainer
|
5 |
+
model-index:
|
6 |
+
- name: finetune-led2
|
7 |
+
results: []
|
8 |
+
---
|
9 |
+
|
10 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
+
should probably proofread and complete it, then remove this comment. -->
|
12 |
+
|
13 |
+
# finetune-led2
|
14 |
+
|
15 |
+
This model was trained from scratch on an unknown dataset.
|
16 |
+
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 1.9753
|
18 |
+
- Rouge1 Precision: 0.2523
|
19 |
+
- Rouge1 Recall: 0.3403
|
20 |
+
- Rouge1 Fmeasure: 0.2864
|
21 |
+
|
22 |
+
## Model description
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Intended uses & limitations
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training and evaluation data
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training procedure
|
35 |
+
|
36 |
+
### Training hyperparameters
|
37 |
+
|
38 |
+
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 5e-05
|
40 |
+
- train_batch_size: 8
|
41 |
+
- eval_batch_size: 8
|
42 |
+
- seed: 42
|
43 |
+
- gradient_accumulation_steps: 4
|
44 |
+
- total_train_batch_size: 32
|
45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
+
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 2
|
48 |
+
- mixed_precision_training: Native AMP
|
49 |
+
|
50 |
+
### Training results
|
51 |
+
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 Fmeasure | Rouge1 Precision | Rouge1 Recall |
|
53 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------------:|:----------------:|:-------------:|
|
54 |
+
| 2.0588 | 0.06 | 10 | 2.6812 | 0.2738 | 0.2434 | 0.3302 |
|
55 |
+
| 1.89 | 0.13 | 20 | 2.5273 | 0.2786 | 0.2527 | 0.3216 |
|
56 |
+
| 1.7108 | 0.19 | 30 | 2.4943 | 0.281 | 0.2471 | 0.337 |
|
57 |
+
| 1.6632 | 0.26 | 40 | 2.4320 | 0.2805 | 0.2456 | 0.3387 |
|
58 |
+
| 1.6764 | 0.32 | 50 | 2.3851 | 0.2806 | 0.2473 | 0.3352 |
|
59 |
+
| 1.6218 | 0.38 | 60 | 2.3718 | 0.2741 | 0.2395 | 0.3306 |
|
60 |
+
| 1.6105 | 0.11 | 70 | 2.3655 | 0.2851 | 0.2486 | 0.3446 |
|
61 |
+
| 1.6344 | 0.13 | 80 | 2.3529 | 0.2798 | 0.2485 | 0.3301 |
|
62 |
+
| 1.6359 | 0.14 | 90 | 2.3933 | 0.2845 | 0.2505 | 0.3394 |
|
63 |
+
| 1.5291 | 0.16 | 100 | 2.4088 | 0.2802 | 0.2453 | 0.3375 |
|
64 |
+
| 1.483 | 0.18 | 110 | 2.3258 | 0.2891 | 0.2575 | 0.3397 |
|
65 |
+
| 1.5317 | 0.19 | 120 | 2.2498 | 0.2785 | 0.2508 | 0.3223 |
|
66 |
+
| 1.5924 | 0.21 | 130 | 2.2690 | 0.2797 | 0.2471 | 0.3326 |
|
67 |
+
| 1.5086 | 0.22 | 140 | 2.3032 | 0.2768 | 0.2439 | 0.33 |
|
68 |
+
| 1.4654 | 0.24 | 150 | 2.2767 | 0.2792 | 0.2511 | 0.324 |
|
69 |
+
| 1.4575 | 0.26 | 160 | 2.2510 | 0.2825 | 0.2493 | 0.3356 |
|
70 |
+
| 1.5274 | 0.27 | 170 | 2.2635 | 0.2787 | 0.2446 | 0.3338 |
|
71 |
+
| 1.4993 | 0.29 | 180 | 2.2363 | 0.2845 | 0.2496 | 0.3406 |
|
72 |
+
| 1.5557 | 0.3 | 190 | 2.2319 | 0.282 | 0.2479 | 0.3364 |
|
73 |
+
| 1.476 | 0.32 | 200 | 2.2196 | 0.2735 | 0.2437 | 0.3216 |
|
74 |
+
| 1.4695 | 0.34 | 210 | 2.2604 | 0.2828 | 0.2477 | 0.3394 |
|
75 |
+
| 1.4819 | 0.35 | 220 | 2.2487 | 0.2806 | 0.2481 | 0.3329 |
|
76 |
+
| 1.4132 | 0.37 | 230 | 2.2176 | 0.2903 | 0.2543 | 0.348 |
|
77 |
+
| 1.4574 | 0.38 | 240 | 2.1912 | 0.2847 | 0.2513 | 0.3378 |
|
78 |
+
| 1.5263 | 0.4 | 250 | 2.1772 | 0.2761 | 0.2463 | 0.3234 |
|
79 |
+
| 1.4955 | 0.42 | 260 | 2.2065 | 0.2859 | 0.2483 | 0.3467 |
|
80 |
+
| 1.4698 | 0.43 | 270 | 2.1837 | 0.2831 | 0.2495 | 0.3368 |
|
81 |
+
| 1.5245 | 0.45 | 280 | 2.1769 | 0.2846 | 0.2513 | 0.3377 |
|
82 |
+
| 1.4691 | 0.46 | 290 | 2.1495 | 0.2832 | 0.252 | 0.3326 |
|
83 |
+
| 1.4203 | 0.48 | 300 | 2.1742 | 0.2791 | 0.2483 | 0.328 |
|
84 |
+
| 1.4827 | 0.5 | 310 | 2.1789 | 0.2793 | 0.2445 | 0.335 |
|
85 |
+
| 1.4478 | 0.51 | 320 | 2.1456 | 0.279 | 0.2483 | 0.328 |
|
86 |
+
| 1.4188 | 0.53 | 330 | 2.1637 | 0.2795 | 0.2499 | 0.3268 |
|
87 |
+
| 1.4096 | 0.54 | 340 | 2.1568 | 0.2863 | 0.2522 | 0.3407 |
|
88 |
+
| 1.4355 | 0.56 | 350 | 2.1613 | 0.2818 | 0.2467 | 0.3384 |
|
89 |
+
| 1.4587 | 0.58 | 360 | 2.1394 | 0.278 | 0.2441 | 0.3319 |
|
90 |
+
| 1.4674 | 0.59 | 370 | 2.1284 | 0.2818 | 0.2503 | 0.3317 |
|
91 |
+
| 1.3842 | 0.61 | 380 | 2.1286 | 0.2828 | 0.2521 | 0.3311 |
|
92 |
+
| 1.456 | 0.62 | 390 | 2.1013 | 0.2806 | 0.2513 | 0.3268 |
|
93 |
+
| 1.3512 | 0.64 | 400 | 2.1385 | 0.2817 | 0.2463 | 0.3384 |
|
94 |
+
| 1.3697 | 0.66 | 410 | 2.1282 | 0.2779 | 0.2451 | 0.3303 |
|
95 |
+
| 1.4404 | 0.67 | 420 | 2.1087 | 0.2837 | 0.2498 | 0.3376 |
|
96 |
+
| 1.4956 | 0.69 | 430 | 2.1034 | 0.2773 | 0.2446 | 0.3293 |
|
97 |
+
| 1.5532 | 0.7 | 440 | 2.1103 | 0.2834 | 0.2471 | 0.342 |
|
98 |
+
| 1.3254 | 0.72 | 450 | 2.1337 | 0.2811 | 0.2466 | 0.3363 |
|
99 |
+
| 1.4318 | 0.74 | 460 | 2.0690 | 0.287 | 0.2548 | 0.3382 |
|
100 |
+
| 1.3766 | 0.75 | 470 | 2.1392 | 0.2837 | 0.2438 | 0.3487 |
|
101 |
+
| 1.318 | 0.77 | 480 | 2.1353 | 0.2864 | 0.2492 | 0.3465 |
|
102 |
+
| 1.343 | 0.78 | 490 | 2.1262 | 0.282 | 0.2478 | 0.3375 |
|
103 |
+
| 1.3887 | 0.8 | 500 | 2.1246 | 0.2904 | 0.2552 | 0.3471 |
|
104 |
+
| 1.4047 | 0.82 | 510 | 2.0871 | 0.2835 | 0.2552 | 0.3285 |
|
105 |
+
| 1.459 | 0.83 | 520 | 2.1219 | 0.2824 | 0.247 | 0.3391 |
|
106 |
+
| 1.5071 | 0.85 | 530 | 2.0846 | 0.2799 | 0.2472 | 0.3321 |
|
107 |
+
| 1.3899 | 0.86 | 540 | 2.1019 | 0.2857 | 0.2505 | 0.3416 |
|
108 |
+
| 1.4277 | 0.88 | 550 | 2.0739 | 0.2831 | 0.2503 | 0.335 |
|
109 |
+
| 1.3651 | 0.9 | 560 | 2.0838 | 0.2788 | 0.2458 | 0.3312 |
|
110 |
+
| 1.4135 | 0.91 | 570 | 2.0783 | 0.2878 | 0.2547 | 0.3403 |
|
111 |
+
| 1.4165 | 0.93 | 580 | 2.0414 | 0.2848 | 0.2554 | 0.3311 |
|
112 |
+
| 1.3862 | 0.94 | 590 | 2.0631 | 0.2824 | 0.2497 | 0.3343 |
|
113 |
+
| 1.3839 | 0.96 | 600 | 2.0496 | 0.2778 | 0.2477 | 0.3252 |
|
114 |
+
| 1.3881 | 0.98 | 610 | 2.0682 | 0.2836 | 0.2492 | 0.3387 |
|
115 |
+
| 1.4462 | 0.99 | 620 | 2.0703 | 0.2824 | 0.2492 | 0.3355 |
|
116 |
+
| 1.3299 | 1.01 | 630 | 2.0345 | 0.2932 | 0.2607 | 0.3444 |
|
117 |
+
| 1.2978 | 1.02 | 640 | 2.0593 | 0.2868 | 0.2524 | 0.3416 |
|
118 |
+
| 1.2671 | 1.04 | 650 | 2.0719 | 0.285 | 0.2519 | 0.3382 |
|
119 |
+
| 1.2823 | 1.06 | 660 | 2.0529 | 0.2838 | 0.2542 | 0.3307 |
|
120 |
+
| 1.2797 | 1.07 | 670 | 2.0745 | 0.2867 | 0.2518 | 0.3424 |
|
121 |
+
| 1.3185 | 1.09 | 680 | 2.0725 | 0.2795 | 0.2465 | 0.3324 |
|
122 |
+
| 1.3278 | 1.1 | 690 | 2.0492 | 0.2881 | 0.2541 | 0.3422 |
|
123 |
+
| 1.3344 | 1.12 | 700 | 2.0541 | 0.2869 | 0.251 | 0.3442 |
|
124 |
+
| 1.2929 | 1.14 | 710 | 2.0588 | 0.2834 | 0.2487 | 0.339 |
|
125 |
+
| 1.2152 | 1.15 | 720 | 2.0515 | 0.2884 | 0.254 | 0.3427 |
|
126 |
+
| 1.2662 | 1.17 | 730 | 2.0552 | 0.2777 | 0.2452 | 0.3295 |
|
127 |
+
| 1.2999 | 1.18 | 740 | 2.0337 | 0.2823 | 0.2512 | 0.3314 |
|
128 |
+
| 1.327 | 1.2 | 750 | 2.0363 | 0.2843 | 0.2486 | 0.3416 |
|
129 |
+
| 1.2588 | 1.22 | 760 | 2.0550 | 0.2889 | 0.2549 | 0.3437 |
|
130 |
+
| 1.2676 | 1.23 | 770 | 2.0146 | 0.2819 | 0.2483 | 0.3351 |
|
131 |
+
| 1.3498 | 1.25 | 780 | 2.0291 | 0.2812 | 0.2475 | 0.3348 |
|
132 |
+
| 1.3004 | 1.26 | 790 | 2.0501 | 0.2836 | 0.2484 | 0.3398 |
|
133 |
+
| 1.2663 | 1.28 | 800 | 2.0205 | 0.2838 | 0.2505 | 0.3364 |
|
134 |
+
| 1.2419 | 1.3 | 810 | 2.0274 | 0.2837 | 0.2511 | 0.3353 |
|
135 |
+
| 1.3022 | 1.31 | 820 | 2.0277 | 0.2838 | 0.2496 | 0.3376 |
|
136 |
+
| 1.3404 | 1.33 | 830 | 2.0417 | 0.2835 | 0.2491 | 0.3384 |
|
137 |
+
| 1.2684 | 1.34 | 840 | 2.0474 | 0.2841 | 0.2485 | 0.3412 |
|
138 |
+
| 1.3272 | 1.36 | 850 | 2.0520 | 0.2889 | 0.254 | 0.3444 |
|
139 |
+
| 1.2133 | 1.38 | 860 | 2.0172 | 0.2848 | 0.2521 | 0.3367 |
|
140 |
+
| 1.2698 | 1.39 | 870 | 2.0031 | 0.2864 | 0.2536 | 0.3382 |
|
141 |
+
| 1.1931 | 1.41 | 880 | 2.0211 | 0.2832 | 0.2507 | 0.3349 |
|
142 |
+
| 1.2514 | 1.42 | 890 | 2.0176 | 0.2904 | 0.2551 | 0.3464 |
|
143 |
+
| 1.3456 | 1.44 | 900 | 1.9953 | 0.2769 | 0.243 | 0.3308 |
|
144 |
+
| 1.2857 | 1.46 | 910 | 1.9979 | 0.2891 | 0.2542 | 0.3447 |
|
145 |
+
| 1.2462 | 1.47 | 920 | 2.0191 | 0.2842 | 0.2485 | 0.3414 |
|
146 |
+
| 1.2398 | 1.49 | 930 | 1.9891 | 0.2854 | 0.253 | 0.3368 |
|
147 |
+
| 1.2982 | 1.5 | 940 | 1.9947 | 0.2894 | 0.2566 | 0.3416 |
|
148 |
+
| 1.2334 | 1.52 | 950 | 1.9975 | 0.287 | 0.2512 | 0.3444 |
|
149 |
+
| 1.2572 | 1.54 | 960 | 1.9977 | 0.288 | 0.2539 | 0.3424 |
|
150 |
+
| 1.1719 | 1.55 | 970 | 2.0149 | 0.2857 | 0.2514 | 0.3404 |
|
151 |
+
| 1.1536 | 1.57 | 980 | 1.9899 | 0.2905 | 0.2558 | 0.3456 |
|
152 |
+
| 1.2731 | 1.58 | 990 | 1.9915 | 0.2864 | 0.2528 | 0.3401 |
|
153 |
+
| 1.2694 | 1.6 | 1000 | 2.0039 | 0.2872 | 0.252 | 0.3434 |
|
154 |
+
| 1.2481 | 1.62 | 1010 | 2.0071 | 0.2806 | 0.2467 | 0.335 |
|
155 |
+
| 1.1825 | 1.63 | 1020 | 1.9943 | 0.2862 | 0.2514 | 0.3417 |
|
156 |
+
| 1.2626 | 1.65 | 1030 | 1.9953 | 0.2837 | 0.2489 | 0.3396 |
|
157 |
+
| 1.2497 | 1.66 | 1040 | 2.0078 | 0.287 | 0.2511 | 0.3444 |
|
158 |
+
| 1.2401 | 1.68 | 1050 | 1.9765 | 0.2853 | 0.2501 | 0.3422 |
|
159 |
+
| 1.2074 | 1.7 | 1060 | 1.9970 | 0.2863 | 0.252 | 0.3412 |
|
160 |
+
| 1.1557 | 1.71 | 1070 | 1.9860 | 0.2841 | 0.2492 | 0.34 |
|
161 |
+
| 1.1298 | 1.73 | 1080 | 1.9895 | 0.2862 | 0.2525 | 0.3397 |
|
162 |
+
| 1.1531 | 1.74 | 1090 | 1.9813 | 0.2892 | 0.2546 | 0.3442 |
|
163 |
+
| 1.2627 | 1.76 | 1100 | 1.9906 | 0.2863 | 0.2522 | 0.3407 |
|
164 |
+
| 1.2191 | 1.78 | 1110 | 1.9853 | 0.2879 | 0.253 | 0.3435 |
|
165 |
+
| 1.2415 | 1.79 | 1120 | 1.9927 | 0.288 | 0.2541 | 0.342 |
|
166 |
+
| 1.2879 | 1.81 | 1130 | 1.9839 | 0.2831 | 0.2491 | 0.3378 |
|
167 |
+
| 1.2328 | 1.82 | 1140 | 1.9698 | 0.2852 | 0.2526 | 0.337 |
|
168 |
+
| 1.2562 | 1.84 | 1150 | 1.9953 | 0.2866 | 0.2504 | 0.3444 |
|
169 |
+
| 1.3071 | 1.86 | 1160 | 1.9698 | 0.2847 | 0.2507 | 0.3389 |
|
170 |
+
| 1.2276 | 1.87 | 1170 | 1.9787 | 0.2863 | 0.2517 | 0.3415 |
|
171 |
+
| 1.1608 | 1.89 | 1180 | 1.9944 | 0.289 | 0.2528 | 0.3469 |
|
172 |
+
| 1.3046 | 1.9 | 1190 | 1.9750 | 0.2863 | 0.2516 | 0.3414 |
|
173 |
+
| 1.2468 | 1.92 | 1200 | 1.9742 | 0.2841 | 0.2503 | 0.338 |
|
174 |
+
| 1.2839 | 1.94 | 1210 | 1.9812 | 0.2841 | 0.2497 | 0.3392 |
|
175 |
+
| 1.2117 | 1.95 | 1220 | 1.9755 | 0.2847 | 0.2507 | 0.3384 |
|
176 |
+
| 1.2055 | 1.97 | 1230 | 1.9759 | 0.2855 | 0.2516 | 0.3393 |
|
177 |
+
| 1.2356 | 1.98 | 1240 | 1.9747 | 0.286 | 0.2522 | 0.3399 |
|
178 |
+
| 1.1865 | 2.0 | 1250 | 1.9753 | 0.2863 | 0.2523 | 0.3404 |
|
179 |
+
|
180 |
+
|
181 |
+
### Framework versions
|
182 |
+
|
183 |
+
- Transformers 4.35.2
|
184 |
+
- Pytorch 2.1.1+cu121
|
185 |
+
- Datasets 2.14.5
|
186 |
+
- Tokenizers 0.15.1
|
config.json
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "./finetune/led2/checkpoint-1250",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"activation_function": "gelu",
|
5 |
+
"architectures": [
|
6 |
+
"LEDForConditionalGeneration"
|
7 |
+
],
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"attention_window": [
|
10 |
+
1024,
|
11 |
+
1024,
|
12 |
+
1024,
|
13 |
+
1024,
|
14 |
+
1024,
|
15 |
+
1024
|
16 |
+
],
|
17 |
+
"bos_token_id": 0,
|
18 |
+
"classif_dropout": 0.0,
|
19 |
+
"classifier_dropout": 0.0,
|
20 |
+
"d_model": 768,
|
21 |
+
"decoder_attention_heads": 12,
|
22 |
+
"decoder_ffn_dim": 3072,
|
23 |
+
"decoder_layerdrop": 0.0,
|
24 |
+
"decoder_layers": 6,
|
25 |
+
"decoder_start_token_id": 2,
|
26 |
+
"dropout": 0.1,
|
27 |
+
"early_stopping": true,
|
28 |
+
"encoder_attention_heads": 12,
|
29 |
+
"encoder_ffn_dim": 3072,
|
30 |
+
"encoder_layerdrop": 0.0,
|
31 |
+
"encoder_layers": 6,
|
32 |
+
"eos_token_id": 2,
|
33 |
+
"id2label": {
|
34 |
+
"0": "LABEL_0",
|
35 |
+
"1": "LABEL_1",
|
36 |
+
"2": "LABEL_2"
|
37 |
+
},
|
38 |
+
"init_std": 0.02,
|
39 |
+
"is_encoder_decoder": true,
|
40 |
+
"label2id": {
|
41 |
+
"LABEL_0": 0,
|
42 |
+
"LABEL_1": 1,
|
43 |
+
"LABEL_2": 2
|
44 |
+
},
|
45 |
+
"length_penalty": 2.0,
|
46 |
+
"max_decoder_position_embeddings": 1024,
|
47 |
+
"max_encoder_position_embeddings": 16384,
|
48 |
+
"max_length": 128,
|
49 |
+
"min_length": 40,
|
50 |
+
"model_type": "led",
|
51 |
+
"no_repeat_ngram_size": 3,
|
52 |
+
"num_beams": 2,
|
53 |
+
"num_hidden_layers": 6,
|
54 |
+
"pad_token_id": 1,
|
55 |
+
"torch_dtype": "float32",
|
56 |
+
"transformers_version": "4.35.2",
|
57 |
+
"use_cache": false,
|
58 |
+
"vocab_size": 50265
|
59 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 0,
|
3 |
+
"decoder_start_token_id": 2,
|
4 |
+
"early_stopping": true,
|
5 |
+
"eos_token_id": 2,
|
6 |
+
"length_penalty": 2.0,
|
7 |
+
"max_length": 128,
|
8 |
+
"min_length": 40,
|
9 |
+
"no_repeat_ngram_size": 3,
|
10 |
+
"num_beams": 2,
|
11 |
+
"pad_token_id": 1,
|
12 |
+
"transformers_version": "4.35.2",
|
13 |
+
"use_cache": false
|
14 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:376cac6f744c61d976449cb4241bf42429749351778c8f4b6e05463e5943ee40
|
3 |
+
size 647614116
|
runs/Jun20_03-52-10_nkvln4vqi5/events.out.tfevents.1718855536.nkvln4vqi5.5946.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:462224b601e2bb96400b28b4075d4e2be137852508c6324bc7689c8d89327993
|
3 |
+
size 5356
|
runs/Jun20_03-52-10_nkvln4vqi5/events.out.tfevents.1718856128.nkvln4vqi5.5946.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c10e46a53f4c510bd886e22e74b74d30ecd1002170ada7d9f83537d41131b252
|
3 |
+
size 535
|
special_tokens_map.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"cls_token": {
|
10 |
+
"content": "<s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"eos_token": {
|
17 |
+
"content": "</s>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": true,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"mask_token": {
|
24 |
+
"content": "<mask>",
|
25 |
+
"lstrip": true,
|
26 |
+
"normalized": true,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
},
|
30 |
+
"pad_token": {
|
31 |
+
"content": "<pad>",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": true,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false
|
36 |
+
},
|
37 |
+
"sep_token": {
|
38 |
+
"content": "</s>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": true,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false
|
43 |
+
},
|
44 |
+
"unk_token": {
|
45 |
+
"content": "<unk>",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": true,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false
|
50 |
+
}
|
51 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"0": {
|
5 |
+
"content": "<s>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": true,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"1": {
|
13 |
+
"content": "<pad>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": true,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"2": {
|
21 |
+
"content": "</s>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": true,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
},
|
28 |
+
"3": {
|
29 |
+
"content": "<unk>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": true,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": true
|
35 |
+
},
|
36 |
+
"50264": {
|
37 |
+
"content": "<mask>",
|
38 |
+
"lstrip": true,
|
39 |
+
"normalized": true,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": true
|
43 |
+
}
|
44 |
+
},
|
45 |
+
"bos_token": "<s>",
|
46 |
+
"clean_up_tokenization_spaces": true,
|
47 |
+
"cls_token": "<s>",
|
48 |
+
"eos_token": "</s>",
|
49 |
+
"errors": "replace",
|
50 |
+
"mask_token": "<mask>",
|
51 |
+
"model_max_length": 16384,
|
52 |
+
"pad_token": "<pad>",
|
53 |
+
"sep_token": "</s>",
|
54 |
+
"tokenizer_class": "LEDTokenizer",
|
55 |
+
"trim_offsets": true,
|
56 |
+
"unk_token": "<unk>"
|
57 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9104bcf193ccf6edc36c292b1291ff51e86058d8fe900c775bda4c996590c6e7
|
3 |
+
size 4728
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|