koliskos commited on
Commit
9f4cb99
1 Parent(s): 9cb8e65

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "fake",
13
+ "1": "true"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "label2id": {
17
+ "fake": 0,
18
+ "true": 1
19
+ },
20
+ "max_position_embeddings": 512,
21
+ "model_type": "distilbert",
22
+ "n_heads": 12,
23
+ "n_layers": 6,
24
+ "pad_token_id": 0,
25
+ "problem_type": "single_label_classification",
26
+ "qa_dropout": 0.1,
27
+ "seq_classif_dropout": 0.2,
28
+ "sinusoidal_pos_embds": false,
29
+ "tie_weights_": true,
30
+ "torch_dtype": "float32",
31
+ "transformers_version": "4.26.1",
32
+ "vocab_size": 30522
33
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95fee8c7fe2cab48b051ef76543d4d1e7ee0e18b9231fcb5217ef7ca437de3b6
3
+ size 267855533
runs/Mar15_03-39-41_a964a7e79537/1678851586.4646363/events.out.tfevents.1678851586.a964a7e79537.300.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24274d9518ab5c4ef89ea1d080003af4871ee2be179b9aae20d3e9de1ec07921
3
+ size 5713
runs/Mar15_03-39-41_a964a7e79537/events.out.tfevents.1678851586.a964a7e79537.300.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:628d9357d813b2765d0091ebe2b5c70f8c56c472aa1e14bf1fcbbb9a826b7425
3
+ size 3842
runs/Mar15_03-51-58_a964a7e79537/1678852321.6283505/events.out.tfevents.1678852321.a964a7e79537.300.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:432be3433d771709ba6739a3813907d11ef3f3d9e55900079b8a2a4dcdf11ed5
3
+ size 5713
runs/Mar15_03-51-58_a964a7e79537/events.out.tfevents.1678852321.a964a7e79537.300.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2e9139e67fae63dfe5d15a2575d11c523053cd7d5ded8748b2f8ec2239bd5fb
3
+ size 5470
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,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "distilbert-base-uncased",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "DistilBertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daff38e579cf922ab8a971df1ff927188db3b2867b6bb35ec40ac3a4cf5a0c05
3
+ size 3515
vocab.txt ADDED
The diff for this file is too large to render. See raw diff