Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,64 @@
|
|
| 1 |
---
|
| 2 |
-
title: README
|
| 3 |
emoji: 🔥
|
| 4 |
colorFrom: gray
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
emoji: 🔥
|
| 3 |
colorFrom: gray
|
| 4 |
colorTo: indigo
|
| 5 |
sdk: static
|
| 6 |
pinned: false
|
| 7 |
+
title: "DSTI — Machine Learning & AI Community"
|
| 8 |
+
type: "organization"
|
| 9 |
+
tags:
|
| 10 |
+
- community
|
| 11 |
+
- education
|
| 12 |
+
- machine-learning
|
| 13 |
+
- deep-learning
|
| 14 |
+
- nlp
|
| 15 |
+
- computer-vision
|
| 16 |
+
- generative-ai
|
| 17 |
+
- open-source
|
| 18 |
+
- teaching
|
| 19 |
+
- research
|
| 20 |
+
library_name:
|
| 21 |
+
- transformers
|
| 22 |
+
- diffusers
|
| 23 |
+
- datasets
|
| 24 |
+
- peft
|
| 25 |
---
|
| 26 |
|
| 27 |
+
# DSTI — Machine Learning & AI Community
|
| 28 |
+
|
| 29 |
+
**DSTI** is a university community focused on teaching, researching, and building with **Machine Learning** and **AI**.
|
| 30 |
+
We share open-source models, datasets, and learning resources across **NLP**, **Computer Vision**, and **Generative AI**, with a strong emphasis on **reproducibility** and **knowledge sharing**.
|
| 31 |
+
|
| 32 |
+
> **Interests:** Deep Learning (NLP & CV), Open Source, Reproducible Research, Knowledge Sharing, MLOps, Responsible AI.
|
| 33 |
+
|
| 34 |
+
---
|
| 35 |
+
|
| 36 |
+
## 🎯 Mission & Values
|
| 37 |
+
|
| 38 |
+
- **Educate**: Provide hands-on, industry-relevant ML/AI education.
|
| 39 |
+
- **Open**: Build in the open—code, weights, datasets, and docs.
|
| 40 |
+
- **Reproduce**: Promote rigorous, repeatable experiments and clear reporting.
|
| 41 |
+
- **Uplift**: Help students and practitioners learn, contribute, and grow together.
|
| 42 |
+
|
| 43 |
+
---
|
| 44 |
+
|
| 45 |
+
## 🧭 Focus Areas
|
| 46 |
+
|
| 47 |
+
- **NLP**: instruction-tuned LMs, evaluation, tokenization, prompt design.
|
| 48 |
+
- **Computer Vision**: image classification, detection, segmentation, multimodal.
|
| 49 |
+
- **Generative AI**: diffusion models, LLM fine-tuning/LoRA, evaluation.
|
| 50 |
+
- **MLOps & Tooling**: training recipes, experiment tracking, deployment tips.
|
| 51 |
+
- **Responsible AI**: bias, safety, documentation, and model cards.
|
| 52 |
+
|
| 53 |
+
---
|
| 54 |
+
|
| 55 |
+
## 📦 What You’ll Find Here
|
| 56 |
+
|
| 57 |
+
- **Models**: Student projects, course baselines, research prototypes.
|
| 58 |
+
- **Datasets**: Curated, class-safe datasets with clear licenses and splits.
|
| 59 |
+
- **Spaces**: Demos, teaching assistants, benchmarking dashboards.
|
| 60 |
+
- **Learning Resources**: Labs, notebooks, reading lists, and cheatsheets.
|
| 61 |
+
|
| 62 |
+
> All repos aim to include a **README/model card**, **license**, **training details**, and **repro steps**.
|
| 63 |
+
|
| 64 |
+
|