Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
---
|
2 |
-
library_name: adapter-transformers
|
3 |
license: mit
|
4 |
pipeline_tag: text-generation
|
5 |
---
|
6 |
|
7 |
# ANNOUNCEMENT:
|
8 |
-
|
|
|
|
|
|
|
9 |
## Model Description
|
10 |
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.
|
11 |
The original summarization model is from https://towardsdatascience.com/text-summarization-with-gpt2-and-layer-ai-599625085d8e .
|
@@ -26,7 +28,8 @@ Due to the technique support of hugging face, this project can only functioning
|
|
26 |
## Fine-tune Code
|
27 |
You can check "text_summary.py" in the uploaded documents, and download the model to test and modify this task.
|
28 |
|
29 |
-
## Interface
|
|
|
30 |
```python
|
31 |
import requests
|
32 |
|
|
|
1 |
---
|
|
|
2 |
license: mit
|
3 |
pipeline_tag: text-generation
|
4 |
---
|
5 |
|
6 |
# ANNOUNCEMENT:
|
7 |
+
|
8 |
+
!!! The previous pipeline has been destroyed by a system update. It will no longer support 'generic' library anymore. I am sorry that I have to close the interface.!!!
|
9 |
+
|
10 |
+
|
11 |
## Model Description
|
12 |
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.
|
13 |
The original summarization model is from https://towardsdatascience.com/text-summarization-with-gpt2-and-layer-ai-599625085d8e .
|
|
|
28 |
## Fine-tune Code
|
29 |
You can check "text_summary.py" in the uploaded documents, and download the model to test and modify this task.
|
30 |
|
31 |
+
## Interface(legacy)
|
32 |
+
please see the announcement above.
|
33 |
```python
|
34 |
import requests
|
35 |
|