sanalsprasad
commited on
Commit
•
e53280b
1
Parent(s):
36e4b02
End of training
Browse files
README.md
CHANGED
@@ -1,10 +1,8 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
-
metrics:
|
7 |
-
- accuracy
|
8 |
model-index:
|
9 |
- name: train_debug
|
10 |
results: []
|
@@ -15,11 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# train_debug
|
17 |
|
18 |
-
This model is a fine-tuned version of [
|
19 |
-
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.1216
|
21 |
-
- Accuracy: 0.982
|
22 |
-
- Roc Auc: 0.9769
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -46,14 +40,6 @@ The following hyperparameters were used during training:
|
|
46 |
- lr_scheduler_type: linear
|
47 |
- num_epochs: 2
|
48 |
|
49 |
-
### Training results
|
50 |
-
|
51 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Roc Auc |
|
52 |
-
|:-------------:|:-----:|:----:|:---------------:|:--------:|:-------:|
|
53 |
-
| 0.0743 | 1.0 | 1250 | 0.0755 | 0.988 | 0.9855 |
|
54 |
-
| 0.0423 | 2.0 | 2500 | 0.1216 | 0.982 | 0.9769 |
|
55 |
-
|
56 |
-
|
57 |
### Framework versions
|
58 |
|
59 |
- Transformers 4.35.0
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
base_model: sanalsprasad/ai-generated-text-classification
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: train_debug
|
8 |
results: []
|
|
|
13 |
|
14 |
# train_debug
|
15 |
|
16 |
+
This model is a fine-tuned version of [sanalsprasad/ai-generated-text-classification](https://huggingface.co/sanalsprasad/ai-generated-text-classification) on the None dataset.
|
|
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
|
|
40 |
- lr_scheduler_type: linear
|
41 |
- num_epochs: 2
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
### Framework versions
|
44 |
|
45 |
- Transformers 4.35.0
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "sanalsprasad/ai-generated-text-classification",
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
runs/Jan19_01-50-24_8fe9ef4567b8/events.out.tfevents.1705629026.8fe9ef4567b8.26.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5215740db9edaa2fc0f5d5f4b7d327b118f05c49ada08d80ca08532207a2ed3a
|
3 |
+
size 4184
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4155
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e7cb12b706ccc6af8c3c8fa7ced8095bdf649c3adc0b97e442a44fdcb835cdf
|
3 |
size 4155
|