Datasets:

Modalities:
Tabular
Text
Languages:
Chinese
ArXiv:
Libraries:
Datasets
License:
imryanxu commited on
Commit
698f33d
1 Parent(s): cb42bc5

"H"!!!! not "h"!!! fix bug

Browse files
Files changed (1) hide show
  1. Hansel.py +2 -2
Hansel.py CHANGED
@@ -71,7 +71,7 @@ class Hansel(datasets.GeneratorBasedBuilder):
71
  data_url="https://huggingface.co/datasets/HIT-TMG/Hansel/blob/main/",
72
  citation=_HANSEL_CITATION,
73
  url="https://github.com/HITsz-TMG/Hansel",
74
- )
75
  HanselConfig(
76
  name="hansel-few-shot",
77
  description=_HANSEL_DESCRIPTION,
@@ -79,7 +79,7 @@ class Hansel(datasets.GeneratorBasedBuilder):
79
  data_url="https://huggingface.co/datasets/HIT-TMG/Hansel/blob/main/",
80
  citation=_HANSEL_CITATION,
81
  url="https://github.com/HITsz-TMG/Hansel",
82
- )
83
  HanselConfig(
84
  name="hansel-zero-shot",
85
  description=_HANSEL_DESCRIPTION,
 
71
  data_url="https://huggingface.co/datasets/HIT-TMG/Hansel/blob/main/",
72
  citation=_HANSEL_CITATION,
73
  url="https://github.com/HITsz-TMG/Hansel",
74
+ ),
75
  HanselConfig(
76
  name="hansel-few-shot",
77
  description=_HANSEL_DESCRIPTION,
 
79
  data_url="https://huggingface.co/datasets/HIT-TMG/Hansel/blob/main/",
80
  citation=_HANSEL_CITATION,
81
  url="https://github.com/HITsz-TMG/Hansel",
82
+ ),
83
  HanselConfig(
84
  name="hansel-zero-shot",
85
  description=_HANSEL_DESCRIPTION,