Training in progress epoch 0
Browse files
README.md
CHANGED
@@ -3,18 +3,26 @@ license: apache-2.0
|
|
3 |
tags:
|
4 |
- generated_from_keras_callback
|
5 |
model-index:
|
6 |
-
- name: Albert
|
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 |
-
# Albert
|
14 |
|
15 |
-
This model is a fine-tuned version of [
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -38,6 +46,9 @@ The following hyperparameters were used during training:
|
|
38 |
|
39 |
### Training results
|
40 |
|
|
|
|
|
|
|
41 |
|
42 |
|
43 |
### Framework versions
|
|
|
3 |
tags:
|
4 |
- generated_from_keras_callback
|
5 |
model-index:
|
6 |
+
- name: Mr-Wick/Albert
|
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 |
+
# Mr-Wick/Albert
|
14 |
|
15 |
+
This model is a fine-tuned version of [Mr-Wick/Albert](https://huggingface.co/Mr-Wick/Albert) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 0.6581
|
18 |
+
- Train End Logits Accuracy: 0.3488
|
19 |
+
- Train Loss Accuracy: 0.0671
|
20 |
+
- Train Start Logits Accuracy: 0.3529
|
21 |
+
- Validation Loss: 0.9366
|
22 |
+
- Validation End Logits Accuracy: 0.4415
|
23 |
+
- Validation Loss Accuracy: 0.0657
|
24 |
+
- Validation Start Logits Accuracy: 0.4486
|
25 |
+
- Epoch: 0
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
+
| Train Loss | Train End Logits Accuracy | Train Loss Accuracy | Train Start Logits Accuracy | Validation Loss | Validation End Logits Accuracy | Validation Loss Accuracy | Validation Start Logits Accuracy | Epoch |
|
50 |
+
|:----------:|:-------------------------:|:-------------------:|:---------------------------:|:---------------:|:------------------------------:|:------------------------:|:--------------------------------:|:-----:|
|
51 |
+
| 0.6581 | 0.3488 | 0.0671 | 0.3529 | 0.9366 | 0.4415 | 0.0657 | 0.4486 | 0 |
|
52 |
|
53 |
|
54 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"AlbertForQuestionAnswering"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Mr-Wick/Albert",
|
3 |
"architectures": [
|
4 |
"AlbertForQuestionAnswering"
|
5 |
],
|
logs/train/events.out.tfevents.1648182038.83bc270a2613.81.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1bd6d1c31c169a1dafbd5b21448a8ddec903e1a728358a314da62bcb5483870a
|
3 |
+
size 2821681
|
logs/validation/events.out.tfevents.1648188363.83bc270a2613.81.1.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15efbf46c19018e8acb7cde14f34bd040885b7a9709f99538792f66281efb906
|
3 |
+
size 738
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 44417752
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:934285ce59918e71ce507bc398d91175ec32a336515903bf5a44e93640943b6f
|
3 |
size 44417752
|
tokenizer_config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"do_lower_case": true, "remove_space": true, "keep_accents": false, "bos_token": "[CLS]", "eos_token": "[SEP]", "unk_token": "<unk>", "sep_token": "[SEP]", "pad_token": "<pad>", "cls_token": "[CLS]", "mask_token": {"content": "[MASK]", "single_word": false, "lstrip": true, "rstrip": false, "normalized": false, "__type": "AddedToken"}, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "
|
|
|
1 |
+
{"do_lower_case": true, "remove_space": true, "keep_accents": false, "bos_token": "[CLS]", "eos_token": "[SEP]", "unk_token": "<unk>", "sep_token": "[SEP]", "pad_token": "<pad>", "cls_token": "[CLS]", "mask_token": {"content": "[MASK]", "single_word": false, "lstrip": true, "rstrip": false, "normalized": false, "__type": "AddedToken"}, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "Mr-Wick/Albert", "tokenizer_class": "AlbertTokenizer"}
|