Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
@@ -15,14 +19,17 @@ tags: []
|
|
15 |
|
16 |
<!-- Provide a longer summary of what this model is. -->
|
17 |
|
18 |
-
|
|
|
|
|
|
|
19 |
|
20 |
- **Developed by:** [More Information Needed]
|
21 |
- **Funded by [optional]:** [More Information Needed]
|
22 |
- **Shared by [optional]:** [More Information Needed]
|
23 |
- **Model type:** [More Information Needed]
|
24 |
-
- **Language(s) (NLP):**
|
25 |
-
- **License:**
|
26 |
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
|
28 |
### Model Sources [optional]
|
@@ -79,7 +86,7 @@ Use the code below to get started with the model.
|
|
79 |
|
80 |
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
|
82 |
-
|
83 |
|
84 |
### Training Procedure
|
85 |
|
|
|
1 |
---
|
2 |
+
language: en
|
3 |
+
license: mit
|
4 |
+
tags:
|
5 |
+
- text-generation
|
6 |
+
- summarization
|
7 |
+
model_name: Frenz/flan-t5-finetuned-medium2
|
8 |
---
|
9 |
|
10 |
# Model Card for Model ID
|
|
|
19 |
|
20 |
<!-- Provide a longer summary of what this model is. -->
|
21 |
|
22 |
+
|
23 |
+
This model is a fine-tuned version of FLAN-T5-small for summarization tasks.
|
24 |
+
Test Results: {test_results}
|
25 |
+
|
26 |
|
27 |
- **Developed by:** [More Information Needed]
|
28 |
- **Funded by [optional]:** [More Information Needed]
|
29 |
- **Shared by [optional]:** [More Information Needed]
|
30 |
- **Model type:** [More Information Needed]
|
31 |
+
- **Language(s) (NLP):** en
|
32 |
+
- **License:** mit
|
33 |
- **Finetuned from model [optional]:** [More Information Needed]
|
34 |
|
35 |
### Model Sources [optional]
|
|
|
86 |
|
87 |
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
88 |
|
89 |
+
Trained on custom dataset
|
90 |
|
91 |
### Training Procedure
|
92 |
|