Training in progress epoch 0
Browse files- README.md +4 -5
- config.json +1 -1
- tf_model.h5 +2 -2
- tokenizer.json +1 -1
README.md
CHANGED
@@ -15,8 +15,8 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [deepset/minilm-uncased-squad2](https://huggingface.co/deepset/minilm-uncased-squad2) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 5.
|
19 |
-
- Epoch:
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -42,13 +42,12 @@ The following hyperparameters were used during training:
|
|
42 |
|
43 |
| Train Loss | Epoch |
|
44 |
|:----------:|:-----:|
|
45 |
-
| 5.
|
46 |
-
| 5.9594 | 1 |
|
47 |
|
48 |
|
49 |
### Framework versions
|
50 |
|
51 |
-
- Transformers 4.
|
52 |
- TensorFlow 2.15.0
|
53 |
- Datasets 2.17.1
|
54 |
- Tokenizers 0.15.2
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [deepset/minilm-uncased-squad2](https://huggingface.co/deepset/minilm-uncased-squad2) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 5.5471
|
19 |
+
- Epoch: 0
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
42 |
|
43 |
| Train Loss | Epoch |
|
44 |
|:----------:|:-----:|
|
45 |
+
| 5.5471 | 0 |
|
|
|
46 |
|
47 |
|
48 |
### Framework versions
|
49 |
|
50 |
+
- Transformers 4.38.1
|
51 |
- TensorFlow 2.15.0
|
52 |
- Datasets 2.17.1
|
53 |
- Tokenizers 0.15.2
|
config.json
CHANGED
@@ -18,7 +18,7 @@
|
|
18 |
"num_hidden_layers": 12,
|
19 |
"pad_token_id": 0,
|
20 |
"position_embedding_type": "absolute",
|
21 |
-
"transformers_version": "4.
|
22 |
"type_vocab_size": 2,
|
23 |
"use_cache": true,
|
24 |
"vocab_size": 30522
|
|
|
18 |
"num_hidden_layers": 12,
|
19 |
"pad_token_id": 0,
|
20 |
"position_embedding_type": "absolute",
|
21 |
+
"transformers_version": "4.38.1",
|
22 |
"type_vocab_size": 2,
|
23 |
"use_cache": true,
|
24 |
"vocab_size": 30522
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c1262770267f80cb058dbc9562692c131ae6805ab3ece165e7decbfbabc814a
|
3 |
+
size 133140216
|
tokenizer.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 711659
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64c5c7149ef8d127e48b4f8c3befa915ca04cf1a34f91f1e4cdde17628ef7cd7
|
3 |
size 711659
|