Update README.md
Browse files
README.md
CHANGED
|
@@ -48,7 +48,7 @@ evaluation_results:
|
|
| 48 |
|
| 49 |
## Model Overview โณ๐ฎ๐
|
| 50 |
|
| 51 |
-
This model is a **text classification model** trained to **predict the tense of English sentences**:
|
| 52 |
|
| 53 |
## Intended Use ๐
|
| 54 |
|
|
@@ -61,9 +61,9 @@ This model can be used in applications such as:
|
|
| 61 |
|
| 62 |
| Sentence | Label |
|
| 63 |
|--------------------------------------------------------------------------|---------|
|
| 64 |
-
| the fishermen had caught a variety of fish including bass and perch | Past
|
| 65 |
-
| medical professionals are researching the impact of social determinants on health | Present
|
| 66 |
-
| in the future robotic surgical systems will have been empowering surgeons to perform increasingly complex procedures | Future
|
| 67 |
|
| 68 |
## Training Details ๐๏ธโโ๏ธ
|
| 69 |
|
|
|
|
| 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.
|
| 52 |
|
| 53 |
## Intended Use ๐
|
| 54 |
|
|
|
|
| 61 |
|
| 62 |
| Sentence | Label |
|
| 63 |
|--------------------------------------------------------------------------|---------|
|
| 64 |
+
| the fishermen had caught a variety of fish including bass and perch | Past |
|
| 65 |
+
| medical professionals are researching the impact of social determinants on health | Present |
|
| 66 |
+
| in the future robotic surgical systems will have been empowering surgeons to perform increasingly complex procedures | Future |
|
| 67 |
|
| 68 |
## Training Details ๐๏ธโโ๏ธ
|
| 69 |
|