NNNan commited on
Commit
cb27103
·
verified ·
1 Parent(s): d67e1fb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -86,4 +86,16 @@ prompt = template.format(**sampled)
86
  print(prompt)
87
  ```
88
 
 
 
 
 
 
 
 
 
 
 
 
 
89
 
 
86
  print(prompt)
87
  ```
88
 
89
+ ---
90
+
91
+ ## 📖 Citation
92
+ If you use this dataset, please cite:
93
+
94
+ ```bibtex
95
+ @article{UniEM2025,
96
+ title={UniEM-3M: A Universal Electron Micrograph Dataset for Microstructural Segmentation and Generation},
97
+ author={...},
98
+ journal={...},
99
+ year={2025}
100
+ }
101