abdulelahagr
commited on
Commit
•
9a3a45a
1
Parent(s):
381f741
further fine-tuning to parent-to-kids harassment specific examples
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
-
base_model:
|
5 |
tags:
|
6 |
- text-classification
|
7 |
- generated_from_trainer
|
@@ -15,9 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# harssment_classifier
|
17 |
|
18 |
-
This model is a fine-tuned version of [
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -49,16 +49,16 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
- Transformers 4.44.2
|
62 |
- Pytorch 2.4.0+cu121
|
63 |
-
- Datasets
|
64 |
- Tokenizers 0.19.1
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
+
base_model: abdulelahagr/harassment_lang_classifier
|
5 |
tags:
|
6 |
- text-classification
|
7 |
- generated_from_trainer
|
|
|
15 |
|
16 |
# harssment_classifier
|
17 |
|
18 |
+
This model is a fine-tuned version of [abdulelahagr/harassment_lang_classifier](https://huggingface.co/abdulelahagr/harassment_lang_classifier) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0856
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
+
| 0.0856 | 1.0 | 77 | 0.0439 |
|
53 |
+
| 0.0024 | 2.0 | 154 | 0.0446 |
|
54 |
+
| 0.0019 | 3.0 | 231 | 0.0443 |
|
55 |
+
| 0.0416 | 4.0 | 308 | 0.0452 |
|
56 |
+
| 0.0436 | 5.0 | 385 | 0.0445 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
- Transformers 4.44.2
|
62 |
- Pytorch 2.4.0+cu121
|
63 |
+
- Datasets 3.0.0
|
64 |
- Tokenizers 0.19.1
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "abdulelahagr/harassment_lang_classifier",
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 437958648
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99513341518f34bb84ea187d833348e328d3a9c1640d822f857b477269a46934
|
3 |
size 437958648
|
runs/Sep12_15-26-45_07a2e2e8d78d/events.out.tfevents.1726154933.07a2e2e8d78d.1373.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3739f109470176839fbdba145cc047f117e1eb3bef79d1b27ad294bb24c41df1
|
3 |
+
size 28314
|
runs/Sep12_15-26-45_07a2e2e8d78d/events.out.tfevents.1726157024.07a2e2e8d78d.1373.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a26d1431cae33f7185e5bdd3db58b1374e41cde2fe36d00b383657a32b5ca92
|
3 |
+
size 359
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb332bb199e8a175434b041839152d40d2b71f73c656f6851d625b59fdd2180f
|
3 |
size 5176
|