Thamer Smadi
commited on
Commit
·
50242af
1
Parent(s):
07e39b7
Training in progress epoch 0
Browse files- README.md +8 -8
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,11 +15,11 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 0.
|
19 |
-
- Train Binary Accuracy: 0.
|
20 |
-
- Validation Loss: 0.
|
21 |
-
- Validation Binary Accuracy: 0.
|
22 |
-
- Train Recall: 0.
|
23 |
- Epoch: 0
|
24 |
|
25 |
## Model description
|
@@ -46,12 +46,12 @@ The following hyperparameters were used during training:
|
|
46 |
|
47 |
| Train Loss | Train Binary Accuracy | Validation Loss | Validation Binary Accuracy | Train Recall | Epoch |
|
48 |
|:----------:|:---------------------:|:---------------:|:--------------------------:|:------------:|:-----:|
|
49 |
-
| 0.
|
50 |
|
51 |
|
52 |
### Framework versions
|
53 |
|
54 |
- Transformers 4.31.0
|
55 |
-
- TensorFlow 2.
|
56 |
-
- Datasets 2.
|
57 |
- Tokenizers 0.13.3
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.3426
|
19 |
+
- Train Binary Accuracy: 0.8739
|
20 |
+
- Validation Loss: 0.4163
|
21 |
+
- Validation Binary Accuracy: 0.8865
|
22 |
+
- Train Recall: 0.9797
|
23 |
- Epoch: 0
|
24 |
|
25 |
## Model description
|
|
|
46 |
|
47 |
| Train Loss | Train Binary Accuracy | Validation Loss | Validation Binary Accuracy | Train Recall | Epoch |
|
48 |
|:----------:|:---------------------:|:---------------:|:--------------------------:|:------------:|:-----:|
|
49 |
+
| 0.3426 | 0.8739 | 0.4163 | 0.8865 | 0.9797 | 0 |
|
50 |
|
51 |
|
52 |
### Framework versions
|
53 |
|
54 |
- Transformers 4.31.0
|
55 |
+
- TensorFlow 2.11.0
|
56 |
+
- Datasets 2.13.1
|
57 |
- Tokenizers 0.13.3
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 263263936
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d801ee3e710f9cb3621e21140f3c516f80684cf5285a7ed628b1499d22a766ea
|
3 |
size 263263936
|