sugatoray commited on
Commit
359e0e6
1 Parent(s): ae6befe

Update config.json

Browse files

Update property `_name_or_path` to model name on HF Hub.

- additionally add another property `_name_or_path_parent` to the parent model(s).

Files changed (1) hide show
  1. config.json +4 -1
config.json CHANGED
@@ -1,5 +1,8 @@
1
  {
2
- "_name_or_path": "mistral-community/Mixtral-8x22B-v0.1",
 
 
 
3
  "architectures": [
4
  "MixtralForCausalLM"
5
  ],
 
1
  {
2
+ "_name_or_path": "HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1",
3
+ "_name_or_path_parent": [
4
+ "mistral-community/Mixtral-8x22B-v0.1",
5
+ ],
6
  "architectures": [
7
  "MixtralForCausalLM"
8
  ],