vinitharaj
commited on
Commit
路
680a437
1
Parent(s):
faec60a
Training in progress epoch 0
Browse files- README.md +53 -0
- config.json +23 -0
- logs/train/events.out.tfevents.1658927369.DESKTOP-M6G7O2V.21028.0.v2 +3 -0
- logs/train/events.out.tfevents.1658927516.DESKTOP-M6G7O2V.21028.1.v2 +3 -0
- logs/train/events.out.tfevents.1658929038.DESKTOP-M6G7O2V.15988.0.v2 +3 -0
- logs/train/events.out.tfevents.1658929048.DESKTOP-M6G7O2V.profile-empty +3 -0
- logs/train/plugins/profile/2022_07_27_13_37_28/DESKTOP-M6G7O2V.input_pipeline.pb +3 -0
- logs/train/plugins/profile/2022_07_27_13_37_28/DESKTOP-M6G7O2V.kernel_stats.pb +0 -0
- logs/train/plugins/profile/2022_07_27_13_37_28/DESKTOP-M6G7O2V.memory_profile.json.gz +3 -0
- logs/train/plugins/profile/2022_07_27_13_37_28/DESKTOP-M6G7O2V.overview_page.pb +3 -0
- logs/train/plugins/profile/2022_07_27_13_37_28/DESKTOP-M6G7O2V.tensorflow_stats.pb +3 -0
- logs/train/plugins/profile/2022_07_27_13_37_28/DESKTOP-M6G7O2V.trace.json.gz +3 -0
- logs/train/plugins/profile/2022_07_27_13_37_28/DESKTOP-M6G7O2V.xplane.pb +3 -0
- logs/validation/events.out.tfevents.1658929148.DESKTOP-M6G7O2V.15988.1.v2 +3 -0
- special_tokens_map.json +1 -0
- tf_model.h5 +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- vocab.txt +0 -0
README.md
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_keras_callback
|
5 |
+
model-index:
|
6 |
+
- name: vinitharaj/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 |
+
# vinitharaj/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: 5.9918
|
18 |
+
- Validation Loss: 0.0
|
19 |
+
- Epoch: 0
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Intended uses & limitations
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training and evaluation data
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training procedure
|
34 |
+
|
35 |
+
### Training hyperparameters
|
36 |
+
|
37 |
+
The following hyperparameters were used during training:
|
38 |
+
- optimizer: {'name': 'Adam', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 46, '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}
|
39 |
+
- training_precision: float32
|
40 |
+
|
41 |
+
### Training results
|
42 |
+
|
43 |
+
| Train Loss | Validation Loss | Epoch |
|
44 |
+
|:----------:|:---------------:|:-----:|
|
45 |
+
| 5.9918 | 0.0 | 0 |
|
46 |
+
|
47 |
+
|
48 |
+
### Framework versions
|
49 |
+
|
50 |
+
- Transformers 4.15.0
|
51 |
+
- TensorFlow 2.8.2
|
52 |
+
- Datasets 2.3.2
|
53 |
+
- Tokenizers 0.10.3
|
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.15.0",
|
22 |
+
"vocab_size": 30522
|
23 |
+
}
|
logs/train/events.out.tfevents.1658927369.DESKTOP-M6G7O2V.21028.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:abbfe86c0cce326ee94469ffc62f6a3b73a981a6cc6f1d8df16c4e3065b05f93
|
3 |
+
size 40
|
logs/train/events.out.tfevents.1658927516.DESKTOP-M6G7O2V.21028.1.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c6fb2316588b896a0e8b68d1df6aa439b9a369838d73d225aa5d80fdc52967b
|
3 |
+
size 40
|
logs/train/events.out.tfevents.1658929038.DESKTOP-M6G7O2V.15988.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55794f13ab91e5e7d59b764b3d28b841f1032ad2c248dfa3be0b5528f742045b
|
3 |
+
size 262
|
logs/train/events.out.tfevents.1658929048.DESKTOP-M6G7O2V.profile-empty
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9ad70298bfe53f651d5dc2ef85cb8933317fef3a33c2939d7bedc94ddd35bb7
|
3 |
+
size 40
|
logs/train/plugins/profile/2022_07_27_13_37_28/DESKTOP-M6G7O2V.input_pipeline.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1dadb6efbb571ab2ebb95cf20d8081f942d7f69d0047197e5019c273736ffbe5
|
3 |
+
size 2623
|
logs/train/plugins/profile/2022_07_27_13_37_28/DESKTOP-M6G7O2V.kernel_stats.pb
ADDED
File without changes
|
logs/train/plugins/profile/2022_07_27_13_37_28/DESKTOP-M6G7O2V.memory_profile.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46d579a4fc38e17ca4026f68112be9068917639b441f6378c043e903e135ea8b
|
3 |
+
size 73
|
logs/train/plugins/profile/2022_07_27_13_37_28/DESKTOP-M6G7O2V.overview_page.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be369779c321ac69b806ddbb3f3bcbd9080f40492618cdc09c3272d4eb80260e
|
3 |
+
size 4087
|
logs/train/plugins/profile/2022_07_27_13_37_28/DESKTOP-M6G7O2V.tensorflow_stats.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:629ee9f6760296e483234e8959d189bc59e0c317474aa38385cb37160b9938a0
|
3 |
+
size 13505
|
logs/train/plugins/profile/2022_07_27_13_37_28/DESKTOP-M6G7O2V.trace.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79dd011600373b1c4ca79e44f8ffe4204d80bdf2bf5a2f377a8d880e6e8fcd74
|
3 |
+
size 255737
|
logs/train/plugins/profile/2022_07_27_13_37_28/DESKTOP-M6G7O2V.xplane.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:436e6a4fa069c43ecd8962f2d65bf720d9dad363ee86c006286d4846bfd99276
|
3 |
+
size 321461
|
logs/validation/events.out.tfevents.1658929148.DESKTOP-M6G7O2V.15988.1.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f15fa5334ec56c4a125dd57538965810a2067c60bc214c4f2ad6329a58beca5
|
3 |
+
size 193
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c967f3d0d92d610f3eb152f6a35ec94cb796043cf897e5b342db7414c29ddfb1
|
3 |
+
size 265583656
|
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": null, "name_or_path": "distilbert-base-uncased", "tokenizer_class": "DistilBertTokenizer"}
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|