devloverumar commited on
Commit
e8dd8c8
1 Parent(s): d055fcb

Trained Model

Browse files
Files changed (7) hide show
  1. config.json +28 -0
  2. optimizer.pt +3 -0
  3. pytorch_model.bin +3 -0
  4. rng_state.pth +3 -0
  5. scheduler.pt +3 -0
  6. trainer_state.json +100 -0
  7. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "PirateXX/AI-Content-Detector-V2",
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
+ "initializer_range": 0.02,
14
+ "intermediate_size": 3072,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 514,
17
+ "model_type": "roberta",
18
+ "num_attention_heads": 12,
19
+ "num_hidden_layers": 12,
20
+ "pad_token_id": 1,
21
+ "position_embedding_type": "absolute",
22
+ "problem_type": "single_label_classification",
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.28.1",
25
+ "type_vocab_size": 1,
26
+ "use_cache": true,
27
+ "vocab_size": 50265
28
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:427aed7230382b2b5158404c995e5872980fe2130c69627ea47f53ff92e6c0cc
3
+ size 997295237
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ab1f449d4e931e60f51cdcded97297a3102cf801e57bc969775ebfbf0ee3d0d
3
+ size 498662069
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0336176438b9ce5b2697ea463ce16fac57b35a4e0c746ad3908d45720612ba1a
3
+ size 14575
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41ae6308e9257a0ce7d835dbcab2c13e89f7b8a4de85435654c19865584fe6e8
3
+ size 627
trainer_state.json ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.933780385582565,
5
+ "global_step": 7000,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.21,
12
+ "learning_rate": 4.65074043028779e-05,
13
+ "loss": 0.0717,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.42,
18
+ "learning_rate": 4.3014808605755804e-05,
19
+ "loss": 0.0,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 0.63,
24
+ "learning_rate": 3.95222129086337e-05,
25
+ "loss": 0.0,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 0.84,
30
+ "learning_rate": 3.60296172115116e-05,
31
+ "loss": 0.0,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 1.05,
36
+ "learning_rate": 3.2537021514389497e-05,
37
+ "loss": 0.0,
38
+ "step": 2500
39
+ },
40
+ {
41
+ "epoch": 1.26,
42
+ "learning_rate": 2.9044425817267394e-05,
43
+ "loss": 0.0,
44
+ "step": 3000
45
+ },
46
+ {
47
+ "epoch": 1.47,
48
+ "learning_rate": 2.555183012014529e-05,
49
+ "loss": 0.0,
50
+ "step": 3500
51
+ },
52
+ {
53
+ "epoch": 1.68,
54
+ "learning_rate": 2.2059234423023192e-05,
55
+ "loss": 0.0,
56
+ "step": 4000
57
+ },
58
+ {
59
+ "epoch": 1.89,
60
+ "learning_rate": 1.856663872590109e-05,
61
+ "loss": 0.0,
62
+ "step": 4500
63
+ },
64
+ {
65
+ "epoch": 2.1,
66
+ "learning_rate": 1.5074043028778989e-05,
67
+ "loss": 0.0,
68
+ "step": 5000
69
+ },
70
+ {
71
+ "epoch": 2.31,
72
+ "learning_rate": 1.1581447331656888e-05,
73
+ "loss": 0.0,
74
+ "step": 5500
75
+ },
76
+ {
77
+ "epoch": 2.51,
78
+ "learning_rate": 8.088851634534787e-06,
79
+ "loss": 0.0,
80
+ "step": 6000
81
+ },
82
+ {
83
+ "epoch": 2.72,
84
+ "learning_rate": 4.596255937412685e-06,
85
+ "loss": 0.0,
86
+ "step": 6500
87
+ },
88
+ {
89
+ "epoch": 2.93,
90
+ "learning_rate": 1.103660240290584e-06,
91
+ "loss": 0.0,
92
+ "step": 7000
93
+ }
94
+ ],
95
+ "max_steps": 7158,
96
+ "num_train_epochs": 3,
97
+ "total_flos": 1.473369287804928e+16,
98
+ "trial_name": null,
99
+ "trial_params": null
100
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:308dab436ff4337c1b2154413d66d115c69b88e66bc51450d3e5a93ac18a6f3e
3
+ size 3579