pcuenq HF staff commited on
Commit
a591dda
1 Parent(s): d807a82

config-json (#6)

Browse files

- params.json -> config.json, add model_type (2d8a75b70c68fccdfc18a753dcbb9d30e2dfd6db)
- Add library_name (dcf8cb165cf1fe0087938ff0dd8a5572d24a9d92)
- Merge remote-tracking branch 'origin/main' into pr/6 (1dfa434d5aefc1aaa2d19bd45d64311c20181dac)
- Remove library (cbaa45e341a04e2120c8ce38e424e70405ffb41b)

Files changed (3) hide show
  1. README.md +1 -1
  2. config.json +9 -0
  3. params.json +0 -1
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  pipeline_tag: text-generation
 
3
  inference: false
4
  tags:
5
  - facebook
@@ -8,7 +9,6 @@ tags:
8
  - llama-2
9
  - mlx
10
  license: llama2
11
- library: mlx
12
  ---
13
 
14
  # **Llama 2**
 
1
  ---
2
  pipeline_tag: text-generation
3
+ library_name: mlx
4
  inference: false
5
  tags:
6
  - facebook
 
9
  - llama-2
10
  - mlx
11
  license: llama2
 
12
  ---
13
 
14
  # **Llama 2**
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dim": 4096,
3
+ "multiple_of": 256,
4
+ "n_heads": 32,
5
+ "n_layers": 32,
6
+ "norm_eps": 1e-05,
7
+ "vocab_size": -1,
8
+ "model_type": "llama"
9
+ }
params.json DELETED
@@ -1 +0,0 @@
1
- {"dim": 4096, "multiple_of": 256, "n_heads": 32, "n_layers": 32, "norm_eps": 1e-05, "vocab_size": -1}