reflection777
commited on
Commit
·
816c4bb
1
Parent(s):
215291a
Update README.md
Browse files
README.md
CHANGED
@@ -62,8 +62,8 @@ pinned: false
|
|
62 |
The goal of the app was for learners to 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 the author to learn about summarization in NLP. The summarization methodology was derived from [Amin Kamali's summarizer app](https://huggingface.co/spaces/smakamali/summarize_youtube).
|
66 |
|
67 |
-
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 |
|
69 |
<!---Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference-->
|
|
|
62 |
The goal of the app was for learners to 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 the author to learn 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 |
|
69 |
<!---Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference-->
|