cannin commited on
Commit
1d5e04b
·
1 Parent(s): 6275e27

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -2
README.md CHANGED
@@ -50,13 +50,24 @@ Apache-2.0
50
 
51
  ### Citation Information
52
 
53
- Citation for this dataset or the code to generate the dataset:
54
 
55
  ```
56
- @misc{Luna2023,
57
  author = {Augustin Luna},
58
  title = {biostars_qa Dataset},
59
  year = {2023},
 
 
 
 
 
 
 
 
 
 
 
60
  howpublished = {\url{https://github.com/cannin/biostars_qa}}
61
  }
62
  ```
 
50
 
51
  ### Citation Information
52
 
53
+ Citation for this dataset:
54
 
55
  ```
56
+ @misc{Luna2023a,
57
  author = {Augustin Luna},
58
  title = {biostars_qa Dataset},
59
  year = {2023},
60
+ howpublished = {\url{https://huggingface.co/datasets/cannin/biostars_qa}}
61
+ }
62
+ ```
63
+
64
+ Citation for the code to generate this dataset:
65
+
66
+ ```
67
+ @misc{Luna2023b,
68
+ author = {Augustin Luna},
69
+ title = {biostars_qa Code},
70
+ year = {2023},
71
  howpublished = {\url{https://github.com/cannin/biostars_qa}}
72
  }
73
  ```