Update README.md
Browse files
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 |
+
```
|