From 0df4d18c10f0a9f2737ff49b44c9095ee9adcbd1 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 27 Oct 2023 02:00:51 +0000 Subject: [PATCH] Upload config.json with huggingface_hub --- config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index ad9111f..c27c563 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { - "_name_or_path": "", + "_name_or_path": "/home/user/data/data/base_model/AtoM-7B", "architectures": [ "LlamaForCausalLM" ], @@ -20,8 +20,8 @@ "rms_norm_eps": 1e-05, "rope_scaling": null, "tie_word_embeddings": false, - "torch_dtype": "float16", - "transformers_version": "4.31.0", + "torch_dtype": "bfloat16", + "transformers_version": "4.29.0", "use_cache": true, "vocab_size": 65000 }