Initial commit: Add safety disclaimer and gating rules
Browse files
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
gated: manual
|
| 4 |
+
---
|
| 5 |
+
# Experimental Checkpoints: falcon3_10b
|
| 6 |
+
|
| 7 |
+
## ⚠️ Legal and Safety Disclaimer
|
| 8 |
+
**These are intermediate, experimental checkpoints.**
|
| 9 |
+
* **No Safety Alignment:** These models have not been trained, tuned, or evaluated for safety, harmlessness, or downstream deployment.
|
| 10 |
+
* **Intended Use:** Strictly for isolated research, structural analysis, and evaluation of fine-tuning recipes.
|
| 11 |
+
* **Prohibited Use:** Do not use in production, user-facing applications, or any environment where safe behavior is required.
|
| 12 |
+
|
| 13 |
+
By requesting access, you acknowledge the experimental nature of these artifacts and assume all liability and responsibility for their execution.
|