Update README.md
Browse files
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 |
|