Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# React Redux Model
|
2 |
|
3 |
This model is fine-tuned for summarizing React and Redux concepts. It generates summaries for various React-Redux related content, helping users quickly understand key points.
|
@@ -11,4 +23,4 @@ The model is trained to summarize React and Redux documentation and explain comp
|
|
11 |
- **Model Type**: T5-small
|
12 |
- **Task**: Summarization
|
13 |
- **Language**: English
|
14 |
-
- **Fine-tuned for**: Summarizing React and Redux topics
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- sultanDilawar/react-redux-dataset
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
tags:
|
9 |
+
- summarization
|
10 |
+
- react
|
11 |
+
- redux
|
12 |
+
---
|
13 |
# React Redux Model
|
14 |
|
15 |
This model is fine-tuned for summarizing React and Redux concepts. It generates summaries for various React-Redux related content, helping users quickly understand key points.
|
|
|
23 |
- **Model Type**: T5-small
|
24 |
- **Task**: Summarization
|
25 |
- **Language**: English
|
26 |
+
- **Fine-tuned for**: Summarizing React and Redux topics
|