Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,8 +3,22 @@ title: README
|
|
| 3 |
emoji: 🏢
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: blue
|
| 6 |
-
sdk:
|
| 7 |
pinned: false
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
emoji: 🏢
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: blue
|
| 6 |
+
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
license: mit
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# GA High School Sports Data Science
|
| 12 |
+
|
| 13 |
+
Data journalist exploring AI applications in local sports coverage. Currently building fine-tuned language models for Georgia high school athletics using open-source tools and publicly available sports journalism.
|
| 14 |
+
|
| 15 |
+
> This is a research space.
|
| 16 |
+
|
| 17 |
+
## Current Projects
|
| 18 |
+
|
| 19 |
+
- 🏈 [georgia-sports-llama3-dpo](https://huggingface.co/kslote/georgia-sports-llama3-dpo) — Llama 3.1 8B fine-tuned with DPO on GHSA sports content
|
| 20 |
+
- 📊 [georgia-high-school-sports](https://huggingface.co/datasets/kslote/georgia-high-school-sports) — 4,078 preference pairs for DPO training
|
| 21 |
+
|
| 22 |
+
## About This Work
|
| 23 |
+
|
| 24 |
+
All models are trained on publicly available content from [GPB Sports](https://www.gpb.org/sports). Preference data was generated locally on Apple Silicon using [Ollama](https://ollama.com/) with Llama 3.1 8B and Mistral 7B. Fine-tuning was done with QLoRA on Google Colab.
|