File size: 1,232 Bytes
eabb3d7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
license: other
language:
- en
task_categories:
- image-text-to-text
tags:
- fossil
- paleontology
- visual-question-answering
- llama-factory
pretty_name: FosCap Three-Stage Training Dataset
---

# FosCap Three-Stage Training Dataset

Training data for the three-stage FosCap fossil-image understanding and captioning pipeline.

## Contents

| Stage | Annotations | Images |
| --- | --- | --- |
| Stage 1 | `foscap_stage1.json` | `foscap_stage1_images.zip` |
| Stage 2 | `foscap_stage2.json` | `foscap_stage2_images.zip` |
| Stage 3 | `foscap_stage3_new_visual_expert.json` | `foscap_stage3_images.zip` |

The annotation files use LLaMA-Factory's ShareGPT multimodal format with `messages` and `images` fields.
Image paths in each JSON file are filenames relative to the extracted image directory for that stage.

## Extraction

```bash
unzip foscap_stage1_images.zip -d stage1_images
unzip foscap_stage2_images.zip -d stage2_images
unzip foscap_stage3_images.zip -d stage3_images
```

## Related models

- [Stage 1](https://huggingface.co/LockOnN/FosCap-Qwen3.6-35B-A3B-Stage1)
- [Stage 2](https://huggingface.co/LockOnN/FosCap-Qwen3.6-35B-A3B-Stage2)
- [Stage 3](https://huggingface.co/LockOnN/FosCap-Qwen3.6-35B-A3B-Stage3)