HippolyteP commited on
Commit
4d38eea
·
1 Parent(s): 10c8ed1

Push model using huggingface_hub.

Browse files
Files changed (2) hide show
  1. README.md +10 -0
  2. config.json +11 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - model_hub_mixin
4
+ - pytorch_model_hub_mixin
5
+ ---
6
+
7
+ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
+ - Code: [More Information Needed]
9
+ - Paper: [More Information Needed]
10
+ - Docs: [More Information Needed]
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bridge_args": {
3
+ "bridge_type": "multi_module",
4
+ "hidden_dim": 2048,
5
+ "in_dim": 3072,
6
+ "out_dim": 4096
7
+ },
8
+ "embedder": null,
9
+ "empty_init": 2,
10
+ "llms": []
11
+ }