nroggendorff commited on
Commit
036d984
·
verified ·
1 Parent(s): 6333836

Timer stop at step 2340

Browse files
Files changed (4) hide show
  1. config.json +3 -1
  2. generation_config.json +1 -1
  3. model.safetensors +1 -1
  4. tokenizer.json +6 -1
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "architectures": [
3
  "LlamaForCausalLM"
4
  ],
@@ -24,7 +25,8 @@
24
  "rope_scaling": null,
25
  "rope_theta": 10000.0,
26
  "tie_word_embeddings": false,
27
- "transformers_version": "4.57.1",
 
28
  "use_cache": true,
29
  "vocab_size": 32000
30
  }
 
1
  {
2
+ "_name_or_path": "prepared_model",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
25
  "rope_scaling": null,
26
  "rope_theta": 10000.0,
27
  "tie_word_embeddings": false,
28
+ "torch_dtype": "float16",
29
+ "transformers_version": "4.46.0",
30
  "use_cache": true,
31
  "vocab_size": 32000
32
  }
generation_config.json CHANGED
@@ -5,5 +5,5 @@
5
  2
6
  ],
7
  "pad_token_id": 1,
8
- "transformers_version": "4.57.1"
9
  }
 
5
  2
6
  ],
7
  "pad_token_id": 1,
8
+ "transformers_version": "4.46.0"
9
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:47ccbdd340c0faca1e83cb0ba8da3ac050bd081e22db11a8fc78e104f19713d4
3
  size 2015366744
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83c50a15d5e1f9dccdc682ef573892d2561ca1b51d48a9964e49acc7faefde30
3
  size 2015366744
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 1024,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {