woebbeking commited on
Commit
859ec55
1 Parent(s): 2cd5afb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -2,6 +2,8 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
5
  model-index:
6
  - name: debtbert
7
  results: []
@@ -13,6 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
13
  # debtbert
14
 
15
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
 
 
 
16
 
17
  ## Model description
18
 
@@ -37,13 +42,14 @@ The following hyperparameters were used during training:
37
  - seed: 42
38
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
39
  - lr_scheduler_type: linear
40
- - num_epochs: 1
41
 
42
  ### Training results
43
 
44
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
45
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
46
- | No log | 1.0 | 8 | 0.3694 | 1.0 |
 
47
 
48
 
49
  ### Framework versions
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
  model-index:
8
  - name: debtbert
9
  results: []
 
15
  # debtbert
16
 
17
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.0991
20
+ - Accuracy: 1.0
21
 
22
  ## Model description
23
 
 
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
+ - num_epochs: 2
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | No log | 1.0 | 8 | 0.1281 | 1.0 |
52
+ | No log | 2.0 | 16 | 0.0991 | 1.0 |
53
 
54
 
55
  ### Framework versions