PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 4 hours 18 minutes 18 seconds
Memory
Total
512MB
Used
13,32MB (2.6%)
Free
498,68MB
Keys
Current
10 162
Total (since start)
11 092
Evictions
0
Reclaimed
157
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
3 / 1 024 max
Total
60 112
Rejected
0
llm:21e64429a850b2d9adac611a8e552945b60dcb0be3672bd80fa85578720abedd
Edit
```json
{
"queries": [
{
"query": "SELECT \"Organization\", COUNT(*) AS model_count FROM epoch_ai_benchmarks WHERE \"Organization\" IS NOT NULL GROUP BY 1 ORDER BY 2 DESC LIMIT 10",
"description": "Top 10 organizations by number of AI models benchmarked."
},
{
"query": "SELECT \"Domain\", COUNT(*) AS benchmark_count FROM epoch_ai_benchmarks WHERE \"Domain\" IS NOT NULL GROUP BY 1 ORDER BY 2 DESC",
"description": "Distribution of benchmarks across different AI model domains."
},
{
"query": "SELECT \"Model name\", \"Organization\", \"Publication date\", \"Parameters\" FROM epoch_ai_benchmarks WHERE \"Parameters\" IS NOT NULL ORDER BY \"Publication date\" DESC LIMIT 15",
"description": "Recent AI models with parameter counts, sorted by publication date."
},
{
"query": "SELECT \"task\", COUNT(*) AS run_count FROM epoch_ai_benchmarks WHERE \"task\" IS NOT NULL GROUP BY 1 ORDER BY 2 DESC LIMIT 10",
"description": "Most frequently benchmarked tasks in the dataset."
},
{
"query": "SELECT \"Model accessibility\", COUNT(*) AS count FROM epoch_ai_benchmarks WHERE \"Model accessibility\" IS NOT NULL GROUP BY 1 ORDER BY 2 DESC",
"description": "Breakdown of AI models by accessibility level."
},
{
"query": "SELECT \"Country (of organization)\", COUNT(DISTINCT \"Organization\") AS org_count FROM epoch_ai_benchmarks WHERE \"Country (of organization)\" IS NOT NULL GROUP BY 1 ORDER BY 2 DESC LIMIT 10",
"description": "Countries with the most AI research organizations represented."
},
{
"query": "SELECT \"Model task\", COUNT(*) AS model_count FROM epoch_ai_benchmarks WHERE \"Model task\" IS NOT NULL GROUP BY 1 ORDER BY 2 DESC",
"description": "Distribution of models across different task categories."
},
{
"query": "SELECT \"Status\", COUNT(*) AS run_count FROM epoch_ai_benchmarks WHERE \"Status\" IS NOT NULL GROUP BY 1 ORDER BY 2 DESC",
"description": "Current status breakdown of benchmark runs."
},
{
"query": "SELECT \"Model name\", \"Organization\", \"Training dataset\" FROM epoch_ai_benchmarks WHERE \"Training dataset\" IS NOT NULL LIMIT 20",
"description": "Sample of AI models with their training datasets and organizations."
},
{
"query": "SELECT \"Notability criteria\", COUNT(*) AS model_count FROM epoch_ai_benchmarks WHERE \"Notability criteria\" IS NOT NULL GROUP BY 1 ORDER BY 2 DESC",
"description": "How models qualify as notable in the AI research community."
}
]
}
```