Commit ·
27b8b3f
1
Parent(s): 2edebe6
Shree Ganeshay Namah, POS-MORPH Training with seqeval metrics complete
Browse files
README.md
CHANGED
|
@@ -25,16 +25,16 @@ model-index:
|
|
| 25 |
metrics:
|
| 26 |
- name: Precision
|
| 27 |
type: precision
|
| 28 |
-
value: 0.
|
| 29 |
- name: Recall
|
| 30 |
type: recall
|
| 31 |
-
value: 0.
|
| 32 |
- name: F1
|
| 33 |
type: f1
|
| 34 |
-
value: 0.
|
| 35 |
- name: Accuracy
|
| 36 |
type: accuracy
|
| 37 |
-
value: 0.
|
| 38 |
---
|
| 39 |
|
| 40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -44,11 +44,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 44 |
|
| 45 |
This model is a fine-tuned version of [om-ashish-soni/pos-morph-analysis-eng](https://huggingface.co/om-ashish-soni/pos-morph-analysis-eng) on the universal_dependencies dataset.
|
| 46 |
It achieves the following results on the evaluation set:
|
| 47 |
-
- Loss: 0.
|
| 48 |
-
- Precision: 0.
|
| 49 |
-
- Recall: 0.
|
| 50 |
-
- F1: 0.
|
| 51 |
-
- Accuracy: 0.
|
| 52 |
|
| 53 |
## Model description
|
| 54 |
|
|
@@ -75,14 +75,16 @@ The following hyperparameters were used during training:
|
|
| 75 |
- total_train_batch_size: 32
|
| 76 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 77 |
- lr_scheduler_type: linear
|
| 78 |
-
- num_epochs:
|
| 79 |
|
| 80 |
### Training results
|
| 81 |
|
| 82 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 83 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 84 |
-
| No log | 1.0 | 99 | 0.
|
| 85 |
-
| No log | 1.99 | 198 | 0.
|
|
|
|
|
|
|
| 86 |
|
| 87 |
|
| 88 |
### Framework versions
|
|
|
|
| 25 |
metrics:
|
| 26 |
- name: Precision
|
| 27 |
type: precision
|
| 28 |
+
value: 0.9470202237521514
|
| 29 |
- name: Recall
|
| 30 |
type: recall
|
| 31 |
+
value: 0.951318348822131
|
| 32 |
- name: F1
|
| 33 |
type: f1
|
| 34 |
+
value: 0.9491644204851751
|
| 35 |
- name: Accuracy
|
| 36 |
type: accuracy
|
| 37 |
+
value: 0.9499257471691108
|
| 38 |
---
|
| 39 |
|
| 40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 44 |
|
| 45 |
This model is a fine-tuned version of [om-ashish-soni/pos-morph-analysis-eng](https://huggingface.co/om-ashish-soni/pos-morph-analysis-eng) on the universal_dependencies dataset.
|
| 46 |
It achieves the following results on the evaluation set:
|
| 47 |
+
- Loss: 0.2405
|
| 48 |
+
- Precision: 0.9470
|
| 49 |
+
- Recall: 0.9513
|
| 50 |
+
- F1: 0.9492
|
| 51 |
+
- Accuracy: 0.9499
|
| 52 |
|
| 53 |
## Model description
|
| 54 |
|
|
|
|
| 75 |
- total_train_batch_size: 32
|
| 76 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 77 |
- lr_scheduler_type: linear
|
| 78 |
+
- num_epochs: 4
|
| 79 |
|
| 80 |
### Training results
|
| 81 |
|
| 82 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 83 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 84 |
+
| No log | 1.0 | 99 | 0.3058 | 0.9324 | 0.9376 | 0.9350 | 0.9369 |
|
| 85 |
+
| No log | 1.99 | 198 | 0.2559 | 0.9423 | 0.9461 | 0.9442 | 0.9456 |
|
| 86 |
+
| No log | 2.99 | 297 | 0.2424 | 0.9449 | 0.9497 | 0.9473 | 0.9488 |
|
| 87 |
+
| No log | 3.99 | 396 | 0.2405 | 0.9470 | 0.9513 | 0.9492 | 0.9499 |
|
| 88 |
|
| 89 |
|
| 90 |
### Framework versions
|