anhuu commited on
Commit
e661845
·
1 Parent(s): 55d7d91

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "problem_type": "single_label_classification",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.30.0",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 30522
27
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:132a9857e8c45936735fa77be00a25c8a609dae8819acaa4320d509612b8b8c2
3
+ size 438008370
runs/Nov11_16-54-35_e8190a4799ac/events.out.tfevents.1699721700.e8190a4799ac.167.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4b17353d67cf37ae63b4b8ef72478bcabe156d0fe45a79b2d997c699e3e15b1
3
+ size 4078
runs/Nov11_17-02-05_e8190a4799ac/events.out.tfevents.1699722136.e8190a4799ac.167.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f62c21ada2d0cba7cd83dcf988a91f95f356119c14e4d7bb31129a7505c23f30
3
+ size 4078
runs/Nov11_17-08-44_e8190a4799ac/events.out.tfevents.1699722529.e8190a4799ac.167.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a334b64db45d9fd21b574ab6810f2f9f73a0a258c87ff47cc4b95a9381b94c78
3
+ size 4078
runs/Nov11_17-09-55_e8190a4799ac/events.out.tfevents.1699722599.e8190a4799ac.167.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba78893f463ef0fb020bcc8ccc07a4bdc78ec1ae852707878e2a5d9dca0b80c1
3
+ size 4078
runs/Nov11_17-23-11_e8190a4799ac/events.out.tfevents.1699723395.e8190a4799ac.167.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aae25347126f775fa23af3275e48197b17c1bd397058f3b28d724af7fbf98a89
3
+ size 4078
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
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
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:dedce122f0ae5173577b52a6ac5c1331f2336332672898deb1d6385ae4d218a4
3
+ size 4472
vocab.txt ADDED
The diff for this file is too large to render. See raw diff