Spaces:
Running
Running
Commit ·
1a13da0
1
Parent(s): 9400afb
Fix README
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Codenames LLM Challenge
|
| 2 |
|
| 3 |
A Python framework for students to implement guesser bots for Codenames. The LLM acts as spymaster using embeddings.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Codenames LLM Challenge
|
| 3 |
+
emoji: 🕵️
|
| 4 |
+
colorFrom: red
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "5.0.0"
|
| 8 |
+
python_version: "3.11"
|
| 9 |
+
app_file: app.py
|
| 10 |
+
pinned: true
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
# Codenames LLM Challenge
|
| 14 |
|
| 15 |
A Python framework for students to implement guesser bots for Codenames. The LLM acts as spymaster using embeddings.
|