chansung commited on
Commit
fd94a95
·
verified ·
1 Parent(s): f345cad

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +24 -0
  2. configs/prompts.toml +0 -5
README.md CHANGED
@@ -179,3 +179,27 @@ $ python main.py # or gradio main.py
179
 
180
  # Acknowledgments
181
  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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
179
 
180
  # Acknowledgments
181
  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.
182
+ # AdaptSum
183
+
184
+ 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.
185
+
186
+ # Instructions
187
+
188
+ 1. Install dependencies
189
+ ```shell
190
+ $ pip install requirements.txt
191
+ ```
192
+
193
+ 2. Setup Gemini API Key
194
+ ```shell
195
+ $ export GEMINI_API_KEY=xxxxx
196
+ ```
197
+ > 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).
198
+
199
+ 3. Run Gradio app
200
+ ```shell
201
+ $ python main.py # or gradio main.py
202
+ ```
203
+
204
+ # Acknowledgments
205
+ 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.
configs/prompts.toml CHANGED
@@ -7,11 +7,6 @@ Last Conversation:
7
  $latest_conversation
8
  """
9
 
10
- system_prompt_cutoff = """
11
- You should give answer based on the given summary and the user prompt.
12
- The summary is given under `Summary:` delimiter.
13
- """
14
-
15
  system_prompt = """
16
  Consider yourself an expert at summarizing content with a high bar
17
  for scientific rigor. However, when generating the summaries you
 
7
  $latest_conversation
8
  """
9
 
 
 
 
 
 
10
  system_prompt = """
11
  Consider yourself an expert at summarizing content with a high bar
12
  for scientific rigor. However, when generating the summaries you