VinsmokeMir commited on
Commit
fc0968a
·
1 Parent(s): 81d532c

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "rafsankabir/Pretrained_Final_E6",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 192,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 1024,
18
+ "label2id": {
19
+ "LABEL_0": 0,
20
+ "LABEL_1": 1,
21
+ "LABEL_2": 2
22
+ },
23
+ "layer_norm_eps": 1e-12,
24
+ "max_position_embeddings": 512,
25
+ "model_type": "bert",
26
+ "num_attention_heads": 6,
27
+ "num_hidden_layers": 2,
28
+ "pad_token_id": 0,
29
+ "position_embedding_type": "absolute",
30
+ "problem_type": "single_label_classification",
31
+ "torch_dtype": "float32",
32
+ "transformers_version": "4.29.1",
33
+ "type_vocab_size": 2,
34
+ "use_cache": true,
35
+ "vocab_size": 102025
36
+ }
logs/1684051775.6469634/events.out.tfevents.1684051775.c6c545333e22.3412.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08b661dd804099a2e9fbf8af04aac8c0d620f54f5923864ceda01a18074a9180
3
+ size 6012
logs/1684051826.5104103/events.out.tfevents.1684051826.c6c545333e22.3412.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45ffe42cf5261e9338259a133e8dea1bddee2515fc659a1e68b156f74c1496a0
3
+ size 6012
logs/events.out.tfevents.1684051775.c6c545333e22.3412.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:787bad94745f067c8c9df79ad1c9f78e83157e1eb9a0fa6162f58d16c838b48d
3
+ size 4184
logs/events.out.tfevents.1684051826.c6c545333e22.3412.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:362de8889f4c2d498357c903f384869d10a8d3e44f2b2c72197293fb6bc8bc2a
3
+ size 4657
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6907afd2b837c6b9dcdea7102387d5de8a0a9b37269ced0b8523e366d3035bea
3
+ size 83267311
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:121219dc03e12a43535491f327ec441d233edb51135a3467fda6b6edf486754b
3
+ size 3963