zloelias commited on
Commit
8377ac5
1 Parent(s): 8c3b11a

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
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": "LABEL_0",
14
+ "1": "LABEL_1",
15
+ "2": "LABEL_2"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "label2id": {
20
+ "LABEL_0": 0,
21
+ "LABEL_1": 1,
22
+ "LABEL_2": 2
23
+ },
24
+ "layer_norm_eps": 1e-12,
25
+ "max_position_embeddings": 512,
26
+ "model_type": "bert",
27
+ "num_attention_heads": 12,
28
+ "num_hidden_layers": 12,
29
+ "pad_token_id": 0,
30
+ "position_embedding_type": "absolute",
31
+ "problem_type": "single_label_classification",
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.12.5",
34
+ "type_vocab_size": 2,
35
+ "use_cache": true,
36
+ "vocab_size": 30522
37
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68444ce2a177deb5652e8cfefe2fa1932cecd26c2b6c458c71f327301a6a82a9
3
+ size 438022317
runs/Dec01_16-20-50_e616413fc37b/1638375656.162061/events.out.tfevents.1638375656.e616413fc37b.12655.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84796099d3ad89b4dd0f82076b14dce380641399762704f009b17860add6e1a0
3
+ size 4613
runs/Dec01_16-20-50_e616413fc37b/events.out.tfevents.1638375656.e616413fc37b.12655.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1e90a8563794bc1ead95936973500a45e3f13b66947b096e6329909582ca6ef
3
+ size 3402
runs/Dec01_16-21-29_e616413fc37b/1638375700.2689252/events.out.tfevents.1638375700.e616413fc37b.12655.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a97a97120ba51809e196fbb3c8c9341f0e5d477b5cdbcf9e5f72bdb63f664542
3
+ size 4613
runs/Dec01_16-21-29_e616413fc37b/events.out.tfevents.1638375700.e616413fc37b.12655.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84d176ed1de3c4a8bef431725aac15ab6ce910f5dd8c7c08e9fc0767a81643f4
3
+ size 3402
runs/Dec01_16-24-58_e616413fc37b/1638375904.6608374/events.out.tfevents.1638375904.e616413fc37b.12655.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ddf01cdbac6bbfb694f205cbbe373f7957f3d86bc890853e6dc7a5f9827f3e5
3
+ size 4613
runs/Dec01_16-24-58_e616413fc37b/events.out.tfevents.1638375904.e616413fc37b.12655.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e493302fe79d9ed0d1c6b12703b214120860cfa7261212e50509340ae10ecfdb
3
+ size 3719
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_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "do_basic_tokenize": true, "never_split": null, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "padding": true, "truncation": true, "model_max_length": 512, "special_tokens_map_file": null, "tokenizer_file": "/root/.cache/huggingface/transformers/534479488c54aeaf9c3406f647aa2ec13648c06771ffe269edabebd4c412da1d.7f2721073f19841be16f41b0a70b600ca6b880c8f3df6f3535cbc704371bdfa4", "name_or_path": "bert-base-uncased", "tokenizer_class": "BertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7e397ea86af585cfa46a3e473d61a3e663ab7ca6cf133fc9b7623dddc0ed2b1
3
+ size 2927
vocab.txt ADDED
The diff for this file is too large to render. See raw diff