Training in progress epoch 0
Browse files- README.md +22 -18
- config.json +1 -2
- logs/train/events.out.tfevents.1652819010.11cc1a1f117b.71.0.v2 +3 -0
- logs/train/events.out.tfevents.1652819076.11cc1a1f117b.71.1.v2 +3 -0
- logs/train/events.out.tfevents.1652819442.11cc1a1f117b.71.2.v2 +3 -0
- logs/train/events.out.tfevents.1652819598.11cc1a1f117b.71.3.v2 +3 -0
- logs/train/events.out.tfevents.1652819846.11cc1a1f117b.71.4.v2 +3 -0
- logs/train/events.out.tfevents.1652819980.11cc1a1f117b.71.5.v2 +3 -0
- logs/validation/events.out.tfevents.1652827209.11cc1a1f117b.71.6.v2 +3 -0
- tf_model.h5 +3 -0
README.md
CHANGED
@@ -1,20 +1,22 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
-
-
|
5 |
-
datasets:
|
6 |
-
- squad
|
7 |
model-index:
|
8 |
-
- name: distilbert-base-uncased-finetuned-squad
|
9 |
results: []
|
10 |
---
|
11 |
|
12 |
-
<!-- This model card has been generated automatically according to the information
|
13 |
-
|
14 |
|
15 |
-
# distilbert-base-uncased-finetuned-squad
|
16 |
|
17 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on
|
|
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -33,17 +35,19 @@ More information needed
|
|
33 |
### Training hyperparameters
|
34 |
|
35 |
The following hyperparameters were used during training:
|
36 |
-
- learning_rate: 2e-05
|
37 |
-
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
|
|
|
|
43 |
|
44 |
### Framework versions
|
45 |
|
46 |
-
- Transformers 4.
|
47 |
-
-
|
48 |
-
- Datasets 2.1
|
49 |
- Tokenizers 0.12.1
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
+
- generated_from_keras_callback
|
|
|
|
|
5 |
model-index:
|
6 |
+
- name: thamaine/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 |
+
# thamaine/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.5438
|
18 |
+
- Validation Loss: 1.2152
|
19 |
+
- Epoch: 0
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
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': 5532, '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 |
+
| 1.5438 | 1.2152 | 0 |
|
46 |
+
|
47 |
|
48 |
### Framework versions
|
49 |
|
50 |
+
- Transformers 4.19.2
|
51 |
+
- TensorFlow 2.8.0
|
52 |
+
- Datasets 2.2.1
|
53 |
- Tokenizers 0.12.1
|
config.json
CHANGED
@@ -18,7 +18,6 @@
|
|
18 |
"seq_classif_dropout": 0.2,
|
19 |
"sinusoidal_pos_embds": false,
|
20 |
"tie_weights_": true,
|
21 |
-
"
|
22 |
-
"transformers_version": "4.18.0",
|
23 |
"vocab_size": 30522
|
24 |
}
|
|
|
18 |
"seq_classif_dropout": 0.2,
|
19 |
"sinusoidal_pos_embds": false,
|
20 |
"tie_weights_": true,
|
21 |
+
"transformers_version": "4.19.2",
|
|
|
22 |
"vocab_size": 30522
|
23 |
}
|
logs/train/events.out.tfevents.1652819010.11cc1a1f117b.71.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:326f64e9646fa7bdb0140ffff3dc51844595dc0c0bdf033142983337980ed220
|
3 |
+
size 40
|
logs/train/events.out.tfevents.1652819076.11cc1a1f117b.71.1.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4450da106b5ade6f6b4c5696cc92f46c1c566c75b0640a2d603e78157f84b54b
|
3 |
+
size 40
|
logs/train/events.out.tfevents.1652819442.11cc1a1f117b.71.2.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a1ace2917b1210ef47eff58e665088faf2424957e90a19c0f7a3e86fadf8cb8
|
3 |
+
size 40
|
logs/train/events.out.tfevents.1652819598.11cc1a1f117b.71.3.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e629ba1d4e34f423916f7f2c82f06c0b234f8f1301fd4e3f15d952c7ff6d74c6
|
3 |
+
size 40
|
logs/train/events.out.tfevents.1652819846.11cc1a1f117b.71.4.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5cd44ae99489ddab2ed3e21ae74efb15c7906f167c1423636ab250b30e45ed7b
|
3 |
+
size 40
|
logs/train/events.out.tfevents.1652819980.11cc1a1f117b.71.5.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b41a63e1a5c0f809290c5925e78313d1a77587ad3d6cec78fa9b6ad92a91ff3b
|
3 |
+
size 1476657
|
logs/validation/events.out.tfevents.1652827209.11cc1a1f117b.71.6.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:daa031bb32edea59021a5cdf206743ec0f45f5c690db5b41a78d375d89427a73
|
3 |
+
size 194
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82dae0c7e63f2a25bff070cd3aa6c6159163ea4497f3365d6cc9fc4c2e7782a8
|
3 |
+
size 265583688
|