Commit
·
cf419d1
1
Parent(s):
ab9e4e4
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
---
|
| 4 |
# starcoder-toolbench
|
| 5 |
|
|
@@ -16,7 +16,7 @@ starcoder-toolbench is a 15 billion parameter model used for api based action ge
|
|
| 16 |
- **Developed by:** [SambaNova Systems](https://sambanova.ai/)
|
| 17 |
- **Model type:** Language Model
|
| 18 |
- **Language(s):** English
|
| 19 |
-
- **License:**
|
| 20 |
- **Finetuned from model:** [starcoder](https://huggingface.co/bigcode/starcoder)
|
| 21 |
|
| 22 |
### Basic Information
|
|
@@ -25,9 +25,6 @@ starcoder-toolbench is a 15 billion parameter model used for api based action ge
|
|
| 25 |
- **Paper**: [Link]
|
| 26 |
- **Github**: [Link]
|
| 27 |
|
| 28 |
-
### Licensing
|
| 29 |
-
|
| 30 |
-
TBD
|
| 31 |
|
| 32 |
## Uses
|
| 33 |
<details>
|
|
@@ -122,12 +119,5 @@ All of the code used to prepare the datasets and the scripts to run training and
|
|
| 122 |
|
| 123 |
## Cite starcoder-toolbench
|
| 124 |
```
|
| 125 |
-
|
| 126 |
-
title = {{BLOOMChat: a New Open Multilingual Chat LLM}},
|
| 127 |
-
author = {SambaNova Systems, Together Computer},
|
| 128 |
-
url = {https://huggingface.co/sambanovasystems/BLOOMChat-176B-v1}
|
| 129 |
-
month = {5},
|
| 130 |
-
year = {2023},
|
| 131 |
-
version = {1.0},
|
| 132 |
-
}
|
| 133 |
```
|
|
|
|
| 1 |
---
|
| 2 |
+
license: bigcode-openrail-m
|
| 3 |
---
|
| 4 |
# starcoder-toolbench
|
| 5 |
|
|
|
|
| 16 |
- **Developed by:** [SambaNova Systems](https://sambanova.ai/)
|
| 17 |
- **Model type:** Language Model
|
| 18 |
- **Language(s):** English
|
| 19 |
+
- **License:** bigcode-openrail-m
|
| 20 |
- **Finetuned from model:** [starcoder](https://huggingface.co/bigcode/starcoder)
|
| 21 |
|
| 22 |
### Basic Information
|
|
|
|
| 25 |
- **Paper**: [Link]
|
| 26 |
- **Github**: [Link]
|
| 27 |
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
## Uses
|
| 30 |
<details>
|
|
|
|
| 119 |
|
| 120 |
## Cite starcoder-toolbench
|
| 121 |
```
|
| 122 |
+
TBD
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 123 |
```
|