sehyun66 commited on
Commit
263914d
1 Parent(s): e8b6961

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -72,21 +72,21 @@ configs:
72
  - config_name: distill
73
  data_files:
74
  - split: default
75
- path: distill-*
76
  - config_name: deberta
77
  data_files:
78
  - split: default
79
- path: deberta-*
80
  - config_name: bert+
81
  data_files:
82
  - split: default
83
- path: bert+-*
84
  - config_name: finbert
85
  data_files:
86
  - split: default
87
- path: finbert-*
88
  tags:
89
  - finance
90
- ---
91
 
92
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
72
  - config_name: distill
73
  data_files:
74
  - split: default
75
+ path:distill*
76
  - config_name: deberta
77
  data_files:
78
  - split: default
79
+ path: deberta*
80
  - config_name: bert+
81
  data_files:
82
  - split: default
83
+ path: bert+*
84
  - config_name: finbert
85
  data_files:
86
  - split: default
87
+ path: finbert*
88
  tags:
89
  - finance
90
+ ---
91
 
92
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)