IAmSkyDra commited on
Commit
d9c9872
·
verified ·
1 Parent(s): c584b78

End of training

Browse files
Files changed (30) hide show
  1. .ipynb_checkpoints/README-checkpoint.md +199 -0
  2. README.md +116 -0
  3. config.json +36 -0
  4. dict.txt +0 -0
  5. generation_config.json +11 -0
  6. model.safetensors +3 -0
  7. sentencepiece.bpe.model +3 -0
  8. special_tokens_map.json +51 -0
  9. tb/events.out.tfevents.1762448826.5a9f2a6625b0.1448.0 +3 -0
  10. tb/events.out.tfevents.1762448968.5a9f2a6625b0.1448.1 +3 -0
  11. tb/events.out.tfevents.1762449197.5a9f2a6625b0.1652.0 +3 -0
  12. tb/events.out.tfevents.1762449570.5a9f2a6625b0.1906.0 +3 -0
  13. tb/events.out.tfevents.1762450020.5a9f2a6625b0.2090.0 +3 -0
  14. tb/events.out.tfevents.1762456414.5a9f2a6625b0.2090.1 +3 -0
  15. tb/events.out.tfevents.1762491316.5a9f2a6625b0.2090.2 +3 -0
  16. tb/events.out.tfevents.1762491428.5a9f2a6625b0.2090.3 +3 -0
  17. tb/events.out.tfevents.1762492196.5a9f2a6625b0.2090.5 +3 -0
  18. tb/events.out.tfevents.1762492232.5a9f2a6625b0.2090.6 +3 -0
  19. tb/events.out.tfevents.1762567953.5a9f2a6625b0.14683.0 +3 -0
  20. tb/events.out.tfevents.1762686453.5a9f2a6625b0.14683.1 +3 -0
  21. tb/events.out.tfevents.1762747548.5a9f2a6625b0.32049.0 +3 -0
  22. tb/events.out.tfevents.1762747814.5a9f2a6625b0.32049.1 +3 -0
  23. tb/events.out.tfevents.1762748182.5a9f2a6625b0.32049.2 +3 -0
  24. tb/events.out.tfevents.1762748331.5a9f2a6625b0.32414.0 +3 -0
  25. tb/events.out.tfevents.1762749015.5a9f2a6625b0.32414.1 +3 -0
  26. tb/events.out.tfevents.1762791665.5a9f2a6625b0.37583.0 +3 -0
  27. tb/events.out.tfevents.1762795412.5a9f2a6625b0.38081.0 +3 -0
  28. tb/events.out.tfevents.1762939927.5a9f2a6625b0.38081.1 +3 -0
  29. tokenizer_config.json +56 -0
  30. training_args.bin +3 -0
