reflection777 commited on
Commit
fa081cd
·
1 Parent(s): 76d6031

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -22,6 +22,14 @@ How to use the app:
22
  ![image]()
23
  4. Set the Advanced Settings according to your need. Slide the Temperate or/and tick the `do_sample` checkbox to your need.
24
  ![image]()
 
 
 
 
 
 
 
 
25
 
26
  ## 2. How It Works
27
 
@@ -32,4 +40,6 @@ The goal of the app was for learners to learners to **(1)retain** long-text info
32
  ## 4. Additional Note
33
  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). Due to some contrants, some of the features in the app are still under development.
34
 
 
 
35
  <!---Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference-->
 
22
  ![image]()
23
  4. Set the Advanced Settings according to your need. Slide the Temperate or/and tick the `do_sample` checkbox to your need.
24
  ![image]()
25
+ 5. Summarize it by clicking the Summarize button.
26
+ ![image]()
27
+ 7. To use the `Key sentence`, `Keywords`, `Fill in the blank`, or `Flashcards` feature, click on the desired tab and click the Generate button after the summarization process is finished.
28
+ ![image]()
29
+
30
+ <details> Hello
31
+ - test
32
+ </details>
33
 
34
  ## 2. How It Works
35
 
 
40
  ## 4. Additional Note
41
  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). Due to some contrants, some of the features in the app are still under development.
42
 
43
+ 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.
44
+
45
  <!---Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference-->