update README
Browse files
README.md
CHANGED
@@ -2,8 +2,6 @@
|
|
2 |
language: ja
|
3 |
license: cc-by-sa-4.0
|
4 |
datasets:
|
5 |
-
- wikipedia
|
6 |
-
- cc100
|
7 |
- Hazumi
|
8 |
---
|
9 |
|
@@ -19,7 +17,7 @@ For fine-tuning, the JNLI script from [JGLUE](https://github.com/yahoojapan/JGLU
|
|
19 |
|
20 |
## Training procedure
|
21 |
|
22 |
-
This model was fine-tuned using the following script, which was borrowed from the JNLI script in JGLUE.
|
23 |
|
24 |
```
|
25 |
python transformers-4.9.2/examples/pytorch/text-classification/run_glue.py \
|
|
|
2 |
language: ja
|
3 |
license: cc-by-sa-4.0
|
4 |
datasets:
|
|
|
|
|
5 |
- Hazumi
|
6 |
---
|
7 |
|
|
|
17 |
|
18 |
## Training procedure
|
19 |
|
20 |
+
This model was fine-tuned using the following script, which was borrowed from the JNLI script in [JGLUE](https://github.com/yahoojapan/JGLUE).
|
21 |
|
22 |
```
|
23 |
python transformers-4.9.2/examples/pytorch/text-classification/run_glue.py \
|