Model save
Browse files
README.md
CHANGED
@@ -18,10 +18,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [sentence-transformers/all-distilroberta-v1](https://huggingface.co/sentence-transformers/all-distilroberta-v1) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- F1: 0.
|
23 |
-
- Roc Auc: 0.
|
24 |
-
- Accuracy: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -52,17 +52,17 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
|
55 |
-
| No log | 1.0 | 109 | 0.
|
56 |
-
| No log | 2.0 | 218 | 0.
|
57 |
-
| No log | 3.0 | 327 | 0.
|
58 |
-
| No log | 4.0 | 436 | 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [sentence-transformers/all-distilroberta-v1](https://huggingface.co/sentence-transformers/all-distilroberta-v1) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.1413
|
22 |
+
- F1: 0.8025
|
23 |
+
- Roc Auc: 0.8744
|
24 |
+
- Accuracy: 0.7687
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
|
55 |
+
| No log | 1.0 | 109 | 0.2310 | 0.5875 | 0.7128 | 0.4305 |
|
56 |
+
| No log | 2.0 | 218 | 0.1775 | 0.7192 | 0.7950 | 0.5991 |
|
57 |
+
| No log | 3.0 | 327 | 0.1571 | 0.7654 | 0.8255 | 0.6604 |
|
58 |
+
| No log | 4.0 | 436 | 0.1499 | 0.7854 | 0.8516 | 0.7192 |
|
59 |
+
| 0.2013 | 5.0 | 545 | 0.1410 | 0.8000 | 0.8705 | 0.7593 |
|
60 |
+
| 0.2013 | 6.0 | 654 | 0.1413 | 0.8025 | 0.8744 | 0.7687 |
|
61 |
+
| 0.2013 | 7.0 | 763 | 0.1408 | 0.8018 | 0.8762 | 0.7731 |
|
62 |
+
| 0.2013 | 8.0 | 872 | 0.1454 | 0.7973 | 0.8753 | 0.7736 |
|
63 |
+
| 0.2013 | 9.0 | 981 | 0.1467 | 0.7966 | 0.8736 | 0.7692 |
|
64 |
+
| 0.0634 | 10.0 | 1090 | 0.1481 | 0.7928 | 0.8721 | 0.7672 |
|
65 |
+
| 0.0634 | 11.0 | 1199 | 0.1471 | 0.7945 | 0.8730 | 0.7692 |
|
66 |
|
67 |
|
68 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 328510736
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02d05569d9af96b67f70d084ad14689cdb381cb067e7b3e64e94289cf633d025
|
3 |
size 328510736
|
runs/Jan02_19-13-20_9659d4f1569a/events.out.tfevents.1704222996.9659d4f1569a.4428.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1573f7c0488719efaad3592774e5b97a5a8bb832d6a183064a8761852b0db18b
|
3 |
+
size 508
|
tokenizer.json
CHANGED
@@ -1,21 +1,7 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
5 |
-
"max_length": 256,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
-
"padding": {
|
10 |
-
"strategy": {
|
11 |
-
"Fixed": 256
|
12 |
-
},
|
13 |
-
"direction": "Right",
|
14 |
-
"pad_to_multiple_of": null,
|
15 |
-
"pad_id": 1,
|
16 |
-
"pad_type_id": 0,
|
17 |
-
"pad_token": "<pad>"
|
18 |
-
},
|
19 |
"added_tokens": [
|
20 |
{
|
21 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
4 |
+
"padding": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|