benjaminaw93 commited on
Commit
1f9c1db
1 Parent(s): c912b61

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "allenai/scibert_scivocab_uncased",
3
+ "architectures": [
4
+ "BertForMaskedLM"
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": 768,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 3072,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "bert",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 12,
18
+ "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
20
+ "torch_dtype": "float32",
21
+ "transformers_version": "4.21.1",
22
+ "type_vocab_size": 2,
23
+ "use_cache": true,
24
+ "vocab_size": 31090
25
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:892bc669fc5b64d7d143e5773b3a586dd24601338ce50cfb62d9f0dbdfb32c80
3
+ size 439876011
runs/Aug16_23-21-04_DESKTOP-0CGG14I/1660663282.9497845/events.out.tfevents.1660663282.DESKTOP-0CGG14I.14528.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:034f0833b51af134bee862fd1764fb962e2d2905b3a2cf731220308649be0a6c
3
+ size 5482
runs/Aug16_23-21-04_DESKTOP-0CGG14I/1660663534.973607/events.out.tfevents.1660663534.DESKTOP-0CGG14I.14528.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e338ef39d3f8eeb3e4d2770982d297c5b55dba2e0cec847d01b31ac4f3183b3
3
+ size 5482
runs/Aug16_23-21-04_DESKTOP-0CGG14I/events.out.tfevents.1660663282.DESKTOP-0CGG14I.14528.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c497533baa6154d62d9b4d32db39440a0908b13345fc845def5718e5685cb550
3
+ size 15227
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f34defb650865fe81e35321edd1d27ecdc4b8f8c8ced757ac8f085b132917cf4
3
+ size 3375