lamhieu commited on
Commit
2f01ab4
1 Parent(s): e77c847

chore: update README.md content

Browse files
Files changed (1) hide show
  1. README.md +53 -2
README.md CHANGED
@@ -9,13 +9,64 @@ dataset_info:
9
  dtype: string
10
  splits:
11
  - name: train
12
- num_bytes: 2396505.0
13
  num_examples: 8676
14
  download_size: 970141
15
- dataset_size: 2396505.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: 2396505
13
  num_examples: 8676
14
  download_size: 970141
15
+ dataset_size: 2396505
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
+ language:
25
+ - en
26
+ size_categories:
27
+ - 1K<n<10K
28
  ---
29
+
30
+
31
+ ## Description
32
+
33
+ The dataset is from [medalpaca/medical_meadow_health_advice](https://huggingface.co/datasets/medalpaca/medical_meadow_health_advice), formatted as dialogues for speed and ease of use. Many thanks to author for releasing it.
34
+ 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).
35
+
36
+ ## Structure
37
+
38
+ *View online through viewer.*
39
+
40
+ ## Note
41
+
42
+ We advise you to reconsider before use, thank you. If you find it useful, please like and follow this account.
43
+
44
+ ## Reference
45
+
46
+ The **Ghost X** was developed with the goal of researching and developing artificial intelligence useful to humans.
47
+
48
+ - HuggingFace: [ghost-x](https://huggingface.co/ghost-x)
49
+ - Github: [ghost-x-ai](https://github.com/ghost-x-ai)
50
+ - X / Twitter: [ghostx_ai](https://twitter.com/ghostx_ai)
51
+ - Website: [ghost-x.org](https://ghost-x.org/)
52
+
53
+ ## Citation
54
+
55
+ ```json
56
+ @inproceedings{yu-etal-2019-detecting,
57
+ title = "Detecting Causal Language Use in Science Findings",
58
+ author = "Yu, Bei and
59
+ Li, Yingya and
60
+ Wang, Jun",
61
+ 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)",
62
+ month = nov,
63
+ year = "2019",
64
+ address = "Hong Kong, China",
65
+ publisher = "Association for Computational Linguistics",
66
+ url = "https://aclanthology.org/D19-1473",
67
+ doi = "10.18653/v1/D19-1473",
68
+ pages = "4664--4674",
69
+ }
70
+ ```
71
+
72
+ ### ~