sharad commited on
Commit
64702d3
1 Parent(s): 70f6daf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,3 +1,18 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ datasets:
4
+ - humarin/chatgpt-paraphrases
5
+ language:
6
+ - en
7
+ tags:
8
+ - paraphrase
9
+ - similar text
10
  ---
11
+ This model re-fine-tunes the [ChatGPT Paraphraser on T5 Base](https://huggingface.co/humarin/chatgpt_paraphraser_on_T5_base) with additional Google PAWS dataset.
12
+
13
+ ## Train parameters
14
+ ```python
15
+ epochs = 4
16
+ max_length = 128
17
+ lr = 5e-5
18
+ ```