Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,19 @@ tags:
|
|
| 4 |
- summarization
|
| 5 |
---
|
| 6 |
## Model Description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
|
| 8 |
|
| 9 |
## Interface
|
|
@@ -21,9 +34,4 @@ output = query({
|
|
| 21 |
"inputs": "Today was a beautiful day. I have down all my homework, and baked some cookies with my friends. What a lovely day."
|
| 22 |
})
|
| 23 |
print(output)
|
| 24 |
-
```
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
|
|
|
| 4 |
- summarization
|
| 5 |
---
|
| 6 |
## Model Description
|
| 7 |
+
This is the project for the course Multimedia System in Leiden University 2023 fall. The model is part of self-designed software for the final project that summarizes short texts.
|
| 8 |
+
The original summarization model is from
|
| 9 |
+
|
| 10 |
+
## Training Datasets
|
| 11 |
+
- Amazon review dataset
|
| 12 |
+
- Twitter crawler dataset
|
| 13 |
+
- Emotion analysis dataset
|
| 14 |
+
- Kindle review dataset
|
| 15 |
+
|
| 16 |
+
## TODO
|
| 17 |
+
- Improve training data quality
|
| 18 |
+
- Model analysis
|
| 19 |
+
- Inference development
|
| 20 |
|
| 21 |
|
| 22 |
## Interface
|
|
|
|
| 34 |
"inputs": "Today was a beautiful day. I have down all my homework, and baked some cookies with my friends. What a lovely day."
|
| 35 |
})
|
| 36 |
print(output)
|
| 37 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|