Vu Anh commited on
Commit
632044e
·
1 Parent(s): cbd1e9a

Reorder splits to show 2026 first

Browse files
Files changed (1) hide show
  1. README.md +12 -5
README.md CHANGED
@@ -15,17 +15,24 @@ tags:
15
  - corpus
16
  - legislation
17
  pretty_name: Vietnamese Legal Corpus
 
 
 
 
 
 
 
 
18
  configs:
19
  - config_name: default
20
  data_files:
21
- - split: "2021"
22
- path: data/2021-*
23
- - split: "2023"
24
- path: data/2023-*
25
  - split: "2026"
26
  path: data/2026-*
 
 
 
 
27
  default: true
28
- default_split: "2026"
29
  ---
30
 
31
  # Vietnamese Legal Corpus (UTS_VLC)
 
15
  - corpus
16
  - legislation
17
  pretty_name: Vietnamese Legal Corpus
18
+ dataset_info:
19
+ splits:
20
+ - name: "2026"
21
+ num_examples: 318
22
+ - name: "2023"
23
+ num_examples: 208
24
+ - name: "2021"
25
+ num_examples: 110
26
  configs:
27
  - config_name: default
28
  data_files:
 
 
 
 
29
  - split: "2026"
30
  path: data/2026-*
31
+ - split: "2023"
32
+ path: data/2023-*
33
+ - split: "2021"
34
+ path: data/2021-*
35
  default: true
 
36
  ---
37
 
38
  # Vietnamese Legal Corpus (UTS_VLC)