captain-awesome commited on
Commit
3f72fe0
1 Parent(s): 7baa06a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -3,4 +3,24 @@ license: apache-2.0
3
  language:
4
  - en
5
  pipeline_tag: summarization
6
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  language:
4
  - en
5
  pipeline_tag: summarization
6
+ ---
7
+ # Meeting Notes Generator
8
+
9
+
10
+ ## Intended uses
11
+
12
+ Used to generate meeting notes based on meeting trascript and starting prompts.
13
+
14
+ #
15
+ ```python
16
+ # Example of usage
17
+ from transformers import pipeline
18
+
19
+ summ = pipeline("summarization", "captain-awesome/naveed-ggml-model-gpt4all-falcon-q4_0")
20
+ print(summ(text))
21
+
22
+ ```
23
+
24
+ ## Training data
25
+
26
+ Initialized with pre-trained weights of "gpt2" checkpoint. Fine-tuned the model on stories of various genres.