Update README.md
Browse files
README.md
CHANGED
@@ -4,104 +4,10 @@ emoji: 👀
|
|
4 |
colorFrom: green
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference# AdaptSum
|
14 |
-
|
15 |
-
AdaptSum stands for Adaptive Summarization. This project focuses on developing an LLM-powered system for dynamic summarization. Instead of generating entirely new summaries with each update, the system intelligently identifies and modifies only the necessary parts of the existing summary. This approach aims to create a more efficient and fluid summarization process within a continuous chat interaction with an LLM.
|
16 |
-
|
17 |
-
# Instructions
|
18 |
-
|
19 |
-
1. Install dependencies
|
20 |
-
```shell
|
21 |
-
$ pip install requirements.txt
|
22 |
-
```
|
23 |
-
|
24 |
-
2. Setup Gemini API Key
|
25 |
-
```shell
|
26 |
-
$ export GEMINI_API_KEY=xxxxx
|
27 |
-
```
|
28 |
-
> note that GEMINI API KEY should be obtained from Google AI Studio. Vertex AI is not supported at the moment (this is because Gemini SDK does not provide file uploading functionality for Vertex AI usage now).
|
29 |
-
|
30 |
-
3. Run Gradio app
|
31 |
-
```shell
|
32 |
-
$ python main.py # or gradio main.py
|
33 |
-
```
|
34 |
-
|
35 |
-
# Acknowledgments
|
36 |
-
This is a project built during the Vertex sprints held by Google's ML Developer Programs team. We are thankful to be granted good amount of GCP credits to do this project.# AdaptSum
|
37 |
-
|
38 |
-
AdaptSum stands for Adaptive Summarization. This project focuses on developing an LLM-powered system for dynamic summarization. Instead of generating entirely new summaries with each update, the system intelligently identifies and modifies only the necessary parts of the existing summary. This approach aims to create a more efficient and fluid summarization process within a continuous chat interaction with an LLM.
|
39 |
-
|
40 |
-
# Instructions
|
41 |
-
|
42 |
-
1. Install dependencies
|
43 |
-
```shell
|
44 |
-
$ pip install requirements.txt
|
45 |
-
```
|
46 |
-
|
47 |
-
2. Setup Gemini API Key
|
48 |
-
```shell
|
49 |
-
$ export GEMINI_API_KEY=xxxxx
|
50 |
-
```
|
51 |
-
> note that GEMINI API KEY should be obtained from Google AI Studio. Vertex AI is not supported at the moment (this is because Gemini SDK does not provide file uploading functionality for Vertex AI usage now).
|
52 |
-
|
53 |
-
3. Run Gradio app
|
54 |
-
```shell
|
55 |
-
$ python main.py # or gradio main.py
|
56 |
-
```
|
57 |
-
|
58 |
-
# Acknowledgments
|
59 |
-
This is a project built during the Vertex sprints held by Google's ML Developer Programs team. We are thankful to be granted good amount of GCP credits to do this project.
|
60 |
-
# AdaptSum
|
61 |
-
|
62 |
-
AdaptSum stands for Adaptive Summarization. This project focuses on developing an LLM-powered system for dynamic summarization. Instead of generating entirely new summaries with each update, the system intelligently identifies and modifies only the necessary parts of the existing summary. This approach aims to create a more efficient and fluid summarization process within a continuous chat interaction with an LLM.
|
63 |
-
|
64 |
-
# Instructions
|
65 |
-
|
66 |
-
1. Install dependencies
|
67 |
-
```shell
|
68 |
-
$ pip install requirements.txt
|
69 |
-
```
|
70 |
-
|
71 |
-
2. Setup Gemini API Key
|
72 |
-
```shell
|
73 |
-
$ export GEMINI_API_KEY=xxxxx
|
74 |
-
```
|
75 |
-
> note that GEMINI API KEY should be obtained from Google AI Studio. Vertex AI is not supported at the moment (this is because Gemini SDK does not provide file uploading functionality for Vertex AI usage now).
|
76 |
-
|
77 |
-
3. Run Gradio app
|
78 |
-
```shell
|
79 |
-
$ python main.py # or gradio main.py
|
80 |
-
```
|
81 |
-
|
82 |
-
# Acknowledgments
|
83 |
-
This is a project built during the Vertex sprints held by Google's ML Developer Programs team. We are thankful to be granted good amount of GCP credits to do this project.
|
84 |
-
# AdaptSum
|
85 |
-
|
86 |
-
AdaptSum stands for Adaptive Summarization. This project focuses on developing an LLM-powered system for dynamic summarization. Instead of generating entirely new summaries with each update, the system intelligently identifies and modifies only the necessary parts of the existing summary. This approach aims to create a more efficient and fluid summarization process within a continuous chat interaction with an LLM.
|
87 |
-
|
88 |
-
# Instructions
|
89 |
-
|
90 |
-
1. Install dependencies
|
91 |
-
```shell
|
92 |
-
$ pip install requirements.txt
|
93 |
-
```
|
94 |
-
|
95 |
-
2. Setup Gemini API Key
|
96 |
-
```shell
|
97 |
-
$ export GEMINI_API_KEY=xxxxx
|
98 |
-
```
|
99 |
-
> note that GEMINI API KEY should be obtained from Google AI Studio. Vertex AI is not supported at the moment (this is because Gemini SDK does not provide file uploading functionality for Vertex AI usage now).
|
100 |
-
|
101 |
-
3. Run Gradio app
|
102 |
-
```shell
|
103 |
-
$ python main.py # or gradio main.py
|
104 |
-
```
|
105 |
-
|
106 |
-
# Acknowledgments
|
107 |
-
This is a project built during the Vertex sprints held by Google's ML Developer Programs team. We are thankful to be granted good amount of GCP credits to do this project.
|
|
|
4 |
colorFrom: green
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.14.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference# AdaptSum
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|