joanllop ggbetz commited on
Commit
4bd3856
1 Parent(s): 574f5be

Correct model path (#2)

Browse files

- Correct model path (b8b0c341dbc9e8e5d401f4559149c23392a3e630)


Co-authored-by: Gregor Betz <ggbetz@users.noreply.huggingface.co>

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
  ],