lamaabdulaziz commited on
Commit
1de7d50
·
1 Parent(s): fad5d2d

End of training

Browse files
config.json CHANGED
@@ -11,14 +11,14 @@
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,
 
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-12,
24
  "max_position_embeddings": 512,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:13a2d6377906d9593b50eb49993e751b09e73b2550eaa8e9d18f76c08f1ca975
3
  size 540864877
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7359df239ecd5a13c24957f1727a148b7131f6f957c18ef496e05a065e9e972
3
  size 540864877
runs/Mar15_18-13-03_95f67be700b8/events.out.tfevents.1678904023.95f67be700b8.23.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e7ff8136cba0be62ad1569ba2236b4b728ebf873111f2dbe7822f60a36cbab5e
3
- size 6359
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b8b83d0329fa90121158bde6a5810c6a0cac221487e1e4e55eaa0e230038b8f
3
+ size 6713
runs/Mar15_18-13-03_95f67be700b8/events.out.tfevents.1678914761.95f67be700b8.23.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ae5a2a0fc64fab81baab6d7ae4395cb706d6a7e17f544f0191e2ccb49928117
3
+ size 518
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "max_len": 512, "do_basic_tokenize": true, "never_split": ["[بريد]", "[مستخدم]", "[رابط]"], "special_tokens_map_file": null, "name_or_path": "aubmindlab/aragpt2-mega-detector-long", "tokenizer_class": "ElectraTokenizer"}
vocab.txt ADDED
The diff for this file is too large to render. See raw diff