stfotso commited on
Commit
d5b689d
·
verified ·
1 Parent(s): 26ab0d3

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -2
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "architectures": [
3
  "LlamaForCausalLM"
4
  ],
@@ -32,8 +33,8 @@
32
  },
33
  "rope_theta": 500000.0,
34
  "tie_word_embeddings": true,
35
- "torch_dtype": "bfloat16",
36
- "transformers_version": "4.45.0.dev0",
37
  "use_cache": true,
38
  "vocab_size": 128256
39
  }
 
1
  {
2
+ "_name_or_path": "/tmp/steve_env0/llama_3.2_3B_fine_tuned_french_ghomala/best_model",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
33
  },
34
  "rope_theta": 500000.0,
35
  "tie_word_embeddings": true,
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.49.0",
38
  "use_cache": true,
39
  "vocab_size": 128256
40
  }