v0.0.1
#1
by
ri-nat
- opened
- README.md +8 -4
- config.json +2 -2
- model-00001-of-00003.safetensors +2 -2
- model-00002-of-00003.safetensors +1 -1
- model-00003-of-00003.safetensors +2 -2
- model.safetensors.index.json +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -25,7 +25,11 @@ This model was developed by StarfleetAI with the aim of it being used for autono
|
|
25 |
|
26 |
## Current Features
|
27 |
|
28 |
-
|
|
|
|
|
|
|
|
|
29 |
|
30 |
- Able to call functions
|
31 |
- Not bad at coding tasks
|
@@ -92,10 +96,10 @@ For now, the model is only capable of calling one function at a time.
|
|
92 |
|
93 |
## Function Call Response
|
94 |
|
95 |
-
The model expects the function call response to be provided right after the function call request from a role `
|
96 |
|
97 |
```
|
98 |
-
<|im_start|>
|
99 |
{"result": "87cc47fbc865a290d7c7de4be3c893175c51a566b3"}<|im_end|>
|
100 |
```
|
101 |
|
@@ -122,7 +126,7 @@ You are a helpful assistant.<|im_end|>
|
|
122 |
Generate a password, 42 characters long<|im_end|>
|
123 |
<|im_start|>assistant
|
124 |
<|fn_start|>{"name": "generate_password", "arguments": {"length": 42}}<|fn_end|><|im_end|>
|
125 |
-
<|im_start|>
|
126 |
{"result": "87cc47fbc865a290d7c7de4be3c893175c51a566b3"}<|im_end|>
|
127 |
<|im_start|>assistant
|
128 |
Here is your random password: 87cc47fbc865a290d7c7de4be3c893175c51a566b3. Please make sure to save it in a secure place.<|im_end|>
|
|
|
25 |
|
26 |
## Current Features
|
27 |
|
28 |
+
### `v0.1.1`
|
29 |
+
|
30 |
+
- Function call response role changed to `tool` to comply with OpenAI
|
31 |
+
|
32 |
+
### `v0.1`
|
33 |
|
34 |
- Able to call functions
|
35 |
- Not bad at coding tasks
|
|
|
96 |
|
97 |
## Function Call Response
|
98 |
|
99 |
+
The model expects the function call response to be provided right after the function call request from a role `tool`:
|
100 |
|
101 |
```
|
102 |
+
<|im_start|>tool
|
103 |
{"result": "87cc47fbc865a290d7c7de4be3c893175c51a566b3"}<|im_end|>
|
104 |
```
|
105 |
|
|
|
126 |
Generate a password, 42 characters long<|im_end|>
|
127 |
<|im_start|>assistant
|
128 |
<|fn_start|>{"name": "generate_password", "arguments": {"length": 42}}<|fn_end|><|im_end|>
|
129 |
+
<|im_start|>tool
|
130 |
{"result": "87cc47fbc865a290d7c7de4be3c893175c51a566b3"}<|im_end|>
|
131 |
<|im_start|>assistant
|
132 |
Here is your random password: 87cc47fbc865a290d7c7de4be3c893175c51a566b3. Please make sure to save it in a secure place.<|im_end|>
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"MistralForCausalLM"
|
5 |
],
|
@@ -23,5 +23,5 @@
|
|
23 |
"torch_dtype": "bfloat16",
|
24 |
"transformers_version": "4.37.1",
|
25 |
"use_cache": false,
|
26 |
-
"vocab_size":
|
27 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "tmp",
|
3 |
"architectures": [
|
4 |
"MistralForCausalLM"
|
5 |
],
|
|
|
23 |
"torch_dtype": "bfloat16",
|
24 |
"transformers_version": "4.37.1",
|
25 |
"use_cache": false,
|
26 |
+
"vocab_size": 32004
|
27 |
}
|
model-00001-of-00003.safetensors
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:a62b9c4420579e8d5e3abf60fdc1ca6419635a3b6dd4803a604d30e7ab81bd9f
|
3 |
+
size 4943195104
|
model-00002-of-00003.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4999819336
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15daa90388d1d69e1684485d74318921f137e41ea84da33c8ee1e1e97b27fb20
|
3 |
size 4999819336
|
model-00003-of-00003.safetensors
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:428319eb10fa9972caec1e4260e5611ef0837be0583e17954d0643f579acf517
|
3 |
+
size 4540549112
|
model.safetensors.index.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"metadata": {
|
3 |
-
"total_size":
|
4 |
},
|
5 |
"weight_map": {
|
6 |
"lm_head.weight": "model-00003-of-00003.safetensors",
|
|
|
1 |
{
|
2 |
"metadata": {
|
3 |
+
"total_size": 14483529728
|
4 |
},
|
5 |
"weight_map": {
|
6 |
"lm_head.weight": "model-00003-of-00003.safetensors",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2ebcd8264c606488d96b46aeca3b4382bbdaf5f3d0ccc74d7c360b2f4f4cfd9
|
3 |
size 4664
|