Create README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,47 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- ProfessorLeVesseur/EnglishTense
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
- precision
|
| 10 |
+
- recall
|
| 11 |
+
- f1
|
| 12 |
+
base_model:
|
| 13 |
+
- google-bert/bert-base-uncased
|
| 14 |
+
pipeline_tag: text-classification
|
| 15 |
+
tags:
|
| 16 |
+
- time
|
| 17 |
+
- timeframe
|
| 18 |
+
- tense
|
| 19 |
+
- past
|
| 20 |
+
- current
|
| 21 |
+
- future
|
| 22 |
+
- chronological
|
| 23 |
+
evaluation_results:
|
| 24 |
+
accuracy: 1.00
|
| 25 |
+
macro_precision: 1.00
|
| 26 |
+
macro_recall: 1.00
|
| 27 |
+
macro_f1: 1.00
|
| 28 |
+
weighted_precision: 1.00
|
| 29 |
+
weighted_recall: 1.00
|
| 30 |
+
weighted_f1: 1.00
|
| 31 |
+
class_precision:
|
| 32 |
+
Future: 1.00
|
| 33 |
+
Past: 1.00
|
| 34 |
+
Present: 1.00
|
| 35 |
+
class_recall:
|
| 36 |
+
Future: 1.00
|
| 37 |
+
Past: 1.00
|
| 38 |
+
Present: 1.00
|
| 39 |
+
class_f1:
|
| 40 |
+
Future: 1.00
|
| 41 |
+
Past: 1.00
|
| 42 |
+
Present: 1.00
|
| 43 |
+
support:
|
| 44 |
+
Future: 727
|
| 45 |
+
Past: 577
|
| 46 |
+
Present: 694
|
| 47 |
+
---
|