chanifrusydi
commited on
Commit
•
01a0b33
1
Parent(s):
c11b3f4
Training in progress epoch 0
Browse files- README.md +6 -10
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -12,11 +12,11 @@ probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# chanifrusydi/distillbert-finetuned-ner
|
14 |
|
15 |
-
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on an
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss: 0.
|
18 |
-
- Validation Loss: 0.
|
19 |
-
- Epoch:
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -35,18 +35,14 @@ More information needed
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
-
- optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-
|
39 |
- training_precision: float32
|
40 |
|
41 |
### Training results
|
42 |
|
43 |
| Train Loss | Validation Loss | Epoch |
|
44 |
|:----------:|:---------------:|:-----:|
|
45 |
-
| 0.
|
46 |
-
| 0.2125 | 0.1615 | 1 |
|
47 |
-
| 0.1592 | 0.1380 | 2 |
|
48 |
-
| 0.1385 | 0.1282 | 3 |
|
49 |
-
| 0.1303 | 0.1253 | 4 |
|
50 |
|
51 |
|
52 |
### Framework versions
|
|
|
12 |
|
13 |
# chanifrusydi/distillbert-finetuned-ner
|
14 |
|
15 |
+
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 0.2046
|
18 |
+
- Validation Loss: 0.0929
|
19 |
+
- Epoch: 0
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
+
- optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 4385, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weight_decay_rate': 0.01}
|
39 |
- training_precision: float32
|
40 |
|
41 |
### Training results
|
42 |
|
43 |
| Train Loss | Validation Loss | Epoch |
|
44 |
|:----------:|:---------------:|:-----:|
|
45 |
+
| 0.2046 | 0.0929 | 0 |
|
|
|
|
|
|
|
|
|
46 |
|
47 |
|
48 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 260918632
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89a37f3600993c572c46d1f7e6085454dc785cb831f1c15ae2e0ac966efebe83
|
3 |
size 260918632
|