Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,9 @@ tags:
|
|
| 6 |
model-index:
|
| 7 |
- name: transformers-qa-movies
|
| 8 |
results: []
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
@@ -17,7 +20,7 @@ This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/b
|
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
- Train Loss: 2.8630
|
| 19 |
- Validation Loss: 2.5666
|
| 20 |
-
- Epoch:
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -43,7 +46,7 @@ The following hyperparameters were used during training:
|
|
| 43 |
|
| 44 |
| Train Loss | Validation Loss | Epoch |
|
| 45 |
|:----------:|:---------------:|:-----:|
|
| 46 |
-
| 2.8630 | 2.5666 |
|
| 47 |
|
| 48 |
|
| 49 |
### Framework versions
|
|
@@ -51,4 +54,4 @@ The following hyperparameters were used during training:
|
|
| 51 |
- Transformers 4.33.0.dev0
|
| 52 |
- TensorFlow 2.12.0
|
| 53 |
- Datasets 2.14.4
|
| 54 |
-
- Tokenizers 0.13.3
|
|
|
|
| 6 |
model-index:
|
| 7 |
- name: transformers-qa-movies
|
| 8 |
results: []
|
| 9 |
+
language:
|
| 10 |
+
- en
|
| 11 |
+
library_name: keras
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
|
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
- Train Loss: 2.8630
|
| 22 |
- Validation Loss: 2.5666
|
| 23 |
+
- Epoch: 1
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
|
|
| 46 |
|
| 47 |
| Train Loss | Validation Loss | Epoch |
|
| 48 |
|:----------:|:---------------:|:-----:|
|
| 49 |
+
| 2.8630 | 2.5666 | 1 |
|
| 50 |
|
| 51 |
|
| 52 |
### Framework versions
|
|
|
|
| 54 |
- Transformers 4.33.0.dev0
|
| 55 |
- TensorFlow 2.12.0
|
| 56 |
- Datasets 2.14.4
|
| 57 |
+
- Tokenizers 0.13.3
|