Update README.md
Browse files
README.md
CHANGED
@@ -8,4 +8,24 @@ metrics:
|
|
8 |
base_model:
|
9 |
- google/flan-t5-base
|
10 |
pipeline_tag: summarization
|
11 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
base_model:
|
9 |
- google/flan-t5-base
|
10 |
pipeline_tag: summarization
|
11 |
+
---
|
12 |
+
# Model Card for Model ID
|
13 |
+
|
14 |
+
## Flan T5 base model finetuned on the CNNDailyMail dataset .
|
15 |
+
|
16 |
+
### This is a part of my undergrad project 1 , the full version of the project can be found on https://huggingface.co/QuantumQuest where me and my friends have worked on a categorizer and UI as well.
|
17 |
+
<!-- Provide a longer summary of what this model is. -->
|
18 |
+
|
19 |
+
|
20 |
+
|
21 |
+
- **Developed by: Thadoe Hein**
|
22 |
+
- **Funded by Thadoe :** [I wish my school funded me, but they did not. ]
|
23 |
+
- **Model type:** [Flan T5]
|
24 |
+
- **Language(s) (NLP):** [Python, NLP ]
|
25 |
+
- **License:** [Feel free to use]
|
26 |
+
- **Finetuned from model [FLAN T5?]:** [More Information Needed]
|
27 |
+
|
28 |
+
## Bias, Risks, and Limitations
|
29 |
+
The model generate very short summary sentences. Approximately 3 original sentences will be summarized into one single concise sentence.
|
30 |
+
## How to Get Started with the Model
|
31 |
+
please go to this link for example code. https://huggingface.co/QuantumQuest
|