Gather the runs and the results under data/
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"script_version": "cluster_keywords.py 1.0.0",
|
||||
"source_runs": [
|
||||
"runs/01-tag/run1",
|
||||
"runs/01-tag/run2"
|
||||
],
|
||||
"source_records": [
|
||||
882,
|
||||
882
|
||||
],
|
||||
"embedding": {
|
||||
"model": "sentence-transformers/all-mpnet-base-v2",
|
||||
"revision": "e8c3b32edf5434bc2275fc9bab85f82640a19130"
|
||||
},
|
||||
"clustering": {
|
||||
"algorithm": "AgglomerativeClustering",
|
||||
"linkage": "ward",
|
||||
"metric": "euclidean",
|
||||
"clusters": 100
|
||||
},
|
||||
"extra_keywords": [
|
||||
"women-power"
|
||||
],
|
||||
"keyword_count": 5999,
|
||||
"versions": {
|
||||
"python": "3.14.6",
|
||||
"torch": "2.13.0+cpu",
|
||||
"transformers": "5.14.1",
|
||||
"sentence-transformers": "5.6.1",
|
||||
"scikit-learn": "1.9.0",
|
||||
"numpy": "2.5.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user