Upload config.json with huggingface_hub
Browse files- config.json +9 -0
config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "curiousily/Llama-3-8B-Instruct-Finance-RAG",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"LlamaForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"model_type": "llama",
|
| 7 |
+
"torch_dtype": "bfloat16",
|
| 8 |
+
"transformers_version": "4.40.0"
|
| 9 |
+
}
|