anas-awadalla commited on
Commit
ef3437c
1 Parent(s): fdfa603

Upload 13 files

Browse files
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - squad
6
+ model-index:
7
+ - name: spanbert-base-squad
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # spanbert-base-squad
15
+
16
+ This model is a fine-tuned version of [SpanBERT/spanbert-base-cased](https://huggingface.co/SpanBERT/spanbert-base-cased) on the squad dataset.
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 3e-05
36
+ - train_batch_size: 48
37
+ - eval_batch_size: 32
38
+ - seed: 42
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - num_epochs: 2.0
42
+
43
+ ### Training results
44
+
45
+
46
+
47
+ ### Framework versions
48
+
49
+ - Transformers 4.18.0.dev0
50
+ - Pytorch 1.11.0+cu113
51
+ - Datasets 2.0.0
52
+ - Tokenizers 0.11.6
all_results.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.0,
3
+ "eval_exact_match": 84.47492904446547,
4
+ "eval_f1": 91.25713303314757,
5
+ "eval_samples": 10895,
6
+ "train_loss": 0.500451392185035,
7
+ "train_runtime": 1495.419,
8
+ "train_samples": 89357,
9
+ "train_samples_per_second": 119.508,
10
+ "train_steps_per_second": 2.49
11
+ }
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "SpanBERT/spanbert-base-cased",
3
+ "architectures": [
4
+ "BertForQuestionAnswering"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.18.0.dev0",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 28996
26
+ }
eval_predictions.json ADDED
The diff for this file is too large to render. See raw diff
 
eval_results.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.0,
3
+ "eval_exact_match": 84.47492904446547,
4
+ "eval_f1": 91.25713303314757,
5
+ "eval_samples": 10895
6
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee899a153b1e573393e116086681f9b1e68e6665fb6a362a4ea3b9eca59073f2
3
+ size 430969201
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, "special_tokens_map_file": null, "name_or_path": "SpanBERT/spanbert-base-cased", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "BertTokenizer"}
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.0,
3
+ "train_loss": 0.500451392185035,
4
+ "train_runtime": 1495.419,
5
+ "train_samples": 89357,
6
+ "train_samples_per_second": 119.508,
7
+ "train_steps_per_second": 2.49
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.0,
5
+ "global_step": 3724,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.27,
12
+ "learning_rate": 2.597207303974221e-05,
13
+ "loss": 2.5132,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.54,
18
+ "learning_rate": 2.1944146079484428e-05,
19
+ "loss": 1.3194,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 0.81,
24
+ "learning_rate": 1.7916219119226638e-05,
25
+ "loss": 1.0847,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 1.07,
30
+ "learning_rate": 1.388829215896885e-05,
31
+ "loss": 0.9563,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 1.34,
36
+ "learning_rate": 9.860365198711064e-06,
37
+ "loss": 0.8287,
38
+ "step": 2500
39
+ },
40
+ {
41
+ "epoch": 1.61,
42
+ "learning_rate": 5.832438238453276e-06,
43
+ "loss": 0.8071,
44
+ "step": 3000
45
+ },
46
+ {
47
+ "epoch": 1.88,
48
+ "learning_rate": 1.8045112781954887e-06,
49
+ "loss": 0.7936,
50
+ "step": 3500
51
+ },
52
+ {
53
+ "epoch": 2.0,
54
+ "step": 3724,
55
+ "total_flos": 3.502304143748813e+16,
56
+ "train_loss": 0.500451392185035,
57
+ "train_runtime": 1495.419,
58
+ "train_samples_per_second": 119.508,
59
+ "train_steps_per_second": 2.49
60
+ }
61
+ ],
62
+ "max_steps": 3724,
63
+ "num_train_epochs": 2,
64
+ "total_flos": 3.502304143748813e+16,
65
+ "trial_name": null,
66
+ "trial_params": null
67
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:052fb644c9a7ccdd8d060e31e0c5169bb5814b87a56777e1141917499a4f629b
3
+ size 2991
vocab.txt ADDED
The diff for this file is too large to render. See raw diff