arbitropy commited on
Commit
5600d77
1 Parent(s): fc637a7

Training complete

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -13,6 +13,8 @@ should probably proofread and complete it, then remove this comment. -->
13
  # bert-finetuned-ner-bangla
14
 
15
  This model is a fine-tuned version of [csebuetnlp/banglabert](https://huggingface.co/csebuetnlp/banglabert) on the None dataset.
 
 
16
 
17
  ## Model description
18
 
@@ -32,8 +34,8 @@ More information needed
32
 
33
  The following hyperparameters were used during training:
34
  - learning_rate: 2e-05
35
- - train_batch_size: 64
36
- - eval_batch_size: 64
37
  - seed: 42
38
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
39
  - lr_scheduler_type: linear
@@ -41,6 +43,12 @@ The following hyperparameters were used during training:
41
 
42
  ### Training results
43
 
 
 
 
 
 
 
44
 
45
 
46
  ### Framework versions
 
13
  # bert-finetuned-ner-bangla
14
 
15
  This model is a fine-tuned version of [csebuetnlp/banglabert](https://huggingface.co/csebuetnlp/banglabert) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.0829
18
 
19
  ## Model description
20
 
 
34
 
35
  The following hyperparameters were used during training:
36
  - learning_rate: 2e-05
37
+ - train_batch_size: 128
38
+ - eval_batch_size: 128
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
 
43
 
44
  ### Training results
45
 
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | 0.0928 | 0.45 | 1000 | 0.0995 |
49
+ | 0.0887 | 0.91 | 2000 | 0.0863 |
50
+ | 0.075 | 1.36 | 3000 | 0.0805 |
51
+ | 0.0732 | 1.81 | 4000 | 0.0829 |
52
 
53
 
54
  ### Framework versions