Ayomidejoe commited on
Commit
a836882
·
verified ·
1 Parent(s): d2a6bcc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -14
README.md CHANGED
@@ -46,14 +46,6 @@ configs:
46
  | `Answer_text_length` | integer | The length of the answer text (in characters) |
47
  | `Answer_language_probability` | float | The confidence score of the language detection algorithm |
48
 
49
- ---
50
- splits:
51
- - name: train
52
- num_bytes: 1847812
53
- num_examples: 2639
54
- download_size: 901939
55
- dataset_size: 1847812
56
- ---
57
 
58
 
59
  ## Usage
@@ -73,9 +65,11 @@ MIT
73
 
74
  If you use this dataset in your research, please cite it as:
75
 
76
- '@dataset{nigerian_healthcare_forum_qa,
77
- title={Nigerian Healthcare Forum Q\&A Dataset},
78
- year={2023},
79
- publisher={Your Organization},
80
- note={Data retrieved from a closed online platform's MySQL dump}
81
- }'
 
 
 
46
  | `Answer_text_length` | integer | The length of the answer text (in characters) |
47
  | `Answer_language_probability` | float | The confidence score of the language detection algorithm |
48
 
 
 
 
 
 
 
 
 
49
 
50
 
51
  ## Usage
 
65
 
66
  If you use this dataset in your research, please cite it as:
67
 
68
+ ```@dataset {NaijaMed_QA_Dataset,
69
+ title = {Nigerian Healthcare Forum Q\&A Dataset},
70
+ author = {Ayomide Owoyemi}
71
+ year = {2024},
72
+ publisher = {Hugging Face Datasets},
73
+ version = {1.0.0},
74
+ url = {https://huggingface.co/datasets/Ayomidejoe/NaijaMed_QA_Dataset},
75
+ }