Search is not available for this dataset
image imagewidth (px) 55 760 | label class label 0
classes |
|---|---|
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null | |
null |
End of preview. Expand in Data Studio
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
CLIP Pelatnas P2 2026 β ARIA Multimodal Crisis π€ποΈπ
Pelatnas IOAI 2026 | Sesi 30 Mei 2026
Repository ini berisi semua materi untuk sesi Multimodal Learning (CLIP) di Pelatnas P2 IOAI 2026, termasuk dataset preparation script, tutorial notebook, dan Kaggle competition pages.
Isi Repository
βββ prep_dataset.py # Problem-setter: generate seluruh competition dataset
βββ clip_tutorial.ipynb # Tutorial notebook (8 sections)
βββ create_notebook.py # Script untuk regenerate notebook dari source
βββ upload_kaggle.py # Upload dataset ke Kaggle
βββ requirements.txt # Python dependencies
βββ pages/
βββ description.md # Kaggle Overview tab (narasi ARIA)
βββ evaluation.md # Kaggle Evaluation tab
βββ data.md # Kaggle Data tab
βββ rules.md # Kaggle Rules tab
Kompetisi
| Item | Detail |
|---|---|
| Topik | Multimodal Learning β CLIP |
| Total items | 800 (200 per task) |
| Metrik | Accuracy (flat) |
| Baseline | ~70β80% (zero-shot CLIP ViT-B/32) |
4 Task
| # | Task | Dataset | Train | Test |
|---|---|---|---|---|
| 1 | Zero-shot Classification | STL-10 | Hanya class names | 200 images |
| 2 | Linear Probing | STL-10 | 1.000 labeled images | 200 images |
| 3 | Image-Text Retrieval | Flickr8k | 6.000 image-caption pairs | 200 queries (4-way) |
| 4 | MCQA | ScienceQA | 2.000 questions | 200 questions |
Setup
pip install -r requirements.txt
pip install git+https://github.com/openai/CLIP.git
Buat Competition Dataset
python prep_dataset.py
# Output: ./output/clip-pelatnas-p2/ β upload ke Kaggle
# ./output/solution.csv β simpan private
Upload ke Kaggle
# Setup credentials dulu:
mkdir -p ~/.kaggle
echo '{"username":"YOUR_USERNAME","key":"YOUR_KEY"}' > ~/.kaggle/kaggle.json
chmod 600 ~/.kaggle/kaggle.json
python upload_kaggle.py
Narasi Kompetisi
Lihat pages/description.md untuk narasi lengkap tentang ARIA (AI research station yang rusak akibat solar flare) yang perlu direkonstruksi oleh para kadet.
Difficulty Calibration
| Task | Zero-shot CLIP | Target P2 |
|---|---|---|
| Zero-shot | ~85β95% | >90% |
| Linear probe | ~90β95% | >93% |
| Retrieval | ~75β85% | >85% |
| MCQA | ~35β50% | >55% |
| Overall | ~70β80% | >85% |
- Downloads last month
- 17