Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,13 @@ pipeline_tag: text2text-generation
|
|
17 |
This model was obtained by fine-tuning the corresponding `ClueAI/PromptCLUE-base-v1-5` model on the CoEdIT dataset.
|
18 |

|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
## Usage
|
21 |
```python
|
22 |
from transformers import AutoTokenizer, T5ForConditionalGeneration
|
|
|
17 |
This model was obtained by fine-tuning the corresponding `ClueAI/PromptCLUE-base-v1-5` model on the CoEdIT dataset.
|
18 |

|
19 |
|
20 |
+
## Model Details
|
21 |
+
### Model Description
|
22 |
+
- Language(s) (NLP): `Chinese`
|
23 |
+
- Finetuned from model: `ClueAI/PromptCLUE-base-v1-5`
|
24 |
+
### Model Sources
|
25 |
+
- Repository: [https://github.com/TedYeh/Chinese_spelling_Correction](https://github.com/TedYeh/Chinese_spelling_Correction)
|
26 |
+
|
27 |
## Usage
|
28 |
```python
|
29 |
from transformers import AutoTokenizer, T5ForConditionalGeneration
|