Upload 10 files
Browse files- .gitattributes +3 -0
- RAGmaterials/ecg_rag.index +3 -0
- RAGmaterials/ecg_rag_config.json +7 -0
- RAGmaterials/ecg_rag_meta.pkl +3 -0
- RAGmaterials/token_explain_outputs_compare/oneq_compare_hist.png +0 -0
- RAGmaterials/token_explain_outputs_compare/oneq_compare_timeline.png +3 -0
- RAGmaterials/token_explain_outputs_oneq/oneq_prob_hist.png +0 -0
- RAGmaterials/token_explain_outputs_oneq/oneq_prob_timeline.png +3 -0
- RAGmaterials/token_explain_outputs_oneq/oneq_token_explanations.json +0 -0
- RAGmaterials/token_explain_outputs_oneq/oneq_topk_heatmap.png +0 -0
- RAGmaterials/token_explain_outputs_oneq/oneq_topk_step_5.png +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
RAGmaterials/ecg_rag.index filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
RAGmaterials/token_explain_outputs_compare/oneq_compare_timeline.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
RAGmaterials/token_explain_outputs_oneq/oneq_prob_timeline.png filter=lfs diff=lfs merge=lfs -text
|
RAGmaterials/ecg_rag.index
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97635c868fbbbfbadf7ca0457de4b71adc335d5227bcdc02d9e2dd090db75664
|
| 3 |
+
size 43892781
|
RAGmaterials/ecg_rag_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_model": "sentence-transformers/all-MiniLM-L6-v2",
|
| 3 |
+
"num_docs": 28576,
|
| 4 |
+
"dim": 384,
|
| 5 |
+
"faiss_index": "/content/drive/MyDrive/LLM/LLMData/RAGmaterials/ecg_rag.index",
|
| 6 |
+
"meta_path": "/content/drive/MyDrive/LLM/LLMData/RAGmaterials/ecg_rag_meta.pkl"
|
| 7 |
+
}
|
RAGmaterials/ecg_rag_meta.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf9e04abbfe64056252d0f2ff29484730f26b47fb3c6c8956fd37327a1450ffc
|
| 3 |
+
size 23929009
|
RAGmaterials/token_explain_outputs_compare/oneq_compare_hist.png
ADDED
|
RAGmaterials/token_explain_outputs_compare/oneq_compare_timeline.png
ADDED
|
Git LFS Details
|
RAGmaterials/token_explain_outputs_oneq/oneq_prob_hist.png
ADDED
|
RAGmaterials/token_explain_outputs_oneq/oneq_prob_timeline.png
ADDED
|
Git LFS Details
|
RAGmaterials/token_explain_outputs_oneq/oneq_token_explanations.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
RAGmaterials/token_explain_outputs_oneq/oneq_topk_heatmap.png
ADDED
|
RAGmaterials/token_explain_outputs_oneq/oneq_topk_step_5.png
ADDED
|