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.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -49,21 +49,31 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
| No log | 0.01 | 50 | 0.
|
53 |
-
| No log | 0.02 | 100 | 0.
|
54 |
-
| No log | 0.03 | 150 | 0.
|
55 |
-
| No log | 0.04 | 200 | 0.
|
56 |
-
| No log | 0.05 | 250 | 0.
|
57 |
-
| No log | 0.06 | 300 | 0.
|
58 |
-
| No log | 0.07 | 350 | 0.
|
59 |
-
| No log | 0.08 | 400 | 0.
|
60 |
-
| No log | 0.09 | 450 | 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
|
68 |
|
69 |
### 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.1958
|
21 |
+
- Accuracy: 0.95
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
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
|
config.json
CHANGED
@@ -8,16 +8,8 @@
|
|
8 |
"hidden_act": "gelu",
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
"hidden_size": 128,
|
11 |
-
"id2label": {
|
12 |
-
"0": "Taken",
|
13 |
-
"1": "Not Taken"
|
14 |
-
},
|
15 |
"initializer_range": 0.02,
|
16 |
"intermediate_size": 512,
|
17 |
-
"label2id": {
|
18 |
-
"Not Taken": 1,
|
19 |
-
"Taken": 0
|
20 |
-
},
|
21 |
"layer_norm_eps": 1e-12,
|
22 |
"max_position_embeddings": 512,
|
23 |
"model_type": "bert",
|
@@ -25,6 +17,7 @@
|
|
25 |
"num_hidden_layers": 2,
|
26 |
"pad_token_id": 0,
|
27 |
"position_embedding_type": "absolute",
|
|
|
28 |
"torch_dtype": "float32",
|
29 |
"transformers_version": "4.35.2",
|
30 |
"type_vocab_size": 2,
|
|
|
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,
|
events.out.tfevents.1700919400.a0539e9e3983.5718.5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65eeac79702826745106febb7fe368b25ab775940d094bba4716a41cbe451308
|
3 |
+
size 1232
|
runs/Nov25_13-45-31_a0539e9e3983/events.out.tfevents.1700919936.a0539e9e3983.5718.8
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6a69a98f7f18996041359196b293c0ec6b1e2e7bc91a23de2569bb227027f77
|
3 |
+
size 12827
|
runs/Nov25_13-45-31_a0539e9e3983/events.out.tfevents.1700919936.a0539e9e3983.5718.9
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9e3992ba2b572c33b11e77c6692581091cadd37f75c3c0f8118f26480b875d6
|
3 |
+
size 12827
|