Upload rag_config.json with huggingface_hub
Browse files- rag_config.json +21 -0
rag_config.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"rag_config": {
|
3 |
+
"retrieval_top_k": 5,
|
4 |
+
"context_in_prompt": true,
|
5 |
+
"embedding_model": "sentence-transformers/all-mpnet-base-v2",
|
6 |
+
"faiss_index_path": "faiss_index.bin",
|
7 |
+
"metadata_path": "metadata.jsonl"
|
8 |
+
},
|
9 |
+
"jetson_optimized": true,
|
10 |
+
"training_completed": true,
|
11 |
+
"final_loss": 0.3904,
|
12 |
+
"training_time_hours": 5.26,
|
13 |
+
"model_info": {
|
14 |
+
"base_model": "Qwen/Qwen3-0.6B-Base",
|
15 |
+
"epochs": 3,
|
16 |
+
"batch_size": 2,
|
17 |
+
"gradient_accumulation_steps": 16,
|
18 |
+
"learning_rate": 2e-05,
|
19 |
+
"fp16": true
|
20 |
+
}
|
21 |
+
}
|