Upload folder using huggingface_hub
Browse files- README.md +23 -0
- llava_onevision_phase2_checkpoint.ckpt +3 -0
README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# LLAVA OneVision Phase 2 Checkpoint
|
| 2 |
+
|
| 3 |
+
This is a PyTorch Lightning checkpoint from phase 2 of training.
|
| 4 |
+
|
| 5 |
+
## How to use
|
| 6 |
+
|
| 7 |
+
Make sure you have the correct model class used during training. Then load the checkpoint like this:
|
| 8 |
+
|
| 9 |
+
```python
|
| 10 |
+
from your_module import OnlineKnowledgeDistillationLLavaOneVision # replace with your actual import
|
| 11 |
+
model = OnlineKnowledgeDistillationLLavaOneVision.load_from_checkpoint("llava_onevision_phase2_checkpoint.ckpt")
|
| 12 |
+
```
|
| 13 |
+
|
| 14 |
+
## Files
|
| 15 |
+
|
| 16 |
+
- `llava_onevision_phase2_checkpoint.ckpt` — model checkpoint
|
| 17 |
+
|
| 18 |
+
## Notes
|
| 19 |
+
|
| 20 |
+
- Framework: PyTorch Lightning
|
| 21 |
+
- Phase: 2
|
| 22 |
+
- This is **not** a Hugging Face Transformers-compatible model (yet).
|
| 23 |
+
|
llava_onevision_phase2_checkpoint.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b3ffc24d0a2648e920f5ff87f9a7515ea7d3a4f17d0532d939d4eb07866b9c4
|
| 3 |
+
size 23604675359
|