GitLab CI commited on
Commit
0894873
·
1 Parent(s): f53b5ca

Update model via GitLab CI

Browse files
Files changed (5) hide show
  1. config.json +4 -3
  2. generation_config.json +1 -1
  3. pytorch_model.bin +3 -0
  4. readme.md +0 -0
  5. tokenizer.json +0 -0
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "./tiny_base_model",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -7,6 +7,7 @@
7
  "attention_dropout": 0.0,
8
  "bos_token_id": 1,
9
  "eos_token_id": 2,
 
10
  "hidden_act": "silu",
11
  "hidden_size": 2048,
12
  "initializer_range": 0.02,
@@ -24,8 +25,8 @@
24
  "rope_theta": 10000.0,
25
  "tie_word_embeddings": false,
26
  "torch_dtype": "float16",
27
- "transformers_version": "4.44.2",
28
- "unsloth_version": "2024.10.0",
29
  "use_cache": true,
30
  "vocab_size": 32000
31
  }
 
1
  {
2
+ "_name_or_path": "./base_model",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
7
  "attention_dropout": 0.0,
8
  "bos_token_id": 1,
9
  "eos_token_id": 2,
10
+ "head_dim": 64,
11
  "hidden_act": "silu",
12
  "hidden_size": 2048,
13
  "initializer_range": 0.02,
 
25
  "rope_theta": 10000.0,
26
  "tie_word_embeddings": false,
27
  "torch_dtype": "float16",
28
+ "transformers_version": "4.45.2",
29
+ "unsloth_version": "2024.10.3",
30
  "use_cache": true,
31
  "vocab_size": 32000
32
  }
generation_config.json CHANGED
@@ -3,5 +3,5 @@
3
  "eos_token_id": 2,
4
  "max_length": 2048,
5
  "pad_token_id": 0,
6
- "transformers_version": "4.44.2"
7
  }
 
3
  "eos_token_id": 2,
4
  "max_length": 2048,
5
  "pad_token_id": 0,
6
+ "transformers_version": "4.45.2"
7
  }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b96388f4d7c9e3ceb9aff1610ef6a9316760874a1a10a06ad5278d3ada32429
3
+ size 2200164718
readme.md ADDED
File without changes
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff