sultanDilawar commited on
Commit
f4157b8
·
verified ·
1 Parent(s): 13ec8b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -10
README.md CHANGED
@@ -1,26 +1,25 @@
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.
16
 
17
- ## Task: Summarization
18
 
19
- The model is trained to summarize React and Redux documentation and explain complex concepts in simpler terms.
20
 
21
  ## Details
22
 
23
- - **Model Type**: T5-small
24
- - **Task**: Summarization
25
  - **Language**: English
26
- - **Fine-tuned for**: Summarizing React and Redux topics
 
 
1
  license: mit
2
  datasets:
3
  - sultanDilawar/react-redux-dataset
4
  language:
5
  - en
6
+ pipeline_tag: question-answering
7
  tags:
8
+ - question-answering
9
  - react
10
  - redux
11
  ---
12
+ # React Redux Model for Question Answering
13
 
14
+ This model is fine-tuned for answering questions related to React and Redux concepts. It helps users find precise answers to specific queries about React-Redux.
15
 
16
+ ## Task: Question Answering
17
 
18
+ The model is trained to understand and answer questions about React and Redux topics.
19
 
20
  ## Details
21
 
22
+ - **Model Type**: T5-base
23
+ - **Task**: Question Answering
24
  - **Language**: English
25
+ - **Fine-tuned for**: Answering React and Redux-related questions