Zainab984 commited on
Commit
4d6f371
1 Parent(s): abd9558

End of training

Browse files
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [prajjwal1/bert-tiny](https://huggingface.co/prajjwal1/bert-tiny) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.1958
21
- - Accuracy: 0.95
22
 
23
  ## Model description
24
 
@@ -49,31 +49,21 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 0.01 | 50 | 0.6942 | 0.45 |
53
- | No log | 0.02 | 100 | 0.6915 | 0.57 |
54
- | No log | 0.03 | 150 | 0.6879 | 0.55 |
55
- | No log | 0.04 | 200 | 0.6904 | 0.56 |
56
- | No log | 0.05 | 250 | 0.6847 | 0.56 |
57
- | No log | 0.06 | 300 | 0.6693 | 0.56 |
58
- | No log | 0.07 | 350 | 0.5499 | 0.9 |
59
- | No log | 0.08 | 400 | 0.4220 | 0.93 |
60
- | No log | 0.09 | 450 | 0.3421 | 0.93 |
61
- | 0.6127 | 0.1 | 500 | 0.2987 | 0.93 |
62
- | 0.6127 | 0.11 | 550 | 0.2704 | 0.93 |
63
- | 0.6127 | 0.12 | 600 | 0.2530 | 0.93 |
64
- | 0.6127 | 0.13 | 650 | 0.2199 | 0.93 |
65
- | 0.6127 | 0.14 | 700 | 0.2204 | 0.93 |
66
- | 0.6127 | 0.15 | 750 | 0.1965 | 0.95 |
67
- | 0.6127 | 0.16 | 800 | 0.1944 | 0.95 |
68
- | 0.6127 | 0.17 | 850 | 0.1942 | 0.95 |
69
- | 0.6127 | 0.18 | 900 | 0.1938 | 0.95 |
70
- | 0.6127 | 0.19 | 950 | 0.1950 | 0.95 |
71
- | 0.2388 | 0.2 | 1000 | 0.1943 | 0.95 |
72
- | 0.2388 | 0.2 | 1050 | 0.1939 | 0.95 |
73
- | 0.2388 | 0.21 | 1100 | 0.1939 | 0.95 |
74
- | 0.2388 | 0.22 | 1150 | 0.1928 | 0.95 |
75
- | 0.2388 | 0.23 | 1200 | 0.1937 | 0.95 |
76
- | 0.2388 | 0.24 | 1250 | 0.1958 | 0.95 |
77
 
78
 
79
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [prajjwal1/bert-tiny](https://huggingface.co/prajjwal1/bert-tiny) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.2385
21
+ - Accuracy: 0.93
22
 
23
  ## Model description
24
 
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 0.01 | 50 | 0.6925 | 0.45 |
53
+ | No log | 0.02 | 100 | 0.6758 | 0.62 |
54
+ | No log | 0.03 | 150 | 0.6384 | 0.66 |
55
+ | No log | 0.04 | 200 | 0.6241 | 0.66 |
56
+ | No log | 0.05 | 250 | 0.6081 | 0.66 |
57
+ | No log | 0.06 | 300 | 0.5643 | 0.87 |
58
+ | No log | 0.07 | 350 | 0.5200 | 0.87 |
59
+ | No log | 0.08 | 400 | 0.4989 | 0.81 |
60
+ | No log | 0.09 | 450 | 0.4370 | 0.87 |
61
+ | 0.6058 | 0.1 | 500 | 0.3298 | 0.94 |
62
+ | 0.6058 | 0.11 | 550 | 0.2876 | 0.94 |
63
+ | 0.6058 | 0.12 | 600 | 0.2701 | 0.93 |
64
+ | 0.6058 | 0.13 | 650 | 0.2533 | 0.93 |
65
+ | 0.6058 | 0.14 | 700 | 0.2452 | 0.93 |
66
+ | 0.6058 | 0.15 | 750 | 0.2385 | 0.93 |
 
 
 
 
 
 
 
 
 
 
67
 
68
 
69
  ### Framework versions
config.json CHANGED
@@ -1,20 +1,15 @@
1
  {
2
  "_name_or_path": "prajjwal1/bert-tiny",
 
 
 
3
  "attention_probs_dropout_prob": 0.1,
4
  "classifier_dropout": null,
5
  "hidden_act": "gelu",
6
  "hidden_dropout_prob": 0.1,
7
  "hidden_size": 128,
8
- "id2label": {
9
- "0": "Taken",
10
- "1": "Not Taken"
11
- },
12
  "initializer_range": 0.02,
13
  "intermediate_size": 512,
14
- "label2id": {
15
- "Not Taken": 1,
16
- "Taken": 0
17
- },
18
  "layer_norm_eps": 1e-12,
19
  "max_position_embeddings": 512,
20
  "model_type": "bert",
@@ -22,6 +17,8 @@
22
  "num_hidden_layers": 2,
23
  "pad_token_id": 0,
24
  "position_embedding_type": "absolute",
 
 
25
  "transformers_version": "4.35.2",
26
  "type_vocab_size": 2,
27
  "use_cache": true,
 
1
  {
2
  "_name_or_path": "prajjwal1/bert-tiny",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 128,
 
 
 
 
11
  "initializer_range": 0.02,
12
  "intermediate_size": 512,
 
 
 
 
13
  "layer_norm_eps": 1e-12,
14
  "max_position_embeddings": 512,
15
  "model_type": "bert",
 
17
  "num_hidden_layers": 2,
18
  "pad_token_id": 0,
19
  "position_embedding_type": "absolute",
20
+ "problem_type": "single_label_classification",
21
+ "torch_dtype": "float32",
22
  "transformers_version": "4.35.2",
23
  "type_vocab_size": 2,
24
  "use_cache": true,
events.out.tfevents.1701173314.fb2d19aa789e.699.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0026ecab10d8b1f4f02b73b379e0fb7efbc2669c70cce1a83b34b6c66515e2e
3
+ size 748
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:39ac4355ad0cc15b3a3036324aaa009be183bf06778e87b5a04e6b1318f2796a
3
  size 17549312
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34f0b17048a8deb82a3e834faf948f6f98115d36d06df3e121242a5efb7522c4
3
  size 17549312
runs/Nov28_12-08-34_fb2d19aa789e/events.out.tfevents.1701173314.fb2d19aa789e.699.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a1e1fc752049a69cbfd0806df807e4f036583be4da6426fe67f03a4d4ac628b
3
+ size 9440
runs/Nov28_12-08-34_fb2d19aa789e/events.out.tfevents.1701173314.fb2d19aa789e.699.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b079ca072ca5b2ee233ffcce4daa04b768fefa1f880ae1ad53aa4f05f34c7126
3
+ size 9440
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:740b1879424c1a2e517f88003fa949c2d8bc41649483efa0e09d90bc8222da66
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c7b6ed0caf1b1b08b969e0499752985c0156e9fa444f22abfe6682bdddfdb18
3
  size 4536