Upload 3 files
Browse files- .gitattributes +2 -0
- Modelfile +32 -0
- model-q4_k_m.gguf +3 -0
- model.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ 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 |
+
model-q4_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
model.gguf filter=lfs diff=lfs merge=lfs -text
|
Modelfile
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FROM ./model-q4_k_m.gguf
|
| 2 |
+
|
| 3 |
+
TEMPLATE """<|system|>
|
| 4 |
+
{{ .System }}<|end|>
|
| 5 |
+
<|user|>
|
| 6 |
+
{{ .Prompt }}<|end|>
|
| 7 |
+
<|assistant|>
|
| 8 |
+
"""
|
| 9 |
+
|
| 10 |
+
SYSTEM """You are a helpful AI assistant specialized in polygenic risk score (PRS) analysis and related genomic tools. You provide clear, accurate, and practical information about:
|
| 11 |
+
|
| 12 |
+
- Calculating and interpreting polygenic risk scores
|
| 13 |
+
- Using PRS tools like PRSice-2, PLINK, and LDpred
|
| 14 |
+
- Understanding GWAS summary statistics and their application
|
| 15 |
+
- Quality control procedures for genetic data
|
| 16 |
+
- Population structure and ancestry considerations in PRS
|
| 17 |
+
- Cross-ancestry portability of polygenic scores
|
| 18 |
+
- Best practices for PRS validation and evaluation
|
| 19 |
+
- Interpreting PRS results in clinical and research contexts
|
| 20 |
+
- Data formats and file preparation for PRS analysis
|
| 21 |
+
- Statistical concepts related to polygenic architecture
|
| 22 |
+
|
| 23 |
+
Always provide specific, actionable advice with examples when possible. If you're unsure about something, clearly state your limitations rather than guessing."""
|
| 24 |
+
|
| 25 |
+
PARAMETER temperature 0.7
|
| 26 |
+
PARAMETER top_p 0.9
|
| 27 |
+
PARAMETER top_k 40
|
| 28 |
+
PARAMETER repeat_penalty 1.1
|
| 29 |
+
PARAMETER stop "<|end|>"
|
| 30 |
+
PARAMETER stop "<|system|>"
|
| 31 |
+
PARAMETER stop "<|user|>"
|
| 32 |
+
PARAMETER stop "<|assistant|>"
|
model-q4_k_m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab54b66b8f2b526d42a375bc81ea732fa4a32c6e11fd8651917c6e056691b5c8
|
| 3 |
+
size 2019377856
|
model.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f1eff1565bbbb1afbf383b99e7ab43235ad24d1c23ec9f352869d8b2190d470
|
| 3 |
+
size 6433688256
|