SRDdev commited on
Commit
5a5af2d
1 Parent(s): 3e96f66

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md CHANGED
@@ -1,3 +1,40 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language: en
4
+ tags:
5
+ - text-generation
6
+ - paraphrasing
7
+ - transformer
8
+ datasets:
9
+ - SQUAD
10
+ pipeline_tag: text2text-generation
11
  ---
12
+
13
+ # Paraphraser Model Card
14
+
15
+ ## Model Details
16
+
17
+ - **Model Name**: Paraphraser
18
+ - **Model ID**: SRD/Paraphraser
19
+ - **Author**: SRD
20
+ - **Language**: English
21
+ - **License**: Apache-2.0
22
+
23
+ ## Description
24
+
25
+ The Paraphraser is a sequence-to-sequence model fine-tuned for paraphrasing sentences. It is built upon the T5 (Text-to-Text Transfer Transformer) architecture and aims to generate diverse paraphrases for a given input sentence.
26
+
27
+ ## Intended Use
28
+
29
+ The primary purpose of this model is to assist users in generating paraphrases for input sentences. It can be utilized in various natural language processing tasks, including data augmentation, text generation, and content rewriting.
30
+
31
+ ## Limitations and Considerations
32
+
33
+ - The quality of paraphrases may vary, and it is recommended to review generated outputs.
34
+ - The model might produce paraphrases that are contextually incorrect or nonsensical.
35
+ - Long sentences or complex language may result in less coherent paraphrases.
36
+ - The model is sensitive to input phrasing, and slight rephrasing may lead to different outputs.
37
+
38
+ ## Training Data
39
+
40
+ The model is trained on a SQUAD dataset composed of diverse sentences from various sources to ensure a broad understanding of language and context.