Jnanesh12 commited on
Commit
477d3bf
1 Parent(s): ca1f4d6

End of training

Browse files
README.md CHANGED
@@ -5,6 +5,7 @@ tags:
5
  - generated_from_trainer
6
  metrics:
7
  - accuracy
 
8
  model-index:
9
  - name: MyTextCheck
10
  results: []
@@ -17,8 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.9394
21
- - Accuracy: 0.4898
 
22
 
23
  ## Model description
24
 
@@ -38,8 +40,8 @@ More information needed
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 2e-05
41
- - train_batch_size: 16
42
- - eval_batch_size: 16
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
@@ -47,15 +49,15 @@ The following hyperparameters were used during training:
47
 
48
  ### Training results
49
 
50
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 1.0 | 37 | 0.9937 | 0.4830 |
53
- | No log | 2.0 | 74 | 0.9394 | 0.4898 |
54
 
55
 
56
  ### Framework versions
57
 
58
  - Transformers 4.38.2
59
- - Pytorch 2.2.1+cu121
60
  - Datasets 2.18.0
61
  - Tokenizers 0.15.2
 
5
  - generated_from_trainer
6
  metrics:
7
  - accuracy
8
+ - f1
9
  model-index:
10
  - name: MyTextCheck
11
  results: []
 
18
 
19
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.2591
22
+ - Accuracy: 0.9140
23
+ - F1: 0.9138
24
 
25
  ## Model description
26
 
 
40
 
41
  The following hyperparameters were used during training:
42
  - learning_rate: 2e-05
43
+ - train_batch_size: 64
44
+ - eval_batch_size: 64
45
  - seed: 42
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
 
49
 
50
  ### Training results
51
 
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
53
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
54
+ | No log | 1.0 | 236 | 0.3098 | 0.8919 | 0.8917 |
55
+ | No log | 2.0 | 472 | 0.2591 | 0.9140 | 0.9138 |
56
 
57
 
58
  ### Framework versions
59
 
60
  - Transformers 4.38.2
61
+ - Pytorch 2.1.0+cu121
62
  - Datasets 2.18.0
63
  - Tokenizers 0.15.2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:69fd64ee031f4d3744359e15452b1047f38646b93d6de9c98bab066fb1023ff1
3
  size 267835644
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a43930ec53191fb67aa25e340c8003c9348f3cb3e38f5c4b3c4463e868a0ed6b
3
  size 267835644
runs/Mar17_06-04-06_5b0d670d2842/events.out.tfevents.1710655482.5b0d670d2842.218.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd55c79d2302094b17c4d9637bf1fb8ad11654fa0783c8c84f71b8a012dbc704
3
+ size 5705
tokenizer.json CHANGED
@@ -6,7 +6,14 @@
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
- "padding": null,
 
 
 
 
 
 
 
10
  "added_tokens": [
11
  {
12
  "id": 0,
 
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
+ "padding": {
10
+ "strategy": "BatchLongest",
11
+ "direction": "Right",
12
+ "pad_to_multiple_of": null,
13
+ "pad_id": 0,
14
+ "pad_type_id": 0,
15
+ "pad_token": "[PAD]"
16
+ },
17
  "added_tokens": [
18
  {
19
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:91e09051cb54131344df7374d3049fbf9e81f032f5601798d68d9b6eb94ce6f0
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb1b132edabf6999e706d3fcd043d1ebcd5ba882114ee5a70994362d33aaaaad
3
  size 4920