ggbetz commited on
Commit
b8b0c34
1 Parent(s): 574f5be

Correct model path

Browse files

Correct path is needed to use model with vllm. :-)

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/gpfs/projects/bsc88/text/models/instruction-tuning/models/base_models_with_special_tokens/fourth_epoch_bsc_7b_restart_mix1_all_fineweb_from_mix1_lr3e-5_lr3e-6_step68625_hf",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
1
  {
2
+ "_name_or_path": "BSC-LT/salamandra-7b-instruct",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],