Datasets:
Add files using upload-large-folder tool
Browse files- .gitattributes +2 -0
- README.md +43 -0
- foscap_stage1.json +3 -0
- foscap_stage2.json +3 -0
- foscap_stage2_images.zip +3 -0
- foscap_stage3_images.zip +3 -0
- foscap_stage3_new_visual_expert.json +0 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
foscap_stage2.json filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
foscap_stage1.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
task_categories:
|
| 6 |
+
- image-text-to-text
|
| 7 |
+
tags:
|
| 8 |
+
- fossil
|
| 9 |
+
- paleontology
|
| 10 |
+
- visual-question-answering
|
| 11 |
+
- llama-factory
|
| 12 |
+
pretty_name: FosCap Three-Stage Training Dataset
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# FosCap Three-Stage Training Dataset
|
| 16 |
+
|
| 17 |
+
Training data for the three-stage FosCap fossil-image understanding and captioning pipeline.
|
| 18 |
+
|
| 19 |
+
## Contents
|
| 20 |
+
|
| 21 |
+
| Stage | Annotations | Images |
|
| 22 |
+
| --- | --- | --- |
|
| 23 |
+
| Stage 1 | `foscap_stage1.json` | `foscap_stage1_images.zip` |
|
| 24 |
+
| Stage 2 | `foscap_stage2.json` | `foscap_stage2_images.zip` |
|
| 25 |
+
| Stage 3 | `foscap_stage3_new_visual_expert.json` | `foscap_stage3_images.zip` |
|
| 26 |
+
|
| 27 |
+
The annotation files use LLaMA-Factory's ShareGPT multimodal format with `messages` and `images` fields.
|
| 28 |
+
Image paths in each JSON file are filenames relative to the extracted image directory for that stage.
|
| 29 |
+
|
| 30 |
+
## Extraction
|
| 31 |
+
|
| 32 |
+
```bash
|
| 33 |
+
unzip foscap_stage1_images.zip -d stage1_images
|
| 34 |
+
unzip foscap_stage2_images.zip -d stage2_images
|
| 35 |
+
unzip foscap_stage3_images.zip -d stage3_images
|
| 36 |
+
```
|
| 37 |
+
|
| 38 |
+
## Related models
|
| 39 |
+
|
| 40 |
+
- [Stage 1](https://huggingface.co/LockOnN/FosCap-Qwen3.6-35B-A3B-Stage1)
|
| 41 |
+
- [Stage 2](https://huggingface.co/LockOnN/FosCap-Qwen3.6-35B-A3B-Stage2)
|
| 42 |
+
- [Stage 3](https://huggingface.co/LockOnN/FosCap-Qwen3.6-35B-A3B-Stage3)
|
| 43 |
+
|
foscap_stage1.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3233ed499dd2c361807f06715194675e38cee9dfa544fa9b78beb382bddba14
|
| 3 |
+
size 75231812
|
foscap_stage2.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2c1f7c6d22303709784e03f293e3716ebef062ba33a729db0fe8d7e9adc356d
|
| 3 |
+
size 177661218
|
foscap_stage2_images.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0813f076b2aac5313daf327727722c5d85c76cd258176abf7fa37a6397f7abc1
|
| 3 |
+
size 16243501103
|
foscap_stage3_images.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1252dd60391f5f22f265f1aab484c670d7c5c3874270415a7eeb385c27b33d80
|
| 3 |
+
size 597727348
|
foscap_stage3_new_visual_expert.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|