Dewa commited on
Commit
35e3903
1 Parent(s): dbb9f31

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-cased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "Fake",
14
+ "1": "Real"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 3072,
18
+ "label2id": {
19
+ "Fake": 0,
20
+ "Real": 1
21
+ },
22
+ "layer_norm_eps": 1e-12,
23
+ "max_position_embeddings": 512,
24
+ "model_type": "bert",
25
+ "num_attention_heads": 12,
26
+ "num_hidden_layers": 12,
27
+ "pad_token_id": 0,
28
+ "position_embedding_type": "absolute",
29
+ "problem_type": "single_label_classification",
30
+ "torch_dtype": "float32",
31
+ "transformers_version": "4.27.4",
32
+ "type_vocab_size": 2,
33
+ "use_cache": true,
34
+ "vocab_size": 28996
35
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f6deef630f4ce095db6ae2e838a1076e3802ac8f321d72177e5e5dc09fb8b4b
3
+ size 433320053
runs/Apr09_16-12-20_a638387d2fff/1681056746.7368777/events.out.tfevents.1681056746.a638387d2fff.198.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b62d8e25be0c81ebaeabbfc4c41bbae312f088e8c6d0c63cd96ed65faad9ac22
3
+ size 5832
runs/Apr09_16-12-20_a638387d2fff/events.out.tfevents.1681056746.a638387d2fff.198.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b09a3c6c97192e06686af75ceaece7570b094493ce64d315c7e77e823713f8d3
3
+ size 4073
runs/Apr09_16-23-29_a638387d2fff/1681057413.0072846/events.out.tfevents.1681057413.a638387d2fff.198.13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eec1266c43bbbe649c23c25c6a0c0f61f0e908392ce68993d2b3ea6448a5850c
3
+ size 5832
runs/Apr09_16-23-29_a638387d2fff/events.out.tfevents.1681057412.a638387d2fff.198.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:411a704b8308127b54f592c60531ea5ecc9fadf98529c8ddf8a2c151674c0451
3
+ size 88
runs/Apr09_16-25-45_a638387d2fff/1681057548.442767/events.out.tfevents.1681057548.a638387d2fff.21805.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39980668ad00f6cf13f4adc41fed9420df52632f7264aff65ffb1263661213e7
3
+ size 5832
runs/Apr09_16-25-45_a638387d2fff/events.out.tfevents.1681057548.a638387d2fff.21805.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b52ca5f15401d60e90dab55a00e5806d6a75751ab6cd9bc226582a955f52317b
3
+ size 5024
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": false,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
8
+ "special_tokens_map_file": null,
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "BertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23eeb0f72e6e8d61e220984ca60d83cf8668e4728c08333361c1cf04e71d5a91
3
+ size 3579
vocab.txt ADDED
The diff for this file is too large to render. See raw diff