End of training
Browse files- README.md +11 -11
- config.json +1 -1
- model.safetensors +1 -1
- runs/Feb22_15-18-17_70e589bdb771/events.out.tfevents.1708615108.70e589bdb771.924.0 +3 -0
- training_args.bin +2 -2
README.md
CHANGED
@@ -18,13 +18,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# knowledge-graph-nlp
|
20 |
|
21 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Accuracy: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -55,15 +55,15 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
|
63 |
|
64 |
### Framework versions
|
65 |
|
66 |
-
- Transformers 4.
|
67 |
- Pytorch 2.1.0+cu121
|
68 |
- Datasets 2.17.1
|
69 |
- Tokenizers 0.15.2
|
|
|
18 |
|
19 |
# knowledge-graph-nlp
|
20 |
|
21 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.1830
|
24 |
+
- Precision: 0.8988
|
25 |
+
- Recall: 0.8715
|
26 |
+
- F1: 0.8849
|
27 |
+
- Accuracy: 0.9453
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| 0.2908 | 1.0 | 2316 | 0.2461 | 0.8455 | 0.8023 | 0.8234 | 0.9167 |
|
59 |
+
| 0.1973 | 2.0 | 4632 | 0.2000 | 0.8745 | 0.8446 | 0.8593 | 0.9341 |
|
60 |
+
| 0.1593 | 3.0 | 6948 | 0.1863 | 0.8973 | 0.8632 | 0.8799 | 0.9427 |
|
61 |
+
| 0.1336 | 4.0 | 9264 | 0.1830 | 0.8988 | 0.8715 | 0.8849 | 0.9453 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
65 |
|
66 |
+
- Transformers 4.37.2
|
67 |
- Pytorch 2.1.0+cu121
|
68 |
- Datasets 2.17.1
|
69 |
- Tokenizers 0.15.2
|
config.json
CHANGED
@@ -31,6 +31,6 @@
|
|
31 |
"sinusoidal_pos_embds": false,
|
32 |
"tie_weights_": true,
|
33 |
"torch_dtype": "float32",
|
34 |
-
"transformers_version": "4.
|
35 |
"vocab_size": 30522
|
36 |
}
|
|
|
31 |
"sinusoidal_pos_embds": false,
|
32 |
"tie_weights_": true,
|
33 |
"torch_dtype": "float32",
|
34 |
+
"transformers_version": "4.37.2",
|
35 |
"vocab_size": 30522
|
36 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 265476168
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6122b85205120a80fab6afaabbc0be3e4f80e24d2f62d131368e64b761a8a052
|
3 |
size 265476168
|
runs/Feb22_15-18-17_70e589bdb771/events.out.tfevents.1708615108.70e589bdb771.924.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d64a76810ca6d0697e25422dd09b4215691704e310384ef39425445f63af159
|
3 |
+
size 9474
|
training_args.bin
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:23abc6b77f9623a957caff2f81541f06b4c28c53350e0039a1995b8eec211274
|
3 |
+
size 4728
|