Add checkpoint repository README
Browse files
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# EMNLP Checkpoints
|
| 6 |
+
|
| 7 |
+
This repository stores checkpoint artifacts that are intentionally excluded from the GitHub repository.
|
| 8 |
+
|
| 9 |
+
## LLaDA-1.5
|
| 10 |
+
|
| 11 |
+
Source baseline: `GSAI-ML/LLaDA-1.5`
|
| 12 |
+
|
| 13 |
+
Uploaded path prefix: `llada15_extension/`
|
| 14 |
+
|
| 15 |
+
The manifest is available at `llada15_extension/checkpoint_manifest.json`.
|