Upload folder using huggingface_hub
Browse files- config.json +9 -0
- hydra_lm_head.pt +3 -0
config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"base_model_name_or_path": "lmsys/vicuna-33b-v1.3",
|
3 |
+
"grounded_heads": true,
|
4 |
+
"hidden_state_offset": 0,
|
5 |
+
"hydra_head_arch": "prefix-mlp",
|
6 |
+
"hydra_num_heads": 4,
|
7 |
+
"hydra_num_layers": 4,
|
8 |
+
"transformers_version": "4.36.2"
|
9 |
+
}
|
hydra_lm_head.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65831a555d9a1c53864662239f32803a6ba9a49594dfc5f7e48e061ab2dfbeae
|
3 |
+
size 6461803569
|