Initial commit of model with safetensors format
Browse files- config.json +1 -1
- model.safetensors.index.json +2 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "l-f-
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "l-f-18",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
model.safetensors.index.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
{
|
2 |
"metadata": {
|
3 |
-
"total_size": 16060555264
|
|
|
4 |
},
|
5 |
"weight_map": {
|
6 |
"lm_head.weight": "model-00004-of-00004.safetensors",
|
|
|
1 |
{
|
2 |
"metadata": {
|
3 |
+
"total_size": 16060555264,
|
4 |
+
"total_al":2
|
5 |
},
|
6 |
"weight_map": {
|
7 |
"lm_head.weight": "model-00004-of-00004.safetensors",
|