Training in progress epoch 0
Browse files- README.md +57 -0
- config.json +23 -0
- logs/train/events.out.tfevents.1673182074.095e0c28f281.23.0.v2 +3 -0
- logs/train/events.out.tfevents.1673182085.095e0c28f281.profile-empty +3 -0
- logs/train/plugins/profile/2023_01_08_12_48_05/095e0c28f281.input_pipeline.pb +3 -0
- logs/train/plugins/profile/2023_01_08_12_48_05/095e0c28f281.kernel_stats.pb +3 -0
- logs/train/plugins/profile/2023_01_08_12_48_05/095e0c28f281.memory_profile.json.gz +3 -0
- logs/train/plugins/profile/2023_01_08_12_48_05/095e0c28f281.overview_page.pb +3 -0
- logs/train/plugins/profile/2023_01_08_12_48_05/095e0c28f281.tensorflow_stats.pb +3 -0
- logs/train/plugins/profile/2023_01_08_12_48_05/095e0c28f281.trace.json.gz +3 -0
- logs/train/plugins/profile/2023_01_08_12_48_05/095e0c28f281.xplane.pb +3 -0
- logs/validation/events.out.tfevents.1673184254.095e0c28f281.23.1.v2 +3 -0
- special_tokens_map.json +7 -0
- tf_model.h5 +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +14 -0
- vocab.txt +0 -0
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: Sushant45/distilbert-base-uncased-finetuned-squad
|
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 |
+
# Sushant45/distilbert-base-uncased-finetuned-squad
|
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.5150
|
18 |
+
- Train End Logits Accuracy: 0.6074
|
19 |
+
- Train Start Logits Accuracy: 0.5646
|
20 |
+
- Validation Loss: 1.1674
|
21 |
+
- Validation End Logits Accuracy: 0.6858
|
22 |
+
- Validation Start Logits Accuracy: 0.6492
|
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': 11064, '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.5150 | 0.6074 | 0.5646 | 1.1674 | 0.6858 | 0.6492 | 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.1673182074.095e0c28f281.23.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8870053787ec8674046fd4d20364f7013b26f2e51ddcf7ea3baf13a778a6bedf
|
3 |
+
size 1477464
|
logs/train/events.out.tfevents.1673182085.095e0c28f281.profile-empty
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5221e8b75cf4dd4dce6fd569121da3c533c8b37a0e810539432a882536b68ce0
|
3 |
+
size 40
|
logs/train/plugins/profile/2023_01_08_12_48_05/095e0c28f281.input_pipeline.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b5b820e8c35128ab26b7f534adbfe637137d1ee5d8aee61c3a787db1e4482ce
|
3 |
+
size 2486
|
logs/train/plugins/profile/2023_01_08_12_48_05/095e0c28f281.kernel_stats.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93eccf56dff3de46037c576b8fe5a087f048e4724db86d75a463d51664565571
|
3 |
+
size 314611
|
logs/train/plugins/profile/2023_01_08_12_48_05/095e0c28f281.memory_profile.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:04b118497fa5c5d0478655af51d2e0d4b96360152b76974c3ca2ab815261f252
|
3 |
+
size 35348
|
logs/train/plugins/profile/2023_01_08_12_48_05/095e0c28f281.overview_page.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbfd3209299be9f298eeee6426080d09bfe0a6796a42934fb1934dc4da151b1b
|
3 |
+
size 5421
|
logs/train/plugins/profile/2023_01_08_12_48_05/095e0c28f281.tensorflow_stats.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05e5f75a22a5c5577ee5c416eec4abef0ad8d7861b2377a9c3669145853d73ea
|
3 |
+
size 187487
|
logs/train/plugins/profile/2023_01_08_12_48_05/095e0c28f281.trace.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8cb324d594b55c5d38d13b233dc8227d1707b7c73d710404c78611b9bd6136bd
|
3 |
+
size 148622
|
logs/train/plugins/profile/2023_01_08_12_48_05/095e0c28f281.xplane.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fd6652423854e7ba840551b07f989a2fbb43f899efd05fedcc054f454e0c7a9
|
3 |
+
size 1145281
|
logs/validation/events.out.tfevents.1673184254.095e0c28f281.23.1.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5db0876cce94713a9f0b701d48fc217ba9a6dd5c463aed9e02170647bea89b43
|
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:de1a8b993d30c3bef488c5c350542e086c06c845f8d94d134db146b2ada8c8b9
|
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
|
|