|
6 | 6 |
|
7 | 7 | **[Read the Official Documentation](https://concode0.github.io/Versor/)** |
8 | 8 |
|
9 | | - |
| 9 | + |
10 | 10 |
|
11 | 11 | ## At a Glance |
12 | 12 |
|
@@ -113,7 +113,7 @@ uv run main.py task=sr algebra.p=4 training.lr=0.001 |
113 | 113 |
|
114 | 114 | ### Interactive Demo (Streamlit) |
115 | 115 |
|
116 | | - |
| 116 | + |
117 | 117 |
|
118 | 118 | ```bash |
119 | 119 | streamlit run examples/demo.py |
@@ -152,6 +152,9 @@ Multi-task energy + force prediction with conservative constraint ($F = -\nabla |
152 | 152 |
|
153 | 153 | All runs: rMD17 · 1000 train / 1000 val / 98 000 test · RTX Pro 4500. |
154 | 154 |
|
| 155 | + |
| 156 | + |
| 157 | + |
155 | 158 | **Error distribution:** Across all three molecules, the prediction error distributions peak sharply at 0 and follow a Gaussian-like shape. This indicates the model is not making systematic biases — it finds the geometrically correct answer and the residual error is purely stochastic noise, consistent with a model that has learned the true underlying potential energy surface geometry. |
156 | 159 |
|
157 | 160 | ```bash |
@@ -287,6 +290,16 @@ For a deep dive into the framework, please visit our official documentation site |
287 | 290 | * **Innovations**: 10 code-illustrated features that make Versor unique. |
288 | 291 | * **API Reference**: Full documentation of `core`, `layers`, and `functional` modules. |
289 | 292 |
|
| 293 | +## Contributing |
| 294 | + |
| 295 | +Versor is currently in a **Stabilization Phase** as the lead maintainer focuses on academic milestones. While we are not actively seeking major feature contributions at this moment, we highly value community feedback. |
| 296 | + |
| 297 | +- **Found a Bug?** Please open an [Issue](https://github.com/Concode0/Versor/issues) with a detailed reproduction case. |
| 298 | +- **Have an Idea?** Open an Issue to discuss it before submitting a Pull Request. |
| 299 | +- **Code of Conduct:** All participants are expected to adhere to our [Code of Conduct](./CODE_OF_CONDUCT.md). |
| 300 | + |
| 301 | +We believe in the power of the community to "unbend" the future of AI together. |
| 302 | + |
290 | 303 | ## License & Intellectual Property |
291 | 304 |
|
292 | 305 | This project is licensed under the **Apache License 2.0**. |
|
0 commit comments