sanalsprasad commited on
Commit
36e4b02
1 Parent(s): ae8a1db

End of training

Browse files
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: roberta-base-openai-detector
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: train_debug
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # train_debug
17
+
18
+ This model is a fine-tuned version of [roberta-base-openai-detector](https://huggingface.co/roberta-base-openai-detector) on the None dataset.
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
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 5e-05
42
+ - train_batch_size: 8
43
+ - eval_batch_size: 8
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
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
60
+ - Pytorch 2.0.0
61
+ - Datasets 2.1.0
62
+ - Tokenizers 0.14.1
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "roberta-base-openai-detector",
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "Fake",
15
+ "1": "Real"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "label2id": {
20
+ "Fake": 0,
21
+ "Real": 1
22
+ },
23
+ "layer_norm_eps": 1e-05,
24
+ "max_position_embeddings": 514,
25
+ "model_type": "roberta",
26
+ "num_attention_heads": 12,
27
+ "num_hidden_layers": 12,
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.35.0",
34
+ "type_vocab_size": 1,
35
+ "use_cache": true,
36
+ "vocab_size": 50265
37
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75f70e7af2d4011a3259c67763ed4274a5cf181237d3c614ed1e3b306edb41e2
3
+ size 498612824
runs/Jan10_23-40-00_7c2b94e28a43/events.out.tfevents.1704930009.7c2b94e28a43.47.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3c32a7e8112cefc0e1d9564de613424df960011b3b149b31285355f0d352c6b
3
+ size 5459
runs/Jan10_23-45-11_7c2b94e28a43/events.out.tfevents.1704930317.7c2b94e28a43.47.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1214610e5591845e2859082fd7d25a91d5f2be64498ef04b0ad8891637fad089
3
+ size 6299
runs/Jan11_00-18-45_7c2b94e28a43/events.out.tfevents.1704932347.7c2b94e28a43.47.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2370cacaf7a8a3778b647ea40e9870546a50b6b8d12cf1f01e8ce1195060d4bc
3
+ size 6327
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e360586d031e061e20f756f3fee387e5d785efe4aafe560a88cc6f0b1b39622b
3
+ size 4155