reflection777
commited on
Commit
•
86312d8
1
Parent(s):
592811b
Update README.md
Browse files
README.md
CHANGED
@@ -59,10 +59,10 @@ pinned: false
|
|
59 |
<img src="images/how_it_works.png" alt="">
|
60 |
|
61 |
## 3. Concept
|
62 |
-
The goal of the app was for learners to
|
63 |
|
64 |
## 4. Additional Note
|
65 |
-
The app is a pet project and was made for
|
66 |
|
67 |
Apart from the that, some of the features in the app are still under development due to some contraints. The LLM used for this summarization is `tiiuae/falcon-7b-instruct` that is primarily intended for a chat-based scenario or for text generation. Because of that, small part of the summarized output may include information not inlucuded in the original text. This problem will be looked into further.
|
68 |
|
|
|
59 |
<img src="images/how_it_works.png" alt="">
|
60 |
|
61 |
## 3. Concept
|
62 |
+
The goal of the app was for learners to **(1)retain** long-text information better, and also make the important points **(2)memorable**. To do that the app takes a long text then summarize it, extract its keywords, and quiz the learner.
|
63 |
|
64 |
## 4. Additional Note
|
65 |
+
The app is a pet project and was made for me to learn about more about summarization in NLP. The summarization methodology was derived from [Amin Kamali's summarizer app](https://huggingface.co/spaces/smakamali/summarize_youtube). I am thankful for Amin for publishing his material online for me to learn from it.
|
66 |
|
67 |
Apart from the that, some of the features in the app are still under development due to some contraints. The LLM used for this summarization is `tiiuae/falcon-7b-instruct` that is primarily intended for a chat-based scenario or for text generation. Because of that, small part of the summarized output may include information not inlucuded in the original text. This problem will be looked into further.
|
68 |
|