justinthelaw
commited on
Commit
•
73b9f2c
1
Parent(s):
40a155b
modify config.json, add tokenizer.model
Browse files- config.json +3 -3
- tokenizer.model +3 -0
config.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": ["Phi3ForCausalLM"],
|
4 |
"attention_bias": false,
|
5 |
"attention_dropout": 0.0,
|
6 |
"auto_map": {
|
7 |
-
"AutoConfig": "
|
8 |
-
"AutoModelForCausalLM": "
|
9 |
},
|
10 |
"bos_token_id": 1,
|
11 |
"embd_pdrop": 0.0,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "justinthelaw/Phi-3-mini-128k-instruct-4bit-128g",
|
3 |
"architectures": ["Phi3ForCausalLM"],
|
4 |
"attention_bias": false,
|
5 |
"attention_dropout": 0.0,
|
6 |
"auto_map": {
|
7 |
+
"AutoConfig": "configuration_phi3.Phi3Config",
|
8 |
+
"AutoModelForCausalLM": "modeling_phi3.Phi3ForCausalLM"
|
9 |
},
|
10 |
"bos_token_id": 1,
|
11 |
"embd_pdrop": 0.0,
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|