sanalsprasad
commited on
Commit
•
a5b53bf
1
Parent(s):
d4fe5c9
End of training
Browse files- README.md +14 -0
- config.json +1 -0
- model.safetensors +1 -1
- runs/Jan20_02-30-22_5363b5ff727f/events.out.tfevents.1705717826.5363b5ff727f.26.0 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -3,6 +3,8 @@ license: mit
|
|
3 |
base_model: openai-community/roberta-base-openai-detector
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: train_debug
|
8 |
results: []
|
@@ -14,6 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# train_debug
|
15 |
|
16 |
This model is a fine-tuned version of [openai-community/roberta-base-openai-detector](https://huggingface.co/openai-community/roberta-base-openai-detector) on the None dataset.
|
|
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -40,6 +46,14 @@ The following hyperparameters were used during training:
|
|
40 |
- lr_scheduler_type: linear
|
41 |
- num_epochs: 2
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
### Framework versions
|
44 |
|
45 |
- Transformers 4.36.0
|
|
|
3 |
base_model: openai-community/roberta-base-openai-detector
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
model-index:
|
9 |
- name: train_debug
|
10 |
results: []
|
|
|
16 |
# train_debug
|
17 |
|
18 |
This model is a fine-tuned version of [openai-community/roberta-base-openai-detector](https://huggingface.co/openai-community/roberta-base-openai-detector) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0400
|
21 |
+
- Accuracy: 0.995
|
22 |
+
- Roc Auc: 0.9996
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
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.065 | 1.0 | 6250 | 0.0451 | 0.994 | 0.9989 |
|
54 |
+
| 0.0223 | 2.0 | 12500 | 0.0400 | 0.995 | 0.9996 |
|
55 |
+
|
56 |
+
|
57 |
### Framework versions
|
58 |
|
59 |
- Transformers 4.36.0
|
config.json
CHANGED
@@ -28,6 +28,7 @@
|
|
28 |
"output_past": true,
|
29 |
"pad_token_id": 1,
|
30 |
"position_embedding_type": "absolute",
|
|
|
31 |
"torch_dtype": "float32",
|
32 |
"transformers_version": "4.36.0",
|
33 |
"type_vocab_size": 1,
|
|
|
28 |
"output_past": true,
|
29 |
"pad_token_id": 1,
|
30 |
"position_embedding_type": "absolute",
|
31 |
+
"problem_type": "single_label_classification",
|
32 |
"torch_dtype": "float32",
|
33 |
"transformers_version": "4.36.0",
|
34 |
"type_vocab_size": 1,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 498612824
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e240e630227ca033d08e7f5052431a70ce78e213b7972da74f0bfe6a981bf367
|
3 |
size 498612824
|
runs/Jan20_02-30-22_5363b5ff727f/events.out.tfevents.1705717826.5363b5ff727f.26.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:568d841569e2f2861bb97be6de4004fcca07e614fa992399221e714b202f9f00
|
3 |
+
size 9545
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4283
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9667ab544b855eff62830fc1858c8a611a1ac033fbadaf656e033e2ad09ef18a
|
3 |
size 4283
|