hbin0701 commited on
Commit
0a7e9b5
1 Parent(s): fda9216

edit base model name

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/home/hyeonbin/self_train/Verifiers/models/mistral_7b_gsm8k_ep2_1e-5_rft_round1",
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
@@ -24,4 +24,4 @@
24
  "transformers_version": "4.41.0",
25
  "use_cache": true,
26
  "vocab_size": 32001
27
- }
 
1
  {
2
+ "_name_or_path": "mistralai/Mistral-7B-v0.1",
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
 
24
  "transformers_version": "4.41.0",
25
  "use_cache": true,
26
  "vocab_size": 32001
27
+ }