Spaces:
Sleeping
Sleeping
DVampire
commited on
Commit
Β·
26884bd
1
Parent(s):
f7470ea
update model
Browse files- README.md +2 -2
- configs/paper_agent.py +1 -1
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: π
|
4 |
colorFrom: blue
|
5 |
colorTo: purple
|
@@ -9,7 +9,7 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
#
|
13 |
|
14 |
A comprehensive system for evaluating AI research papers using advanced language models with asynchronous processing and concurrent evaluation capabilities.
|
15 |
|
|
|
1 |
---
|
2 |
+
title: AI Realizability Index
|
3 |
emoji: π
|
4 |
colorFrom: blue
|
5 |
colorTo: purple
|
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
+
# AI Realizability Index - AI Paper Evaluation System
|
13 |
|
14 |
A comprehensive system for evaluating AI research papers using advanced language models with asynchronous processing and concurrent evaluation capabilities.
|
15 |
|
configs/paper_agent.py
CHANGED
@@ -5,5 +5,5 @@ log_path = "agent.log"
|
|
5 |
db_path = "papers_cache.db"
|
6 |
frontend_path = "frontend"
|
7 |
|
8 |
-
model_id = "claude-
|
9 |
version = "0.1.0"
|
|
|
5 |
db_path = "papers_cache.db"
|
6 |
frontend_path = "frontend"
|
7 |
|
8 |
+
model_id = "claude-sonnet-4-20250514"
|
9 |
version = "0.1.0"
|