Samhita commited on
Commit
06ad3b3
1 Parent(s): 50adb00

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -14,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # fine-tuned-bert
16
 
17
- This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 1.6499
20
- - Accuracy: 0.2
21
 
22
  ## Model description
23
 
@@ -48,14 +48,14 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
- | No log | 1.0 | 2 | 1.6650 | 0.3 |
52
- | No log | 2.0 | 4 | 1.6548 | 0.2 |
53
- | No log | 3.0 | 6 | 1.6499 | 0.2 |
54
 
55
 
56
  ### Framework versions
57
 
58
  - Transformers 4.26.1
59
- - Pytorch 1.13.1
60
  - Datasets 2.9.0
61
  - Tokenizers 0.13.2
 
14
 
15
  # fine-tuned-bert
16
 
17
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.5239
20
+ - Accuracy: 0.3
21
 
22
  ## Model description
23
 
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | No log | 1.0 | 2 | 1.5176 | 0.3 |
52
+ | No log | 2.0 | 4 | 1.5253 | 0.3 |
53
+ | No log | 3.0 | 6 | 1.5239 | 0.3 |
54
 
55
 
56
  ### Framework versions
57
 
58
  - Transformers 4.26.1
59
+ - Pytorch 1.13.1+cu117
60
  - Datasets 2.9.0
61
  - Tokenizers 0.13.2