amritpuhan commited on
Commit
3ade230
1 Parent(s): 9c080c4

End of training

Browse files
Files changed (4) hide show
  1. README.md +9 -11
  2. model.safetensors +1 -1
  3. tokenizer.json +6 -1
  4. training_args.bin +1 -1
README.md CHANGED
@@ -3,8 +3,6 @@ license: apache-2.0
3
  base_model: bert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
- datasets:
7
- - swag
8
  metrics:
9
  - accuracy
10
  model-index:
@@ -17,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # fine-tuned-bert-base-uncased-swag
19
 
20
- This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the swag dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.5270
23
- - Accuracy: 0.8139
24
 
25
  ## Model description
26
 
@@ -51,15 +49,15 @@ The following hyperparameters were used during training:
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
54
- | 0.7707 | 1.0 | 1150 | 0.5461 | 0.7915 |
55
- | 0.5848 | 2.0 | 2300 | 0.4954 | 0.8093 |
56
- | 0.443 | 3.0 | 3450 | 0.5004 | 0.8132 |
57
- | 0.3663 | 4.0 | 4600 | 0.5270 | 0.8139 |
58
 
59
 
60
  ### Framework versions
61
 
62
  - Transformers 4.41.2
63
- - Pytorch 2.3.1+cu121
64
- - Datasets 2.19.2
65
  - Tokenizers 0.19.1
 
3
  base_model: bert-base-uncased
4
  tags:
5
  - generated_from_trainer
 
 
6
  metrics:
7
  - accuracy
8
  model-index:
 
15
 
16
  # fine-tuned-bert-base-uncased-swag
17
 
18
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.5259
21
+ - Accuracy: 0.8134
22
 
23
  ## Model description
24
 
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 0.7736 | 1.0 | 1150 | 0.5534 | 0.7911 |
53
+ | 0.5913 | 2.0 | 2300 | 0.5009 | 0.8086 |
54
+ | 0.4462 | 3.0 | 3450 | 0.5014 | 0.8122 |
55
+ | 0.3695 | 4.0 | 4600 | 0.5259 | 0.8134 |
56
 
57
 
58
  ### Framework versions
59
 
60
  - Transformers 4.41.2
61
+ - Pytorch 2.3.0+cu121
62
+ - Datasets 2.20.0
63
  - Tokenizers 0.19.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1786c2a5d5db213410286ade4a6eb42720ce77a666f9ffa400a04897c1e95c3e
3
  size 437955572
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c8739d688989df11e82f24b4407ecfa09c61eb4fe03b43dc30e250d16db6c82
3
  size 437955572
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:055335327bb777e0c4ef1a2558aa8ea4d5d54bb1f7a2e7c4451234b9f4fd8111
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38e8a454291c4b9417305d74c2812919994871cf396a12e9791812cb93a35b40
3
  size 5176