gate369 commited on
Commit
494af9f
1 Parent(s): 45a3dfd

(Trained with Unsloth)

Browse files
Files changed (3) hide show
  1. config.json +2 -2
  2. model.safetensors +2 -2
  3. special_tokens_map.json +7 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "gate369/tesla6x6passthrough",
3
  "add_gates": false,
4
  "architectures": [
5
  "MistralForCausalLM"
@@ -21,7 +21,7 @@
21
  "rope_theta": 10000.0,
22
  "sliding_window": 4096,
23
  "tie_word_embeddings": false,
24
- "torch_dtype": "bfloat16",
25
  "transformers_version": "4.41.1",
26
  "unsloth_version": "2024.5",
27
  "use_cache": true,
 
1
  {
2
+ "_name_or_path": "liminerity/tesla2",
3
  "add_gates": false,
4
  "architectures": [
5
  "MistralForCausalLM"
 
21
  "rope_theta": 10000.0,
22
  "sliding_window": 4096,
23
  "tie_word_embeddings": false,
24
+ "torch_dtype": "float16",
25
  "transformers_version": "4.41.1",
26
  "unsloth_version": "2024.5",
27
  "use_cache": true,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cef15681e4a35274ca94d4446cac1d817cf9a87bb2de7cc205057c2924343369
3
- size 438191584
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6eccf8105d1e1908369ded247ecaf0c8c98fd2e292d15b0abb43db15aa3468a7
3
+ size 438191256
special_tokens_map.json CHANGED
@@ -13,7 +13,13 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
- "pad_token": "<unk>",
 
 
 
 
 
 
17
  "unk_token": {
18
  "content": "<unk>",
19
  "lstrip": false,
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": {
17
+ "content": "<unk>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
  "unk_token": {
24
  "content": "<unk>",
25
  "lstrip": false,