taodaotada commited on
Commit
c081a25
·
verified ·
1 Parent(s): 44c7512

Upload LlamaForCausalLM

Browse files
Files changed (2) hide show
  1. config.json +2 -2
  2. generation_config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/data/llm-public_636/users/jun/workspace/tao/clm_sft/models/finetuned_models/m1/mistral-sft/checkpoints/epoch0_step1_score0.0010891275887843221",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -24,7 +24,7 @@
24
  "sliding_window": 4096,
25
  "tie_word_embeddings": false,
26
  "torch_dtype": "bfloat16",
27
- "transformers_version": "4.38.1",
28
  "use_cache": false,
29
  "vocab_size": 32001
30
  }
 
1
  {
2
+ "_name_or_path": "../clm_sft/publish/tadam1/",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
24
  "sliding_window": 4096,
25
  "tie_word_embeddings": false,
26
  "torch_dtype": "bfloat16",
27
+ "transformers_version": "4.38.2",
28
  "use_cache": false,
29
  "vocab_size": 32001
30
  }
generation_config.json CHANGED
@@ -2,6 +2,6 @@
2
  "_from_model_config": true,
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
- "transformers_version": "4.38.1",
6
  "use_cache": false
7
  }
 
2
  "_from_model_config": true,
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
+ "transformers_version": "4.38.2",
6
  "use_cache": false
7
  }