lamaabdulaziz commited on
Commit
7f8cd07
·
1 Parent(s): 7663acb

Training in progress, epoch 0

Browse files
config.json CHANGED
@@ -1,51 +1,39 @@
1
  {
2
- "_name_or_path": "lamaabdulaziz/AraGPT2-finetuned-fnd",
3
- "activation_function": "gelu_new",
4
  "architectures": [
5
- "GPT2ForSequenceClassification"
6
  ],
7
  "attention_probs_dropout_prob": 0.1,
8
- "attn_pdrop": 0.1,
9
- "bos_token_id": 50256,
10
- "embd_pdrop": 0.1,
11
  "embedding_size": 768,
12
- "eos_token_id": 50256,
13
  "generator_hidden_size": 0.33333,
14
  "hidden_act": "gelu",
15
  "hidden_dropout_prob": 0.1,
 
16
  "id2label": {
17
- "0": "Fake",
18
- "1": "Real"
19
  },
20
  "initializer_range": 0.02,
21
  "intermediate_size": 3072,
22
  "label2id": {
23
- "0": "fake",
24
- "1": "real"
25
  },
26
  "layer_norm_eps": 1e-12,
27
- "layer_norm_epsilon": 1e-05,
28
- "model_type": "gpt2",
29
- "n_ctx": 1024,
30
- "n_embd": 768,
31
- "n_head": 12,
32
- "n_inner": null,
33
- "n_layer": 12,
34
- "n_positions": 512,
35
- "pad_token_id": 50256,
36
  "position_embedding_type": "absolute",
37
- "reorder_and_upcast_attn": false,
38
- "resid_pdrop": 0.1,
39
- "scale_attn_by_inverse_layer_idx": false,
40
- "scale_attn_weights": true,
41
  "summary_activation": "gelu",
42
- "summary_first_dropout": 0.1,
43
  "summary_last_dropout": 0.1,
44
- "summary_proj_to_labels": true,
45
  "summary_type": "first",
46
  "summary_use_proj": true,
47
  "torch_dtype": "float32",
48
- "transformers_version": "4.12.2",
49
  "type_vocab_size": 2,
50
  "use_cache": true,
51
  "vocab_size": 64000
 
1
  {
2
+ "_name_or_path": "aubmindlab/aragpt2-mega-detector-long",
 
3
  "architectures": [
4
+ "ElectraForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
 
 
8
  "embedding_size": 768,
 
9
  "generator_hidden_size": 0.33333,
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
  "id2label": {
14
+ "0": "machine-generated",
15
+ "1": "human-written"
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
+ "human-written": 1,
21
+ "machine-generated": 0
22
  },
23
  "layer_norm_eps": 1e-12,
24
+ "max_position_embeddings": 512,
25
+ "model_type": "electra",
26
+ "num_attention_heads": 12,
27
+ "num_hidden_layers": 12,
28
+ "pad_token_id": 0,
 
 
 
 
29
  "position_embedding_type": "absolute",
30
+ "problem_type": "single_label_classification",
 
 
 
31
  "summary_activation": "gelu",
 
32
  "summary_last_dropout": 0.1,
 
33
  "summary_type": "first",
34
  "summary_use_proj": true,
35
  "torch_dtype": "float32",
36
+ "transformers_version": "4.20.1",
37
  "type_vocab_size": 2,
38
  "use_cache": true,
39
  "vocab_size": 64000
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d23efbef2c4413bf63127f47dd796d55fe022c866b7c8cea421c9514a913d374
3
- size 541618599
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f45e83cc556686a7683a8ad2ea89281b5aaa7d33f522dd68f73bf1fa9644d4c
3
+ size 540851117
runs/May05_05-25-10_2063b2ec8c4e/1683264532.0990443/events.out.tfevents.1683264532.2063b2ec8c4e.23.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c625d45627a1fe3cea37dad045b5798b0b7ecc2c15fd215af23deb93f120a9ca
3
+ size 5348
runs/May05_05-25-10_2063b2ec8c4e/events.out.tfevents.1683264532.2063b2ec8c4e.23.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:592ac76ac0ed43966e5341f1287424bb28829c185555358ef305c97cc121242b
3
+ size 4593
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d97874927acbd836db09ec7cba2f38a12dde0121b1da4c145e57c7403797120e
3
- size 2863
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd7892f93091088c14dba655577a2e89f6533e3e6b3dd5a1a7ebca555a376ef1
3
+ size 3311