.ipynb_checkpoints/README-checkpoint.md ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags: []
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+ This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
README.md ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: IAmSkyDra/BARTBana_v4
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - generator
9
+ metrics:
10
+ - sacrebleu
11
+ model-index:
12
+ - name: BartBanaFinal
13
+ results:
14
+ - task:
15
+ name: Sequence-to-sequence Language Modeling
16
+ type: text2text-generation
17
+ dataset:
18
+ name: generator
19
+ type: generator
20
+ config: default
21
+ split: train
22
+ args: default
23
+ metrics:
24
+ - name: Sacrebleu
25
+ type: sacrebleu
26
+ value: 7.635927551218398
27
+ ---
28
+
29
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
+ should probably proofread and complete it, then remove this comment. -->
31
+
32
+ # BartBanaFinal
33
+
34
+ This model is a fine-tuned version of [IAmSkyDra/BARTBana_v4](https://huggingface.co/IAmSkyDra/BARTBana_v4) on the generator dataset.
35
+ It achieves the following results on the evaluation set:
36
+ - Loss: 0.9377
37
+ - Sacrebleu: 7.6359
38
+ - Chrf++: 20.8294
39
+
40
+ ## Model description
41
+
42
+ More information needed
43
+
44
+ ## Intended uses & limitations
45
+
46
+ More information needed
47
+
48
+ ## Training and evaluation data
49
+
50
+ More information needed
51
+
52
+ ## Training procedure
53
+
54
+ ### Training hyperparameters
55
+
56
+ The following hyperparameters were used during training:
57
+ - learning_rate: 2e-05
58
+ - train_batch_size: 256
59
+ - eval_batch_size: 256
60
+ - seed: 42
61
+ - gradient_accumulation_steps: 2
62
+ - total_train_batch_size: 512
63
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
64
+ - lr_scheduler_type: linear
65
+ - training_steps: 74268
66
+ - mixed_precision_training: Native AMP
67
+
68
+ ### Training results
69
+
70
+ | Training Loss | Epoch | Step | Chrf++ | Validation Loss | Sacrebleu |
71
+ |:-------------:|:------:|:-----:|:-------:|:---------------:|:---------:|
72
+ | No log | 0 | 0 | 12.4337 | 43.2284 | 1.4192 |
73
+ | 0.0991 | 0.0269 | 2000 | 11.2880 | 1.2912 | 1.1187 |
74
+ | 0.0809 | 0.0539 | 4000 | 11.5611 | 1.3142 | 1.3828 |
75
+ | 0.0753 | 0.0808 | 6000 | 13.3735 | 1.1897 | 2.0364 |
76
+ | 0.0766 | 0.1077 | 8000 | 14.2949 | 1.1585 | 2.6931 |
77
+ | 0.0716 | 0.1346 | 10000 | 15.6571 | 1.1603 | 3.1694 |
78
+ | 0.0683 | 0.1616 | 12000 | 16.1006 | 1.1283 | 3.6586 |
79
+ | 0.0749 | 0.1885 | 14000 | 15.8517 | 1.1128 | 3.9157 |
80
+ | 0.0667 | 0.2154 | 16000 | 16.5723 | 1.1299 | 4.4107 |
81
+ | 0.0667 | 0.2154 | 16000 | 1.1299 | 4.4107 | 16.5723 |
82
+ | 0.0696 | 0.2424 | 18000 | 1.1231 | 4.8033 | 16.8438 |
83
+ | 0.0646 | 0.2693 | 20000 | 1.0649 | 5.0907 | 17.1505 |
84
+ | 0.0561 | 0.2962 | 22000 | 1.1106 | 5.3579 | 17.5405 |
85
+ | 0.0535 | 0.3232 | 24000 | 1.1279 | 5.6159 | 17.4801 |
86
+ | 0.0596 | 0.3501 | 26000 | 1.0895 | 6.4406 | 18.6337 |
87
+ | 0.0586 | 0.3770 | 28000 | 1.0839 | 6.5442 | 18.9215 |
88
+ | 0.0638 | 0.4039 | 30000 | 1.0565 | 6.4225 | 18.5386 |
89
+ | 0.0629 | 0.4309 | 32000 | 1.1079 | 6.4306 | 18.5905 |
90
+ | 0.0632 | 0.4578 | 34000 | 1.0776 | 6.9070 | 19.1286 |
91
+ | 0.0611 | 0.4847 | 36000 | 0.9987 | 7.2865 | 19.6978 |
92
+ | 0.0624 | 0.5117 | 38000 | 1.0437 | 6.9193 | 19.0454 |
93
+ | 0.0664 | 0.5386 | 40000 | 1.0551 | 6.8607 | 19.9180 |
94
+ | 0.0683 | 0.5655 | 42000 | 1.0556 | 6.8791 | 19.4370 |
95
+ | 0.0696 | 0.5924 | 44000 | 0.9795 | 6.8530 | 19.4825 |
96
+ | 0.0731 | 0.6194 | 46000 | 0.9630 | 6.9622 | 19.5364 |
97
+ | 0.0758 | 0.6463 | 48000 | 0.9629 | 7.4617 | 20.5333 |
98
+ | 0.0797 | 0.6732 | 50000 | 0.9573 | 7.0331 | 20.3342 |
99
+ | 0.0735 | 0.7002 | 52000 | 0.9952 | 6.8602 | 20.2803 |
100
+ | 0.0945 | 0.7271 | 54000 | 0.9377 | 7.6359 | 20.8294 |
101
+ | 0.0909 | 0.7540 | 56000 | 0.9200 | 7.3479 | 20.3585 |
102
+ | 0.0937 | 0.7810 | 58000 | 0.8964 | 7.5754 | 20.9843 |
103
+ | 0.102 | 0.8079 | 60000 | 0.9248 | 7.4648 | 20.8126 |
104
+ | 0.1097 | 0.8348 | 62000 | 0.9134 | 7.4953 | 21.2279 |
105
+ | 0.116 | 0.8617 | 64000 | 0.9139 | 7.1967 | 20.8760 |
106
+ | 0.1227 | 0.8887 | 66000 | 0.9069 | 7.4669 | 21.0805 |
107
+ | 0.1426 | 0.9156 | 68000 | 0.8971 | 7.3416 | 20.9100 |
108
+ | 0.1782 | 0.9425 | 70000 | 0.8868 | 7.3209 | 20.8953 |
109
+
110
+
111
+ ### Framework versions
112
+
113
+ - Transformers 4.57.1
114
+ - Pytorch 2.9.0+cu128
115
+ - Datasets 4.4.1
116
+ - Tokenizers 0.22.1
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "gelu",
4
+ "architectures": [
5
+ "MBartForConditionalGeneration"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 0,
9
+ "classifier_dropout": 0.0,
10
+ "d_model": 1024,
11
+ "decoder_attention_heads": 16,
12
+ "decoder_ffn_dim": 4096,
13
+ "decoder_layerdrop": 0.0,
14
+ "decoder_layers": 12,
15
+ "decoder_start_token_id": 2,
16
+ "dropout": 0.1,
17
+ "dtype": "float32",
18
+ "encoder_attention_heads": 16,
19
+ "encoder_ffn_dim": 4096,
20
+ "encoder_layerdrop": 0.0,
21
+ "encoder_layers": 12,
22
+ "eos_token_id": 2,
23
+ "forced_eos_token_id": 2,
24
+ "gradient_checkpointing": false,
25
+ "init_std": 0.02,
26
+ "is_encoder_decoder": true,
27
+ "max_position_embeddings": 1024,
28
+ "model_type": "mbart",
29
+ "num_hidden_layers": 12,
30
+ "pad_token_id": 1,
31
+ "scale_embedding": false,
32
+ "tokenizer_class": "BartphoTokenizer",
33
+ "transformers_version": "4.57.1",
34
+ "use_cache": true,
35
+ "vocab_size": 40030
36
+ }
dict.txt ADDED
The diff for this file is too large to render. See raw diff
 
generation_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 0,
3
+ "decoder_start_token_id": 2,
4
+ "eos_token_id": [
5
+ 2
6
+ ],
7
+ "forced_eos_token_id": 2,
8
+ "min_length": 1,
9
+ "pad_token_id": 1,
10
+ "transformers_version": "4.57.1"
11
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cf95c0de5d6207a1eb2cdb08bd3a1a0714bf7733f443734fbc63053172230fe
3
+ size 1583480280
sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
3
+ size 5069051
special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
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": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
tb/events.out.tfevents.1762448826.5a9f2a6625b0.1448.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6c7debd482b7bedc7656bb2b890442a19a9cb55c53ff29d9a98a23c07aa911b
3
+ size 5445
tb/events.out.tfevents.1762448968.5a9f2a6625b0.1448.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b294df4d2d3674fc011407b9338cd7c71f19e019140fdb7a5828ab5135178fc1
3
+ size 5802
tb/events.out.tfevents.1762449197.5a9f2a6625b0.1652.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f498a87bd202e9ffc403c6907196223a06c08058f4724b55e895f71d7118ea44
3
+ size 5799
tb/events.out.tfevents.1762449570.5a9f2a6625b0.1906.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adafa90d18484db92b4e28b169ee77ce295c5ec9ab1b469bd06b92be5a63bbd2
3
+ size 6579
tb/events.out.tfevents.1762450020.5a9f2a6625b0.2090.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce32363566f35fbb511d74239e4975fd05bf949d7c1a15566fee3d7e708ed8ad
3
+ size 12239
tb/events.out.tfevents.1762456414.5a9f2a6625b0.2090.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4576d094452938c0ea95b3d81928617ec593bf12792cedec908a24176d26690
3
+ size 518
tb/events.out.tfevents.1762491316.5a9f2a6625b0.2090.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f5b97ebf25f7009bdeb74a13eca337e8b64755cdf03f1edafcaf9806ddbc7cc
3
+ size 5822
tb/events.out.tfevents.1762491428.5a9f2a6625b0.2090.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bde50663e94135ffeda86415968abe638508482afdfb492136aa4cabf2078231
3
+ size 5451
tb/events.out.tfevents.1762492196.5a9f2a6625b0.2090.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0eecce8c7fdfb5b56cb53745e448000ac1237e5e40a5f2a80f50cbe3dad8ea9d
3
+ size 5448
tb/events.out.tfevents.1762492232.5a9f2a6625b0.2090.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb9262b55836aa2b05594380ac61fbed200ff7db42e283b882f4b36ed6734f9f
3
+ size 45106
tb/events.out.tfevents.1762567953.5a9f2a6625b0.14683.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:122557a2d3dc1b5849153552f77ce747172dcac5095428d6a085e11476f5b17a
3
+ size 62086
tb/events.out.tfevents.1762686453.5a9f2a6625b0.14683.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f7cb94175ff76f61bf29304527c42e025db288cb1d60070cb787ab41b427f19
3
+ size 469
tb/events.out.tfevents.1762747548.5a9f2a6625b0.32049.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:835c9feadf3513cb3a3a69e9abae986b61ce104bbb74175ece6fa6d182445e1a
3
+ size 6188
tb/events.out.tfevents.1762747814.5a9f2a6625b0.32049.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdd2fba8073caddd6486b96c54eb8312aec37a4e943ba4087ec4f91dd67f048a
3
+ size 469
tb/events.out.tfevents.1762748182.5a9f2a6625b0.32049.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f253b3e3982492df46599433d61605be2a532412a4c53703657ff7c56e6b4406
3
+ size 5804
tb/events.out.tfevents.1762748331.5a9f2a6625b0.32414.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:657dba81d2c88536b5b873adf5677c6b6530e2952a5b04eabdbe4f6de91e9a00
3
+ size 6012
tb/events.out.tfevents.1762749015.5a9f2a6625b0.32414.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0b7324c4ab054a5bb48eebcfc9d34ef797c4eb3dc8df563c01b5cec7f9f5450
3
+ size 26744
tb/events.out.tfevents.1762791665.5a9f2a6625b0.37583.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa29196191f72f9cff040fe6592757820de7acba06f5b7d5ce28cdd372097133
3
+ size 5822
tb/events.out.tfevents.1762795412.5a9f2a6625b0.38081.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c975eb7900b58429397efdc8a67e6b707de1c0ef458d7d1058dcb692471502b3
3
+ size 74515
tb/events.out.tfevents.1762939927.5a9f2a6625b0.38081.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e32279a873f1aef5446078e3ff18da55293a1fefcc21a5d4702fc7ecf84798b
3
+ size 469
tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "40029": {
36
+ "content": "<mask>",
37
+ "lstrip": true,
38
+ "normalized": true,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "<s>",
45
+ "clean_up_tokenization_spaces": false,
46
+ "cls_token": "<s>",
47
+ "eos_token": "</s>",
48
+ "extra_special_tokens": {},
49
+ "mask_token": "<mask>",
50
+ "model_max_length": 1000000000000000019884624838656,
51
+ "pad_token": "<pad>",
52
+ "sep_token": "</s>",
53
+ "sp_model_kwargs": {},
54
+ "tokenizer_class": "BartphoTokenizer",
55
+ "unk_token": "<unk>"
56
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a531228eece8bc8715ab17dd9fd7fdc2cff19b5fd73e6979c25a9c275bd2191
3
+ size 6033