bajrangCoder
commited on
Commit
•
3572d21
1
Parent(s):
d794a11
Trained with Unsloth
Browse files- README.md +1 -1
- config.json +27 -2
- generation_config.json +1 -1
- pytorch_model-00001-of-00003.bin +2 -2
- pytorch_model-00002-of-00003.bin +2 -2
- pytorch_model-00003-of-00003.bin +2 -2
- pytorch_model.bin.index.json +1 -1
README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
---
|
|
|
2 |
library_name: transformers
|
3 |
tags:
|
4 |
- unsloth
|
5 |
- trl
|
6 |
- sft
|
7 |
- gita
|
8 |
-
license: mit
|
9 |
pipeline_tag: text-generation
|
10 |
---
|
11 |
|
|
|
1 |
---
|
2 |
+
license: mit
|
3 |
library_name: transformers
|
4 |
tags:
|
5 |
- unsloth
|
6 |
- trl
|
7 |
- sft
|
8 |
- gita
|
|
|
9 |
pipeline_tag: text-generation
|
10 |
---
|
11 |
|
config.json
CHANGED
@@ -1,3 +1,28 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "unsloth/mistral-7b-instruct-v0.3-bnb-4bit",
|
3 |
+
"architectures": [
|
4 |
+
"MistralForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 1,
|
8 |
+
"eos_token_id": 2,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 4096,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 14336,
|
13 |
+
"max_position_embeddings": 32768,
|
14 |
+
"model_type": "mistral",
|
15 |
+
"num_attention_heads": 32,
|
16 |
+
"num_hidden_layers": 32,
|
17 |
+
"num_key_value_heads": 8,
|
18 |
+
"pad_token_id": 770,
|
19 |
+
"rms_norm_eps": 1e-05,
|
20 |
+
"rope_theta": 1000000.0,
|
21 |
+
"sliding_window": null,
|
22 |
+
"tie_word_embeddings": false,
|
23 |
+
"torch_dtype": "float16",
|
24 |
+
"transformers_version": "4.41.1",
|
25 |
+
"unsloth_version": "2024.5",
|
26 |
+
"use_cache": true,
|
27 |
+
"vocab_size": 32768
|
28 |
+
}
|
generation_config.json
CHANGED
@@ -2,5 +2,5 @@
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 1,
|
4 |
"eos_token_id": 2,
|
5 |
-
"transformers_version": "4.
|
6 |
}
|
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 1,
|
4 |
"eos_token_id": 2,
|
5 |
+
"transformers_version": "4.41.1"
|
6 |
}
|
pytorch_model-00001-of-00003.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb56b08940932622280e73e282ca772b27623d32a0f065c33b4edde55f14117a
|
3 |
+
size 4949477088
|
pytorch_model-00002-of-00003.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b962e76ed33df30882366137508a3c58ec7de9504cbb8cb75be19e4f145a99d
|
3 |
+
size 4999844296
|
pytorch_model-00003-of-00003.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13f693b0c809a0cfd8df491678932bf8afb58831f69baab7b472fedcd9997e95
|
3 |
+
size 4546827910
|
pytorch_model.bin.index.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"metadata": {
|
3 |
-
"total_size":
|
4 |
},
|
5 |
"weight_map": {
|
6 |
"lm_head.weight": "pytorch_model-00003-of-00003.bin",
|
|
|
1 |
{
|
2 |
"metadata": {
|
3 |
+
"total_size": 14496047104
|
4 |
},
|
5 |
"weight_map": {
|
6 |
"lm_head.weight": "pytorch_model-00003-of-00003.bin",
|