andyP commited on
Commit
371e8dd
1 Parent(s): 519205b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -21,9 +21,21 @@ size_categories:
21
  - 1K<n<10K
22
  extra_gated_prompt: 'Warning: this repository contains harmful content (abusive language,
23
  hate speech).'
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
-
27
  # Dataset Card for "RO-Offense-Sequences"
28
 
29
  ## Table of Contents
 
21
  - 1K<n<10K
22
  extra_gated_prompt: 'Warning: this repository contains harmful content (abusive language,
23
  hate speech).'
24
+ configs:
25
+ - config_name: default
26
+ data_files:
27
+ - split: train
28
+ path: "train.csv"
29
+ - split: test
30
+ path: "test.csv"
31
+ - config_name: ner
32
+ data_files:
33
+ - split: train
34
+ path: "train_ner.csv"
35
+ - split: test
36
+ path: "test_ner.csv"
37
  ---
38
 
 
39
  # Dataset Card for "RO-Offense-Sequences"
40
 
41
  ## Table of Contents