Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
This model predicts the time period given a synopsis of about 200 Chinese characters.
|
2 |
The model is trained on TV and Movie datasets and takes simplified Chinese as input.
|
3 |
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- zh
|
4 |
+
tags:
|
5 |
+
- classification
|
6 |
+
license: apache-2.0
|
7 |
+
datasets:
|
8 |
+
- Custom
|
9 |
+
metrics:
|
10 |
+
- rouge
|
11 |
+
---
|
12 |
+
|
13 |
This model predicts the time period given a synopsis of about 200 Chinese characters.
|
14 |
The model is trained on TV and Movie datasets and takes simplified Chinese as input.
|
15 |
|