nandysoham commited on
Commit
0e0ac02
1 Parent(s): 92b8a86

Training in progress epoch 0

Browse files
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_keras_callback
5
+ model-index:
6
+ - name: nandysoham/distilbert-base-uncased-finetuned-squad_v2
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information Keras had access to. You should
11
+ probably proofread and complete it, then remove this comment. -->
12
+
13
+ # nandysoham/distilbert-base-uncased-finetuned-squad_v2
14
+
15
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Train Loss: 1.4997
18
+ - Train End Logits Accuracy: 0.5598
19
+ - Train Start Logits Accuracy: 0.5433
20
+ - Validation Loss: 1.2410
21
+ - Validation End Logits Accuracy: 0.6065
22
+ - Validation Start Logits Accuracy: 0.5982
23
+ - Epoch: 0
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - optimizer: {'name': 'Adam', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 16468, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
43
+ - training_precision: float32
44
+
45
+ ### Training results
46
+
47
+ | Train Loss | Train End Logits Accuracy | Train Start Logits Accuracy | Validation Loss | Validation End Logits Accuracy | Validation Start Logits Accuracy | Epoch |
48
+ |:----------:|:-------------------------:|:---------------------------:|:---------------:|:------------------------------:|:--------------------------------:|:-----:|
49
+ | 1.4997 | 0.5598 | 0.5433 | 1.2410 | 0.6065 | 0.5982 | 0 |
50
+
51
+
52
+ ### Framework versions
53
+
54
+ - Transformers 4.20.1
55
+ - TensorFlow 2.6.4
56
+ - Datasets 2.1.0
57
+ - Tokenizers 0.12.1
config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForQuestionAnswering"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "qa_dropout": 0.1,
18
+ "seq_classif_dropout": 0.2,
19
+ "sinusoidal_pos_embds": false,
20
+ "tie_weights_": true,
21
+ "transformers_version": "4.20.1",
22
+ "vocab_size": 30522
23
+ }
logs/train/events.out.tfevents.1674654423.4b29981162b4.23.0.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6227da259096e4f0d466c8bb01d18e394001f44c8239cc478ac2f98b562e952
3
+ size 1477465
logs/train/events.out.tfevents.1674654435.4b29981162b4.profile-empty ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c84ba38209cd612693c2597149b93602162ed230ad94aa168f2f5345764b4346
3
+ size 40
logs/train/plugins/profile/2023_01_25_13_47_15/4b29981162b4.input_pipeline.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5028370da104723e3c7cd3b27d46783d454aafd3aa71af9ebe6a181e712ff482
3
+ size 2680
logs/train/plugins/profile/2023_01_25_13_47_15/4b29981162b4.kernel_stats.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a25afb2cbe5d592f85a4695c7836c09f235279b1ac1b74198a89e2eb00b62fc2
3
+ size 313958
logs/train/plugins/profile/2023_01_25_13_47_15/4b29981162b4.memory_profile.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91c6fb22b443b3b71fc82b2a657b1a5764299eef0a52cd414b8629d12c12738c
3
+ size 35053
logs/train/plugins/profile/2023_01_25_13_47_15/4b29981162b4.overview_page.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:378a192f6b5111bf4a3a1688aa7fd91a886cfa1243091759dbb57480d0f4b1f6
3
+ size 5827
logs/train/plugins/profile/2023_01_25_13_47_15/4b29981162b4.tensorflow_stats.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:040fff9d1d9f5242aa383c394d372d5b1c0a2773830ad14edbb1b5f8b1bbaf97
3
+ size 187291
logs/train/plugins/profile/2023_01_25_13_47_15/4b29981162b4.trace.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ba77aa191a727d8c61a1d29a10b01bb58c14953f405b0f5d5d83a7ee3636339
3
+ size 147997
logs/train/plugins/profile/2023_01_25_13_47_15/4b29981162b4.xplane.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07d5d08841e6b0a51a2446765660b44dcb6cbb78863a6cf30e6e3b0d4bb450f6
3
+ size 1144624
logs/validation/events.out.tfevents.1674657661.4b29981162b4.23.1.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6907eb5a095a05e712efcca363c02fa6b55e781358aa3982678f4ff3027d15aa
3
+ size 566
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f997cc53516c8cb427c2b1ba9c98864944326a31a3b8ef701378ae00bf637dd
3
+ size 265583592
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "distilbert-base-uncased",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "DistilBertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff