minhleduc commited on
Commit
a9909ea
1 Parent(s): 172280c

Training in progress, step 500

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.29.2",
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:60e1efd80568c1cb614d7d5f82fb60e4c0205154a8cd3efcf579423469a7e8ca
3
+ size 438007925
runs/May29_06-32-42_6d36392386a9/1685341967.1007667/events.out.tfevents.1685341967.6d36392386a9.996.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0bbeb174c8a5a48cd8e197e84dbf89b804a2732e3061d046dde494ab98f2db9
3
+ size 5941
runs/May29_06-32-42_6d36392386a9/events.out.tfevents.1685341967.6d36392386a9.996.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fe8c31dfa21f29eeb092f6eca0db1c5467425ecfd52eb2d195a6b4da7b466e7
3
+ size 4036
runs/May29_06-37-21_6d36392386a9/1685342244.1170118/events.out.tfevents.1685342244.6d36392386a9.996.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65a7ae187740ca859fe89f328b3abf9532bbf17c0781822e2f2b84283196f665
3
+ size 5941
runs/May29_06-37-21_6d36392386a9/events.out.tfevents.1685342244.6d36392386a9.996.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93b55bb4db02da6137f5d06c47b9d3d258f68c93bbc804966ad48767b74365af
3
+ size 4193
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0dfff298075a0efe9531af3cce10343d783578553d8ff786c5fb1c33e7168d2
3
+ size 3963