Update README.md
Browse files
README.md
CHANGED
|
@@ -46,8 +46,6 @@ evaluation_results:
|
|
| 46 |
Present: 694
|
| 47 |
---
|
| 48 |
|
| 49 |
-
|
| 50 |
-
|
| 51 |
## Model Overview
|
| 52 |
|
| 53 |
This model is a **text classification model** trained to **predict the tense of English sentences**: **Past**, **Present**, or **Future**. It is based on the `bert-base-uncased` architecture.
|
|
@@ -57,6 +55,12 @@ This model is a **text classification model** trained to **predict the tense of
|
|
| 57 |
This model can be used in applications such as:
|
| 58 |
- Identifying if statements are discussing past/present/future needs, motivations, products, etc.
|
| 59 |
- Determining current events or situations in text.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
- Predicting future plans or intentions based on sentence structure.
|
| 61 |
|
| 62 |
### Example Sentences and Labels
|
|
@@ -86,13 +90,6 @@ The model achieves a **perfect accuracy of 1.00** on the test set, with **precis
|
|
| 86 |
| **Macro Avg** | 1.00 | 1.00 | 1.00 | 1998 |
|
| 87 |
| **Weighted Avg** | 1.00 | 1.00 | 1.00 | 1998 |
|
| 88 |
|
| 89 |
-
## Intended Use
|
| 90 |
-
|
| 91 |
-
This model can be used in applications such as:
|
| 92 |
-
- Identifying if statements are discussing past needs, motivations, products, etc.
|
| 93 |
-
- Determining current events or situations in text.
|
| 94 |
-
- Predicting future plans or intentions based on sentence structure.
|
| 95 |
-
|
| 96 |
### Limitations
|
| 97 |
|
| 98 |
While the model performs well on the provided dataset, it may not generalize to all types of English text, particularly those with ambiguous or complex sentence structures.
|
|
|
|
| 46 |
Present: 694
|
| 47 |
---
|
| 48 |
|
|
|
|
|
|
|
| 49 |
## Model Overview
|
| 50 |
|
| 51 |
This model is a **text classification model** trained to **predict the tense of English sentences**: **Past**, **Present**, or **Future**. It is based on the `bert-base-uncased` architecture.
|
|
|
|
| 55 |
This model can be used in applications such as:
|
| 56 |
- Identifying if statements are discussing past/present/future needs, motivations, products, etc.
|
| 57 |
- Determining current events or situations in text.
|
| 58 |
+
|
| 59 |
+
## Intended Use
|
| 60 |
+
|
| 61 |
+
This model can be used in applications such as:
|
| 62 |
+
- Identifying if statements are discussing past needs, motivations, products, etc.
|
| 63 |
+
- Determining current events or situations in text.
|
| 64 |
- Predicting future plans or intentions based on sentence structure.
|
| 65 |
|
| 66 |
### Example Sentences and Labels
|
|
|
|
| 90 |
| **Macro Avg** | 1.00 | 1.00 | 1.00 | 1998 |
|
| 91 |
| **Weighted Avg** | 1.00 | 1.00 | 1.00 | 1998 |
|
| 92 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 93 |
### Limitations
|
| 94 |
|
| 95 |
While the model performs well on the provided dataset, it may not generalize to all types of English text, particularly those with ambiguous or complex sentence structures.
|