yashskhandelwal commited on
Commit
7ecdc6a
1 Parent(s): b52edba

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "deepset/electra-base-squad2",
3
+ "architectures": [
4
+ "ElectraForQuestionAnswering"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "embedding_size": 768,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "language": "english",
15
+ "layer_norm_eps": 1e-12,
16
+ "max_position_embeddings": 512,
17
+ "model_type": "electra",
18
+ "name": "Electra",
19
+ "num_attention_heads": 12,
20
+ "num_hidden_layers": 12,
21
+ "pad_token_id": 0,
22
+ "position_embedding_type": "absolute",
23
+ "summary_activation": "gelu",
24
+ "summary_last_dropout": 0,
25
+ "summary_type": "first",
26
+ "summary_use_proj": true,
27
+ "torch_dtype": "float32",
28
+ "transformers_version": "4.16.2",
29
+ "type_vocab_size": 2,
30
+ "use_cache": true,
31
+ "vocab_size": 30522
32
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:501216f2c1f32810d3fb071452a3305c3f70e06a872eb1b561a8fb591670c241
3
+ size 435641009
runs/Mar02_05-06-33_ad0120c92ec3/1646197617.535267/events.out.tfevents.1646197617.ad0120c92ec3.201.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0b4813a6e2ef620f5978eaeddaa01a7c99a2591f29c6b4d30bad9ce361706fd
3
+ size 4871
runs/Mar02_05-06-33_ad0120c92ec3/events.out.tfevents.1646197617.ad0120c92ec3.201.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19d806e40c791866513efd3c5b2277636d6d10683aaf73828613e2063ade2b8d
3
+ size 5000
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": "/home/vaishali/Documents/deepset/electra-english-qa-tutorial_epochs5/special_tokens_map.json", "full_tokenizer_file": null, "name_or_path": "deepset/electra-base-squad2", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "ElectraTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e57f215445e586950759eaf44b3b7539344f56f94e82bab7b95998ec80254523
3
+ size 3119
vocab.txt ADDED
The diff for this file is too large to render. See raw diff