Thamer Smadi
commited on
Commit
•
94d072a
1
Parent(s):
7c6835e
Training in progress epoch 0
Browse files- README.md +8 -12
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,12 +15,10 @@ 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 |
-
-
|
20 |
-
-
|
21 |
-
-
|
22 |
-
- Train Recall: 0.9707
|
23 |
-
- Epoch: 2
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -39,16 +37,14 @@ More information needed
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
-
- optimizer: {'name': 'Adam', 'weight_decay': None, 'clipnorm': None, 'global_clipnorm': None, 'clipvalue': None, 'use_ema': False, 'ema_momentum': 0.99, 'ema_overwrite_frequency': None, 'jit_compile': False, 'is_legacy_optimizer': False, 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate':
|
43 |
- training_precision: float32
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
-
| Train Loss |
|
48 |
-
|
49 |
-
| 0.
|
50 |
-
| 0.2496 | 0.9212 | 0.4870 | 0.8830 | 0.2297 | 1 |
|
51 |
-
| 0.1975 | 0.9395 | 0.4647 | 0.8899 | 0.9707 | 2 |
|
52 |
|
53 |
|
54 |
### Framework versions
|
|
|
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.2134
|
19 |
+
- Validation Loss: 0.2835
|
20 |
+
- Train Recall: 0.9144
|
21 |
+
- Epoch: 0
|
|
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
+
- optimizer: {'name': 'Adam', 'weight_decay': None, 'clipnorm': None, 'global_clipnorm': None, 'clipvalue': None, 'use_ema': False, 'ema_momentum': 0.99, 'ema_overwrite_frequency': None, 'jit_compile': False, 'is_legacy_optimizer': False, 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 0.0002, 'decay_steps': 3156, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
|
41 |
- training_precision: float32
|
42 |
|
43 |
### Training results
|
44 |
|
45 |
+
| Train Loss | Validation Loss | Train Recall | Epoch |
|
46 |
+
|:----------:|:---------------:|:------------:|:-----:|
|
47 |
+
| 0.2134 | 0.2835 | 0.9144 | 0 |
|
|
|
|
|
48 |
|
49 |
|
50 |
### Framework versions
|
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:c829747db380ec8be8fefca4197c15afb6dd8998c9d05c6d0d9e5728328b3a5e
|
3 |
size 263263936
|