brainer commited on
Commit
320c709
1 Parent(s): 2a1dee0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -1
README.md CHANGED
@@ -435,4 +435,41 @@ dataset_info:
435
  ---
436
  # Dataset Card for "law"
437
 
438
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
435
  ---
436
  # Dataset Card for "law"
437
 
438
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
439
+
440
+ ```
441
+ DatasetDict({
442
+ law: DatasetDict({
443
+ train: DatasetDict({
444
+ raw: Dataset({
445
+ features: ['info', 'concerned', 'org', 'disposal', 'mentionedItems', 'assrs', 'facts', 'dcss', 'close'],
446
+ num_rows: 107
447
+ })
448
+ label: Dataset({
449
+ features: ['info', 'concerned', 'org', 'disposal', 'mentionedItems', 'assrs', 'facts', 'dcss', 'close'],
450
+ num_rows: 107
451
+ })
452
+ })
453
+ validation: DatasetDict({
454
+ raw: Dataset({
455
+ features: ['info', 'concerned', 'org', 'disposal', 'mentionedItems', 'assrs', 'facts', 'dcss', 'close'],
456
+ num_rows: 1000
457
+ })
458
+ label: Dataset({
459
+ features: ['info', 'concerned', 'org', 'disposal', 'mentionedItems', 'assrs', 'facts', 'dcss', 'close'],
460
+ num_rows: 1000
461
+ })
462
+ })
463
+ })
464
+ term: DatasetDict({
465
+ train: Dataset({
466
+ features: ['category', 'name', 'cn'],
467
+ num_rows: 7847
468
+ })
469
+ validation: Dataset({
470
+ features: ['category', 'name', 'cn'],
471
+ num_rows: 986
472
+ })
473
+ })
474
+ })
475
+ ```