Final model push
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
license: apache-2.0
|
| 4 |
-
base_model:
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
datasets:
|
|
@@ -23,7 +23,7 @@ model-index:
|
|
| 23 |
metrics:
|
| 24 |
- name: Accuracy
|
| 25 |
type: accuracy
|
| 26 |
-
value: 0.
|
| 27 |
---
|
| 28 |
|
| 29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -31,12 +31,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 31 |
|
| 32 |
# fabric_classifier
|
| 33 |
|
| 34 |
-
This model is a fine-tuned version of [
|
| 35 |
It achieves the following results on the evaluation set:
|
| 36 |
-
- Loss: 2.
|
| 37 |
-
- Accuracy: 0.
|
| 38 |
-
- F1 Macro: 0.
|
| 39 |
-
- F1 Micro: 0.
|
| 40 |
|
| 41 |
## Model description
|
| 42 |
|
|
@@ -68,11 +68,11 @@ The following hyperparameters were used during training:
|
|
| 68 |
|
| 69 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | F1 Micro |
|
| 70 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:--------:|
|
| 71 |
-
| 2.
|
| 72 |
-
| 2.
|
| 73 |
-
| 2.
|
| 74 |
-
| 2.
|
| 75 |
-
| 2.
|
| 76 |
|
| 77 |
|
| 78 |
### Framework versions
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
license: apache-2.0
|
| 4 |
+
base_model: 0x-Jayveersinh-Raj/fabric_classifier
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
datasets:
|
|
|
|
| 23 |
metrics:
|
| 24 |
- name: Accuracy
|
| 25 |
type: accuracy
|
| 26 |
+
value: 0.5
|
| 27 |
---
|
| 28 |
|
| 29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 31 |
|
| 32 |
# fabric_classifier
|
| 33 |
|
| 34 |
+
This model is a fine-tuned version of [0x-Jayveersinh-Raj/fabric_classifier](https://huggingface.co/0x-Jayveersinh-Raj/fabric_classifier) on the arrow dataset.
|
| 35 |
It achieves the following results on the evaluation set:
|
| 36 |
+
- Loss: 2.0567
|
| 37 |
+
- Accuracy: 0.5
|
| 38 |
+
- F1 Macro: 0.2581
|
| 39 |
+
- F1 Micro: 0.5
|
| 40 |
|
| 41 |
## Model description
|
| 42 |
|
|
|
|
| 68 |
|
| 69 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | F1 Micro |
|
| 70 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:--------:|
|
| 71 |
+
| 2.1491 | 1.0 | 88 | 2.1111 | 0.4706 | 0.2386 | 0.4706 |
|
| 72 |
+
| 2.1058 | 2.0 | 176 | 2.0857 | 0.4706 | 0.2497 | 0.4706 |
|
| 73 |
+
| 2.0814 | 3.0 | 264 | 2.0697 | 0.5 | 0.2581 | 0.5 |
|
| 74 |
+
| 2.0558 | 4.0 | 352 | 2.0608 | 0.5 | 0.2581 | 0.5 |
|
| 75 |
+
| 2.0512 | 5.0 | 440 | 2.0567 | 0.5 | 0.2581 | 0.5 |
|
| 76 |
|
| 77 |
|
| 78 |
### Framework versions
|