pbwt commited on
Commit
43b8d03
1 Parent(s): a01aa26

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-cased",
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
+ "3": "LABEL_3",
17
+ "4": "LABEL_4"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "LABEL_0": 0,
23
+ "LABEL_1": 1,
24
+ "LABEL_2": 2,
25
+ "LABEL_3": 3,
26
+ "LABEL_4": 4
27
+ },
28
+ "layer_norm_eps": 1e-12,
29
+ "max_position_embeddings": 512,
30
+ "model_type": "bert",
31
+ "num_attention_heads": 12,
32
+ "num_hidden_layers": 12,
33
+ "pad_token_id": 0,
34
+ "position_embedding_type": "absolute",
35
+ "problem_type": "single_label_classification",
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.18.0",
38
+ "type_vocab_size": 2,
39
+ "use_cache": true,
40
+ "vocab_size": 28996
41
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1698caa7e66a3a52e274f3d72a1f8026e2332f959ce605c772eb5421e6c138a5
3
+ size 433327469
runs/Aug23_02-11-04_35ccb75d7aad/1661220678.7056487/events.out.tfevents.1661220678.35ccb75d7aad.77027.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59672f1584ebd5290bb35b54017ed6e4ac14b4ba73a287b45c048be41d7b60b7
3
+ size 4908
runs/Aug23_02-11-04_35ccb75d7aad/events.out.tfevents.1661220678.35ccb75d7aad.77027.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e22f4a71da3ed4eaa9967767f1f297129a2be81b033ffd5bd6c020d588de1a9
3
+ size 3636
runs/Aug23_02-13-53_35ccb75d7aad/1661220845.7844508/events.out.tfevents.1661220845.35ccb75d7aad.77319.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c93d7824f918a23cd0fdd3aa2e202172b910808ad25690120339939cdd64b84f
3
+ size 4908
runs/Aug23_02-13-53_35ccb75d7aad/events.out.tfevents.1661220845.35ccb75d7aad.77319.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c4c9549573dcf39e5cfbec13c52badb51c7621a39174e2c34f5d3fbd86aa691
3
+ size 3636
runs/Aug23_02-19-23_35ccb75d7aad/1661221176.1768084/events.out.tfevents.1661221176.35ccb75d7aad.77908.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f9ebfa3826827ddecabf7b4d5b6b61c59f3920a8ca36fde991995bc16191675
3
+ size 4908
runs/Aug23_02-19-23_35ccb75d7aad/events.out.tfevents.1661221176.35ccb75d7aad.77908.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6637c08e556e1db7286ef2fddbe67dda59f9cf207940b4e1b104e26310fc729
3
+ size 3636
runs/Aug23_04-34-32_35ccb75d7aad/1661229284.2075768/events.out.tfevents.1661229284.35ccb75d7aad.78140.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:342db66cdebb165f8023ecbb1bf9c517df1741398231f5cec087ab40f83fe26c
3
+ size 4908
runs/Aug23_04-34-32_35ccb75d7aad/events.out.tfevents.1661229284.35ccb75d7aad.78140.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95649e50379c47e42f504c08bad28d5a9068214182b5775b5719c71ef6eb3230
3
+ size 3793
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed12235bdb048ba51379b02173f6f415caba2e2a7a66b4ecb7756d9bca3169ff
3
+ size 3119