Amanaccessassist
commited on
Commit
•
85b32b8
1
Parent(s):
7b03907
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Total Samples
|
2 |
Samples: 716017(Train+Test)
|
3 |
|
@@ -30,4 +42,4 @@ train_runtime': 1594.4072, 'train_samples_per_second': 80.281, 'train_steps_per_
|
|
30 |
# Validation
|
31 |
'eval_loss': 0.22991116344928741,'eval_accuracy': 0.9211073523478477,'eval_precision': 0.9213582014463746,'eval_recall': 0.921107352347847'eval_f1': 0.9210970707304227,
|
32 |
|
33 |
-
'eval_runtime': 238.5409,'eval_samples_per_second': 270.151,'eval_steps_per_second': 8.443,'epoch': 0.22
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
- f1
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
+
library_name: transformers
|
11 |
+
pipeline_tag: text-classification
|
12 |
+
---
|
13 |
# Total Samples
|
14 |
Samples: 716017(Train+Test)
|
15 |
|
|
|
42 |
# Validation
|
43 |
'eval_loss': 0.22991116344928741,'eval_accuracy': 0.9211073523478477,'eval_precision': 0.9213582014463746,'eval_recall': 0.921107352347847'eval_f1': 0.9210970707304227,
|
44 |
|
45 |
+
'eval_runtime': 238.5409,'eval_samples_per_second': 270.151,'eval_steps_per_second': 8.443,'epoch': 0.22
|