Update README.md
Browse files
README.md
CHANGED
@@ -17,11 +17,12 @@ The original summarization model is from https://towardsdatascience.com/text-sum
|
|
17 |
## TODO
|
18 |
- Improve training data quality
|
19 |
- Model analysis
|
20 |
-
- Inference development
|
21 |
|
22 |
## Notification
|
23 |
Due to the technique support of hugging face, this project can only functioning with Interface code below. When you first call the API, it may take more than 1 minutes to download the model and functioning. Please wait carefully, thank you!
|
24 |
|
|
|
|
|
25 |
|
26 |
## Interface
|
27 |
```python
|
|
|
17 |
## TODO
|
18 |
- Improve training data quality
|
19 |
- Model analysis
|
|
|
20 |
|
21 |
## Notification
|
22 |
Due to the technique support of hugging face, this project can only functioning with Interface code below. When you first call the API, it may take more than 1 minutes to download the model and functioning. Please wait carefully, thank you!
|
23 |
|
24 |
+
## Fine-tune Code
|
25 |
+
You can check "text_summary.py" in the uploaded documents, and download the model to test and modify this task.
|
26 |
|
27 |
## Interface
|
28 |
```python
|