lamhieu commited on
Commit
d7400ec
1 Parent(s): 7ce7966

chore: update README.md content

Browse files
Files changed (1) hide show
  1. README.md +54 -2
README.md CHANGED
@@ -9,13 +9,65 @@ dataset_info:
9
  dtype: string
10
  splits:
11
  - name: train
12
- num_bytes: 902953.0
13
  num_examples: 2446
14
  download_size: 246445
15
- dataset_size: 902953.0
16
  configs:
17
  - config_name: default
18
  data_files:
19
  - split: train
20
  path: data/train-*
 
 
 
 
 
 
 
 
21
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  dtype: string
10
  splits:
11
  - name: train
12
+ num_bytes: 902953
13
  num_examples: 2446
14
  download_size: 246445
15
+ dataset_size: 902953
16
  configs:
17
  - config_name: default
18
  data_files:
19
  - split: train
20
  path: data/train-*
21
+ task_categories:
22
+ - text-generation
23
+ - text2text-generation
24
+ - question-answering
25
+ language:
26
+ - en
27
+ size_categories:
28
+ - 1K<n<10K
29
  ---
30
+
31
+
32
+ ## Description
33
+
34
+ The dataset is from [medalpaca/medical_meadow_pubmed_causal](https://huggingface.co/datasets/medalpaca/medical_meadow_pubmed_causal), formatted as dialogues for speed and ease of use. Many thanks to author for releasing it.
35
+ Importantly, this format is easy to use via the default chat template of `transformers`, meaning you can use [huggingface/alignment-handbook](https://github.com/huggingface/alignment-handbook) immediately, [unsloth](https://github.com/unslothai/unsloth).
36
+
37
+ ## Structure
38
+
39
+ *View online through viewer.*
40
+
41
+ ## Note
42
+
43
+ We advise you to reconsider before use, thank you. If you find it useful, please like and follow this account.
44
+
45
+ ## Reference
46
+
47
+ The **Ghost X** was developed with the goal of researching and developing artificial intelligence useful to humans.
48
+
49
+ - HuggingFace: [ghost-x](https://huggingface.co/ghost-x)
50
+ - Github: [ghost-x-ai](https://github.com/ghost-x-ai)
51
+ - X / Twitter: [ghostx_ai](https://twitter.com/ghostx_ai)
52
+ - Website: [ghost-x.org](https://ghost-x.org/)
53
+
54
+ ## Citation
55
+
56
+ ```json
57
+ @inproceedings{yu-etal-2019-detecting,
58
+ title = "Detecting Causal Language Use in Science Findings",
59
+ author = "Yu, Bei and
60
+ Li, Yingya and
61
+ Wang, Jun",
62
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)",
63
+ month = nov,
64
+ year = "2019",
65
+ address = "Hong Kong, China",
66
+ publisher = "Association for Computational Linguistics",
67
+ url = "https://aclanthology.org/D19-1473",
68
+ doi = "10.18653/v1/D19-1473",
69
+ pages = "4664--4674",
70
+ }
71
+ ```
72
+
73
+ ### ~