Update src/config.yaml
Browse files- src/config.yaml +1 -1
src/config.yaml
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
modelEmbeddings: "sentence-transformers/all-MiniLM-L6-v2"
|
2 |
-
autoTokenizer: "
|
3 |
autoModelForCausalLM: "meta-llama/Meta-Llama-3-8B-Instruct"
|
|
|
1 |
modelEmbeddings: "sentence-transformers/all-MiniLM-L6-v2"
|
2 |
+
autoTokenizer: "microsoft/Phi-3-mini-128k-instruct"
|
3 |
autoModelForCausalLM: "meta-llama/Meta-Llama-3-8B-Instruct"
|