Transformers
TensorBoard
Safetensors
mbart
text2text-generation
Generated from Trainer
Eval Results (legacy)
Instructions to use IAmSkyDra/BartBanaFinal_v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use IAmSkyDra/BartBanaFinal_v3 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("IAmSkyDra/BartBanaFinal_v3") model = AutoModelForSeq2SeqLM.from_pretrained("IAmSkyDra/BartBanaFinal_v3") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files- .ipynb_checkpoints/README-checkpoint.md +199 -0
- README.md +115 -195
- dict.txt +0 -0
- sentencepiece.bpe.model +3 -0
- tb/events.out.tfevents.1762448826.5a9f2a6625b0.1448.0 +3 -0
- tb/events.out.tfevents.1762448968.5a9f2a6625b0.1448.1 +3 -0
- tb/events.out.tfevents.1762449197.5a9f2a6625b0.1652.0 +3 -0
- tb/events.out.tfevents.1762449570.5a9f2a6625b0.1906.0 +3 -0
- tb/events.out.tfevents.1762450020.5a9f2a6625b0.2090.0 +3 -0
- tb/events.out.tfevents.1762456414.5a9f2a6625b0.2090.1 +3 -0
- tb/events.out.tfevents.1762491316.5a9f2a6625b0.2090.2 +3 -0
- tb/events.out.tfevents.1762491428.5a9f2a6625b0.2090.3 +3 -0
- tb/events.out.tfevents.1762492196.5a9f2a6625b0.2090.5 +3 -0
- tb/events.out.tfevents.1762492232.5a9f2a6625b0.2090.6 +3 -0
- tb/events.out.tfevents.1762567953.5a9f2a6625b0.14683.0 +3 -0
- tb/events.out.tfevents.1762686453.5a9f2a6625b0.14683.1 +3 -0
- tb/events.out.tfevents.1762747548.5a9f2a6625b0.32049.0 +3 -0
- tb/events.out.tfevents.1762747814.5a9f2a6625b0.32049.1 +3 -0
- 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
CHANGED
|
@@ -1,199 +1,119 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 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 |
-
#### 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]
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
+
license: mit
|
| 4 |
+
base_model: IAmSkyDra/BARTBana_v5
|
| 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: 5.098148449711621
|
| 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_v5](https://huggingface.co/IAmSkyDra/BARTBana_v5) on the generator dataset.
|
| 35 |
+
It achieves the following results on the evaluation set:
|
| 36 |
+
- Loss: 0.9120
|
| 37 |
+
- Sacrebleu: 5.0981
|
| 38 |
+
- Chrf++: 18.4403
|
| 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: 2000
|
| 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 | 11.1997 | 74.5460 | 0.9579 |
|
| 73 |
+
| 0.1371 | 0.0269 | 2000 | 7.5555 | 1.4283 | 0.1498 |
|
| 74 |
+
| 0.1246 | 0.0539 | 4000 | 8.2284 | 1.4896 | 0.3342 |
|
| 75 |
+
| 0.1192 | 0.0808 | 6000 | 10.0258 | 1.4069 | 0.5165 |
|
| 76 |
+
| 0.1232 | 0.1077 | 8000 | 9.0570 | 1.2832 | 0.4636 |
|
| 77 |
+
| 0.1281 | 0.1346 | 10000 | 9.6671 | 1.1653 | 0.8182 |
|
| 78 |
+
| 0.1166 | 0.1616 | 12000 | 11.0435 | 1.2052 | 0.8000 |
|
| 79 |
+
| 0.1365 | 0.1885 | 14000 | 11.6117 | 1.2694 | 1.0365 |
|
| 80 |
+
| 0.1369 | 0.2154 | 16000 | 11.8559 | 1.1566 | 1.5111 |
|
| 81 |
+
| 0.1435 | 0.2424 | 18000 | 10.1954 | 1.1604 | 1.1035 |
|
| 82 |
+
| 0.1309 | 0.2693 | 20000 | 12.1724 | 1.1573 | 1.8697 |
|
| 83 |
+
| 0.1429 | 0.2962 | 22000 | 11.8521 | 1.1820 | 1.3905 |
|
| 84 |
+
| 0.1479 | 0.3232 | 24000 | 12.8547 | 1.0645 | 1.9644 |
|
| 85 |
+
| 0.1033 | 0.3501 | 26000 | 12.3747 | 1.1773 | 1.7998 |
|
| 86 |
+
| 0.1068 | 0.3770 | 28000 | 11.6427 | 1.2409 | 1.3029 |
|
| 87 |
+
| 0.1139 | 0.4039 | 30000 | 13.7875 | 1.1162 | 2.3469 |
|
| 88 |
+
| 0.1139 | 0.4039 | 30000 | 13.7875 | 1.1162 | 2.3469 |
|
| 89 |
+
| 0.1287 | 0.4309 | 32000 | 12.3235 | 1.1047 | 1.5293 |
|
| 90 |
+
| 0.1369 | 0.4578 | 34000 | 12.0428 | 1.1774 | 1.7930 |
|
| 91 |
+
| 0.1338 | 0.4847 | 36000 | 12.5997 | 1.1800 | 1.8025 |
|
| 92 |
+
| 0.1398 | 0.5117 | 38000 | 13.9852 | 1.1218 | 2.1374 |
|
| 93 |
+
| 0.1793 | 0.5386 | 40000 | 14.9792 | 1.0166 | 2.8086 |
|
| 94 |
+
| 0.1556 | 0.5655 | 42000 | 14.8273 | 1.0475 | 2.8293 |
|
| 95 |
+
| 0.1563 | 0.5924 | 44000 | 14.8104 | 1.0428 | 2.5901 |
|
| 96 |
+
| 0.1373 | 0.6194 | 46000 | 14.0005 | 1.0972 | 2.3887 |
|
| 97 |
+
| 0.1686 | 0.6463 | 48000 | 14.6327 | 1.0907 | 2.5002 |
|
| 98 |
+
| 0.2061 | 0.6732 | 50000 | 17.3738 | 0.9981 | 3.1007 |
|
| 99 |
+
| 0.175 | 0.7002 | 52000 | 17.6129 | 0.9794 | 4.3472 |
|
| 100 |
+
| 0.2017 | 0.7271 | 54000 | 15.4695 | 0.9891 | 3.2719 |
|
| 101 |
+
| 0.1949 | 0.7540 | 56000 | 16.5992 | 0.9531 | 4.4438 |
|
| 102 |
+
| 0.2277 | 0.7810 | 58000 | 18.9529 | 0.9621 | 4.6969 |
|
| 103 |
+
| 0.2273 | 0.8079 | 60000 | 17.1567 | 0.9442 | 4.5503 |
|
| 104 |
+
| 0.2572 | 0.8348 | 62000 | 17.4794 | 0.9348 | 4.5176 |
|
| 105 |
+
| 0.2874 | 0.8617 | 64000 | 17.2450 | 0.9010 | 4.5275 |
|
| 106 |
+
| 0.2548 | 0.8887 | 66000 | 18.4403 | 0.9120 | 5.0981 |
|
| 107 |
+
| 0.3086 | 0.9156 | 68000 | 16.9905 | 0.9026 | 4.4480 |
|
| 108 |
+
| 0.4937 | 0.9425 | 70000 | 16.6739 | 0.8929 | 4.3731 |
|
| 109 |
+
| 0.6425 | 0.9695 | 72000 | 17.5479 | 0.8724 | 4.6322 |
|
| 110 |
+
| 0.8591 | 0.9964 | 74000 | 15.8401 | 0.8449 | 4.6105 |
|
| 111 |
+
| 0.9277 | 1.0 | 74268 | 0.8437 | 4.6162 | 15.9720 |
|
| 112 |
+
|
| 113 |
+
|
| 114 |
+
### Framework versions
|
| 115 |
+
|
| 116 |
+
- Transformers 4.57.1
|
| 117 |
+
- Pytorch 2.9.0+cu128
|
| 118 |
+
- Datasets 4.4.1
|
| 119 |
+
- Tokenizers 0.22.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dict.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
sentencepiece.bpe.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
|
| 3 |
+
size 5069051
|
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
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1ce71282413f88d78f05970df6625fc8fee88af4ba1832e26246dbff0744b1c
|
| 3 |
+
size 6033
|