Marscen commited on
Commit
5188085
·
1 Parent(s): ca63bb2

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "deepset/roberta-base-squad2",
3
+ "architectures": [
4
+ "RobertaForQuestionAnswering"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 3072,
16
+ "language": "english",
17
+ "layer_norm_eps": 1e-05,
18
+ "max_position_embeddings": 514,
19
+ "model_type": "roberta",
20
+ "name": "Roberta",
21
+ "num_attention_heads": 12,
22
+ "num_hidden_layers": 12,
23
+ "pad_token_id": 1,
24
+ "position_embedding_type": "absolute",
25
+ "torch_dtype": "float32",
26
+ "transformers_version": "4.19.4",
27
+ "type_vocab_size": 1,
28
+ "use_cache": true,
29
+ "vocab_size": 50265
30
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80faac00152de055539bfedfbadd1f63c021d8568cf52f56d6aab77447f5e73f
3
+ size 496302519
runs/Jun14_22-50-33_Mars-pc/1655218255.1690521/events.out.tfevents.1655218255.Mars-pc.28113.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:411fa79650e78fefa6f52f5265183e0694e73c765a31e82590415f713aecb986
3
+ size 5212
runs/Jun14_22-50-33_Mars-pc/events.out.tfevents.1655218255.Mars-pc.28113.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9c4c55d3de97f7e587de18b0fe6d7cd903071a17c505488e6b5a6c2e2d8c318
3
+ size 3671
runs/Jun14_22-52-46_Mars-pc/1655218411.7032328/events.out.tfevents.1655218411.Mars-pc.28113.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a40165daa1c3ae9b1e06e3d49df676a77a0555fabd464ff2effd4779c549ba19
3
+ size 5212
runs/Jun14_22-52-46_Mars-pc/events.out.tfevents.1655218411.Mars-pc.28113.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27878cc218123ed470881717c852fae0a7cbe6b8c3ca616eac418b4521737ab5
3
+ size 3669
runs/Jun14_22-54-25_Mars-pc/1655218491.91296/events.out.tfevents.1655218491.Mars-pc.28113.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:767d2d958ceb8ed4b4fbde4167deea7b7ad2157a5a9c8ed43c2b0e013074b4cc
3
+ size 5212
runs/Jun14_22-54-25_Mars-pc/1655218538.5375924/events.out.tfevents.1655218538.Mars-pc.28113.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:401c4d7cb493feac3df595ff138234b96450a471e9e5fefe51e541ba6693af53
3
+ size 5212
runs/Jun14_22-54-25_Mars-pc/events.out.tfevents.1655218491.Mars-pc.28113.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b5f0e4ba330ef50297fb26f671ec017ae26d9af3ccaf284ccffcd72e50e17f4
3
+ size 4136
runs/Jun14_22-58-00_Mars-pc/1655218693.448308/events.out.tfevents.1655218693.Mars-pc.28494.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bea159d959c1ea2ac02e5e31acda50ed6c397c068c65f133f9829deb32e85c4b
3
+ size 5212
runs/Jun14_22-58-00_Mars-pc/events.out.tfevents.1655218693.Mars-pc.28494.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30acdf1b17d1d3fe3a12c8b60375e6b9666302fd65e9c7cc6c51a36a9b560200
3
+ size 3826
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "eos_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "unk_token": {"content": "<unk>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "sep_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "pad_token": {"content": "<pad>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "cls_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true}}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"errors": "replace", "bos_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "eos_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "sep_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "cls_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "unk_token": {"content": "<unk>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "pad_token": {"content": "<pad>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "add_prefix_space": false, "trim_offsets": true, "do_lower_case": false, "model_max_length": 512, "full_tokenizer_file": null, "special_tokens_map_file": "/home/mars/.cache/huggingface/transformers/c9d2c178fac8d40234baa1833a3b1903d393729bf93ea34da247c07db24900d0.cb2244924ab24d706b02fd7fcedaea4531566537687a539ebb94db511fd122a0", "name_or_path": "deepset/roberta-base-squad2", "tokenizer_class": "RobertaTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e919ae947075d673b4e9af43c6e87b4f1e4f9d67b0a1e77e65978599b842a0c1
3
+ size 3247
vocab.json ADDED
The diff for this file is too large to render. See raw diff