Riri24 commited on
Commit
fb1a25e
·
verified ·
1 Parent(s): c29640f

Upload folder using huggingface_hub

Browse files
Files changed (6) hide show
  1. README.md +4 -4
  2. dataset_info.json +2 -2
  3. full_dataset.csv +2 -2
  4. test.parquet +2 -2
  5. train.parquet +2 -2
  6. validation.parquet +2 -2
README.md CHANGED
@@ -175,7 +175,7 @@ This dataset is released under **CC-BY-4.0**. OHADA court decisions are public l
175
  ```python
176
  from datasets import load_dataset
177
 
178
- dataset = load_dataset("Maathis-com/ohada-ccja-corpus")
179
 
180
  # Access splits
181
  train = dataset["train"]
@@ -189,7 +189,7 @@ print(train[0])
189
  from datasets import load_dataset
190
  from sklearn.metrics import classification_report
191
 
192
- dataset = load_dataset("Maathis-com/ohada-ccja-corpus")
193
 
194
  # Use dispute_summary as input, legal_domain as label
195
  train_texts = dataset["train"]["dispute_summary"]
@@ -203,9 +203,9 @@ If you use this dataset in your research, please cite:
203
  ```bibtex
204
  @dataset{ohada_ccja_corpus_2026,
205
  title={OHADA-CCJA Court Decisions Corpus: A Dataset for African Legal NLP},
206
- author={Foutse Yuehgoh, Priyanka N, Patrick NGUETCHOUESSI},
207
  year={2026},
208
- url={https://huggingface.co/datasets/Maathis-com/ohada-ccja-corpus},
209
  note={Presented at Deep Learning Indaba 2026, Nigeria}
210
  }
211
  ```
 
175
  ```python
176
  from datasets import load_dataset
177
 
178
+ dataset = load_dataset("YOUR_USERNAME/ohada-ccja-corpus")
179
 
180
  # Access splits
181
  train = dataset["train"]
 
189
  from datasets import load_dataset
190
  from sklearn.metrics import classification_report
191
 
192
+ dataset = load_dataset("YOUR_USERNAME/ohada-ccja-corpus")
193
 
194
  # Use dispute_summary as input, legal_domain as label
195
  train_texts = dataset["train"]["dispute_summary"]
 
203
  ```bibtex
204
  @dataset{ohada_ccja_corpus_2026,
205
  title={OHADA-CCJA Court Decisions Corpus: A Dataset for African Legal NLP},
206
+ author={Foutse Yuehgoh},
207
  year={2026},
208
+ url={https://huggingface.co/datasets/YOUR_USERNAME/ohada-ccja-corpus},
209
  note={Presented at Deep Learning Indaba 2026, Nigeria}
210
  }
211
  ```
dataset_info.json CHANGED
@@ -12,8 +12,8 @@
12
  "test": 609,
13
  "validation": 609
14
  },
15
- "date_range": "1970-2025",
16
- "legal_domains": 18,
17
  "features": [
18
  "case_id",
19
  "case_number",
 
12
  "test": 609,
13
  "validation": 609
14
  },
15
+ "date_range": "1997-2023",
16
+ "legal_domains": 16,
17
  "features": [
18
  "case_id",
19
  "case_number",
full_dataset.csv CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:74d0172d66e5bbbb692fa7ad670f29456d3a2b2cac8c205c36418ccaff617ebb
3
- size 44214058
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56711149fefc4afcf3ab32c9742d9484389ec3d0dcb52d571c12b1220da0d237
3
+ size 44212656
test.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7ba0bcb84cddbebb35163d9de699bfebc3fe2ef902627dee47be248121c32972
3
- size 3113891
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:350c63f0528df2d5dbbca50ce0ea0c49919d9ba56ad215a65e9bd52639e6294a
3
+ size 3135366
train.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cf90a82903dee5e0332d4bad21ee79249e1d5531e54a5d8f3abc5e5aaded5a6f
3
- size 13858159
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfeb3e8ae6df381656929896a6d7b2122cc3a280974d3152070788a3e81e3d90
3
+ size 13884946
validation.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dba5a96b647bd335b787fa5d85cef59e3b1414ec1f1147bbcef890fbf9300de3
3
- size 3156325
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da407c07eb2b5a8942db99c5800589362183dc4fbd87846237a27ca92b8af29b
3
+ size 3117779