fotiecodes commited on
Commit
3690a18
1 Parent(s): 21380e3

Upload folder using huggingface_hub

Browse files
Modelfile CHANGED
@@ -1,5 +1,5 @@
1
 
2
- FROM /content/fotiecodes/jarvis-small-3b/unsloth.F16.gguf
3
  TEMPLATE """{{ if .Messages }}
4
  {{- if or .System .Tools }}<|start_header_id|>system<|end_header_id|>
5
  {{- if .System }}
 
1
 
2
+ FROM /content/jarvis-small-3b/unsloth.F16.gguf
3
  TEMPLATE """{{ if .Messages }}
4
  {{- if or .System .Tools }}<|start_header_id|>system<|end_header_id|>
5
  {{- if .System }}
config.json CHANGED
@@ -1,3 +1,42 @@
1
  {
2
- "model_type": "llama"
3
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
+ "_name_or_path": "unsloth/llama-3.2-3b-instruct-bnb-4bit",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 128000,
9
+ "eos_token_id": [
10
+ 128001,
11
+ 128008,
12
+ 128009
13
+ ],
14
+ "head_dim": 128,
15
+ "hidden_act": "silu",
16
+ "hidden_size": 3072,
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 8192,
19
+ "max_position_embeddings": 131072,
20
+ "mlp_bias": false,
21
+ "model_type": "llama",
22
+ "num_attention_heads": 24,
23
+ "num_hidden_layers": 28,
24
+ "num_key_value_heads": 8,
25
+ "pad_token_id": 128004,
26
+ "pretraining_tp": 1,
27
+ "rms_norm_eps": 1e-05,
28
+ "rope_scaling": {
29
+ "factor": 32.0,
30
+ "high_freq_factor": 4.0,
31
+ "low_freq_factor": 1.0,
32
+ "original_max_position_embeddings": 8192,
33
+ "rope_type": "llama3"
34
+ },
35
+ "rope_theta": 500000.0,
36
+ "tie_word_embeddings": true,
37
+ "torch_dtype": "float16",
38
+ "transformers_version": "4.46.2",
39
+ "unsloth_version": "2024.11.7",
40
+ "use_cache": true,
41
+ "vocab_size": 128256
42
+ }
generation_config.json CHANGED
@@ -10,5 +10,5 @@
10
  "pad_token_id": 128004,
11
  "temperature": 0.6,
12
  "top_p": 0.9,
13
- "transformers_version": "4.45.1"
14
  }
 
10
  "pad_token_id": 128004,
11
  "temperature": 0.6,
12
  "top_p": 0.9,
13
+ "transformers_version": "4.46.2"
14
  }
pytorch_model-00001-of-00002.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:02aa4d5dafe7e5092837162f18dec20a37658f08c9ea8ae5aa9aef473ba5bdb4
3
  size 4965844039
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b38c43ab74a6262a4278930bed0c612bba074d223998b4d62c68dc9cf5f494be
3
  size 4965844039
pytorch_model-00002-of-00002.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aae9cc640c8d1a59389f73934f62d459af736c1adfc84f9339b46a512c547db6
3
  size 1459746080
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f429f18d22a42bac036a827805013c99052ecfbca5d6ed9d5750eb86d8f4533
3
  size 1459746080
unsloth.F16.gguf CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:11fc779006b93d8ecad844044e243b852616a8bc1e8f7c2cb70ca46c3c4356b0
3
- size 6428483584
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1e3f501638890daa91f25b832b2bc7acd5dc9eceb3b6f4b4705be1e633d3d2c
3
+ size 6433688384