commit diff test
This commit is contained in:
parent
6bf28fea1d
commit
23c2e22b20
@ -23,9 +23,4 @@ For full details of this model please read our [paper](https://arxiv.org/abs/231
|
|||||||
|
|
||||||
In order to leverage instruction fine-tuning, your prompt should be surrounded by `[INST]` and `[/INST]` tokens. The very first instruction should begin with a begin of sentence id. The next instructions should not. The assistant generation will be ended by the end-of-sentence token id.
|
In order to leverage instruction fine-tuning, your prompt should be surrounded by `[INST]` and `[/INST]` tokens. The very first instruction should begin with a begin of sentence id. The next instructions should not. The assistant generation will be ended by the end-of-sentence token id.
|
||||||
|
|
||||||
E.g.
|
E.g.
|
||||||
```
|
|
||||||
text = "<s>[INST] What is your favourite condiment? [/INST]"
|
|
||||||
"Well, I'm quite partial to a good squeeze of fresh lemon juice. It adds just the right amount of zesty flavour to whatever I'm cooking up in the kitchen!</s> "
|
|
||||||
"[INST] Do you have mayonnaise recipes? [/INST]"
|
|
||||||
```
|
|
||||||
10
add_file.txt
10
add_file.txt
@ -1 +1,9 @@
|
|||||||
add_file.txt
|
This section lists the different ways to set up and run Kubernetes. When you install Kubernetes, choose an installation type based on: ease of maintenance, security, control, available resources, and expertise required to operate and manage a cluster.
|
||||||
|
|
||||||
|
You can download Kubernetes to deploy a Kubernetes cluster on a local machine, into the cloud, or for your own datacenter.
|
||||||
|
|
||||||
|
Several Kubernetes components such as kube-apiserver or kube-proxy can also be deployed as container images within the cluster.
|
||||||
|
|
||||||
|
It is recommended to run Kubernetes components as container images wherever that is possible, and to have Kubernetes manage those components. Components that run containers - notably, the kubelet - can't be included in this category.
|
||||||
|
|
||||||
|
If you don't want to manage a Kubernetes cluster yourself, you could pick a managed service, including certified platforms. There are also other standardized and custom solutions across a wide range of cloud and bare metal environments.
|
||||||
|
|||||||
@ -1,21 +1,25 @@
|
|||||||
{
|
{
|
||||||
"glossary": {
|
"glossary": {
|
||||||
"title": "example glossary",
|
"title": "example glossary",
|
||||||
"GlossDiv": {
|
"GlossDiv": {
|
||||||
"title": "S",
|
"title": "S",
|
||||||
"GlossList": {
|
"GlossList": {
|
||||||
"GlossEntry": {
|
"GlossEntry": {
|
||||||
"ID": "SGML",
|
"ID": "SGML",
|
||||||
"SortAs": "SGML",
|
"SortAs": "SGML",
|
||||||
"GlossTerm": "Standard Generalized Markup Language",
|
"GlossTerm": "Standard Generalized Markup Language",
|
||||||
"Acronym": "SGML",
|
"Acronym": "SGML",
|
||||||
"Abbrev": "ISO 8879:1986",
|
"Bcronym": "SGML",
|
||||||
"GlossDef": {
|
"Ccronym": "SGML",
|
||||||
"para": "A meta-markup language, used to create markup languages such as DocBook.",
|
"Abbrev": "ISO 8879:1986",
|
||||||
"GlossSeeAlso": ["GML", "XML"]
|
"Bbbrev": "ISO 8879:1986",
|
||||||
},
|
"Cbbrev": "ISO 8879:1986",
|
||||||
"GlossSee": "markup"
|
"GlossDef": {
|
||||||
}
|
"para": "A meta-markup language, used to create markup languages such as DocBook.",
|
||||||
|
"GlossSeeAlso": ["GML", "XML"]
|
||||||
|
},
|
||||||
|
"GlossSee": "markup"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user