skar0 commited on
Commit
e4cec7d
·
verified ·
1 Parent(s): 3676fed

Upload tiny random Llama-3.3 model (seed 42)

Browse files
Files changed (3) hide show
  1. README.md +2 -2
  2. config.json +6 -0
  3. model.safetensors +2 -2
README.md CHANGED
@@ -24,8 +24,8 @@ This is a tiny random version of the JackFram/llama-68m model, created for testi
24
 
25
  ## Parameters
26
 
27
- - **Total parameters**: ~43,455,744
28
- - **Trainable parameters**: ~43,455,744
29
 
30
  ## Usage
31
 
 
24
 
25
  ## Parameters
26
 
27
+ - **Total parameters**: ~43,454,976
28
+ - **Trainable parameters**: ~43,454,976
29
 
30
  ## Usage
31
 
config.json CHANGED
@@ -9,8 +9,14 @@
9
  "head_dim": 64,
10
  "hidden_act": "silu",
11
  "hidden_size": 768,
 
 
 
12
  "initializer_range": 0.02,
13
  "intermediate_size": 3072,
 
 
 
14
  "max_position_embeddings": 2048,
15
  "mlp_bias": false,
16
  "model_type": "llama",
 
9
  "head_dim": 64,
10
  "hidden_act": "silu",
11
  "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "LABEL_0"
14
+ },
15
  "initializer_range": 0.02,
16
  "intermediate_size": 3072,
17
+ "label2id": {
18
+ "LABEL_0": 0
19
+ },
20
  "max_position_embeddings": 2048,
21
  "mlp_bias": false,
22
  "model_type": "llama",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c302b9615e186442df724d79c3c1e75215e82ee241a4bde6070f3fb0ccfdd5a8
3
- size 173825280
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64feec5fef66d9a9708fe6ed1dfa6d85d8971dd6b7f744ce88a3d53493b225c3
3
+ size 173822208