File size: 2,749 Bytes
1642bc5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
tags:
- generated_from_trainer
model-index:
- name: spell_correction_F01_LM
  results: []
---

<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->

# spell_correction_F01_LM

This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the None dataset.
It achieves the following results on the evaluation set:
- Loss: 0.0147

## Model description

More information needed

## Intended uses & limitations

More information needed

## Training and evaluation data

More information needed

## Training procedure

### Training hyperparameters

The following hyperparameters were used during training:
- learning_rate: 1e-05
- train_batch_size: 16
- eval_batch_size: 16
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 30

### Training results

| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:-----:|:----:|:---------------:|
| No log        | 1.0   | 294  | 0.1889          |
| 1.8488        | 2.0   | 588  | 0.0392          |
| 1.8488        | 3.0   | 882  | 0.0260          |
| 0.0369        | 4.0   | 1176 | 0.0212          |
| 0.0369        | 5.0   | 1470 | 0.0170          |
| 0.0182        | 6.0   | 1764 | 0.0162          |
| 0.0105        | 7.0   | 2058 | 0.0173          |
| 0.0105        | 8.0   | 2352 | 0.0177          |
| 0.0083        | 9.0   | 2646 | 0.0176          |
| 0.0083        | 10.0  | 2940 | 0.0164          |
| 0.0057        | 11.0  | 3234 | 0.0149          |
| 0.0037        | 12.0  | 3528 | 0.0168          |
| 0.0037        | 13.0  | 3822 | 0.0164          |
| 0.003         | 14.0  | 4116 | 0.0156          |
| 0.003         | 15.0  | 4410 | 0.0151          |
| 0.003         | 16.0  | 4704 | 0.0152          |
| 0.003         | 17.0  | 4998 | 0.0149          |
| 0.0028        | 18.0  | 5292 | 0.0153          |
| 0.002         | 19.0  | 5586 | 0.0146          |
| 0.002         | 20.0  | 5880 | 0.0147          |
| 0.0021        | 21.0  | 6174 | 0.0146          |
| 0.0021        | 22.0  | 6468 | 0.0149          |
| 0.0025        | 23.0  | 6762 | 0.0146          |
| 0.0018        | 24.0  | 7056 | 0.0150          |
| 0.0018        | 25.0  | 7350 | 0.0147          |
| 0.0021        | 26.0  | 7644 | 0.0145          |
| 0.0021        | 27.0  | 7938 | 0.0147          |
| 0.0017        | 28.0  | 8232 | 0.0146          |
| 0.0014        | 29.0  | 8526 | 0.0147          |
| 0.0014        | 30.0  | 8820 | 0.0147          |


### Framework versions

- Transformers 4.28.0
- Pytorch 1.12.1+cu102
- Datasets 2.13.1
- Tokenizers 0.13.3