Spaces:
Running
on
Zero
Running
on
Zero
Upload step03_config.json with huggingface_hub
Browse files- step03_config.json +25 -0
step03_config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"step02_completed": true,
|
3 |
+
"completion_timestamp": "2025-08-22T14:04:40.765170",
|
4 |
+
"huggingface": {
|
5 |
+
"repo_id": "VincentGOURBIN/swift-mlx-Qwen3-Embedding-4B",
|
6 |
+
"dataset_name": "embeddings",
|
7 |
+
"repo_type": "dataset",
|
8 |
+
"files": {
|
9 |
+
"embeddings": "embeddings.safetensors",
|
10 |
+
"metadata": "embeddings_metadata.json",
|
11 |
+
"readme": "README.md"
|
12 |
+
}
|
13 |
+
},
|
14 |
+
"embeddings_info": {
|
15 |
+
"total_vectors": 7511,
|
16 |
+
"vector_dimension": 2560,
|
17 |
+
"embedding_model": "Qwen/Qwen3-Embedding-4B",
|
18 |
+
"faiss_index_type": "HNSW",
|
19 |
+
"format_version": "1.0"
|
20 |
+
},
|
21 |
+
"usage_examples": {
|
22 |
+
"download_command": "hf_hub_download(repo_id=\"VincentGOURBIN/swift-mlx-Qwen3-Embedding-4B\", filename=\"embeddings.safetensors\")",
|
23 |
+
"load_command": "tensors = load_file(\"embeddings.safetensors\"); embeddings = tensors[\"embeddings\"]"
|
24 |
+
}
|
25 |
+
}
|