ryo0634 commited on
Commit
0a3581f
1 Parent(s): 7998590

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -10
README.md CHANGED
@@ -36,14 +36,14 @@ task_ids:
36
 
37
  [![ACL2020 2020.acl-main.419](https://img.shields.io/badge/LREC2022-2022.lrec--1.317-red)](https://aclanthology.org/2022.lrec-1.317)
38
 
39
- JGLUE is a benchmark to measure the ability of natural language understanding in Japanese. For further details please refer to [the original repository](https://github.com/yahoojapan/JGLUE).
 
40
 
41
 
42
- ### Licensing Information
 
43
 
44
- > This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
45
-
46
- ### Citation Information
47
 
48
  ```bibtex
49
  @inproceedings{kurihara-etal-2022-jglue,
@@ -74,8 +74,5 @@ JGLUE is a benchmark to measure the ability of natural language understanding in
74
  ```
75
 
76
  ### Contributions
77
-
78
- Thanks to [Kentaro Kurihara](https://twitter.com/kkurihara_cs), [Daisuke Kawahara](https://twitter.com/daisukekawahar1), and [Tomohide Shibata](https://twitter.com/stomohide) for creating this dataset.
79
-
80
-
81
- The code for integration with Hugging Face `datasets` is originally written by [Shunsuke Kitada](https://twitter.com/shunk031) and adapted from [this repository](https://huggingface.co/datasets/shunk031/JGLUE).
 
36
 
37
  [![ACL2020 2020.acl-main.419](https://img.shields.io/badge/LREC2022-2022.lrec--1.317-red)](https://aclanthology.org/2022.lrec-1.317)
38
 
39
+ 書籍『大規模言語モデル入門』で使用する、JGLUEのデータセットです。
40
+ [オリジナルのリポジトリ](https://github.com/yahoojapan/JGLUE)で公開されているデータセットを利用しています。
41
 
42
 
43
+ ### Licence
44
+ Creative Commons Attribution-ShareAlike 4.0 International License.
45
 
46
+ ### Citation
 
 
47
 
48
  ```bibtex
49
  @inproceedings{kurihara-etal-2022-jglue,
 
74
  ```
75
 
76
  ### Contributions
77
+ データセット作成者である [Kentaro Kurihara](https://twitter.com/kkurihara_cs), [Daisuke Kawahara](https://twitter.com/daisukekawahar1), [Tomohide Shibata](https://twitter.com/stomohide) に感謝を申し上げます。
78
+ また本リポジトリのコードは [Shunsuke Kitada](https://twitter.com/shunk031)[こちらのリポジトリ](https://huggingface.co/datasets/shunk031/JGLUE)を基に作成されたものです。