From 23c2e22b204bab3f52e5f45db1bb3be341f7cbd1 Mon Sep 17 00:00:00 2001 From: taewook Date: Tue, 9 Jul 2024 16:16:21 +0900 Subject: [PATCH] commit diff test --- README.md | 7 +------ add_file.txt | 10 +++++++++- upload_test.json | 36 ++++++++++++++++++++---------------- 3 files changed, 30 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 4388d07..9870e54 100644 --- a/README.md +++ b/README.md @@ -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. -E.g. -``` -text = "[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! " -"[INST] Do you have mayonnaise recipes? [/INST]" -``` \ No newline at end of file +E.g. \ No newline at end of file diff --git a/add_file.txt b/add_file.txt index aa35331..11589e6 100644 --- a/add_file.txt +++ b/add_file.txt @@ -1 +1,9 @@ -add_file.txt \ No newline at end of file +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. diff --git a/upload_test.json b/upload_test.json index eacfbf5..8eb8914 100644 --- a/upload_test.json +++ b/upload_test.json @@ -1,21 +1,25 @@ { "glossary": { - "title": "example glossary", - "GlossDiv": { - "title": "S", - "GlossList": { - "GlossEntry": { - "ID": "SGML", - "SortAs": "SGML", - "GlossTerm": "Standard Generalized Markup Language", - "Acronym": "SGML", - "Abbrev": "ISO 8879:1986", - "GlossDef": { - "para": "A meta-markup language, used to create markup languages such as DocBook.", - "GlossSeeAlso": ["GML", "XML"] - }, - "GlossSee": "markup" - } + "title": "example glossary", + "GlossDiv": { + "title": "S", + "GlossList": { + "GlossEntry": { + "ID": "SGML", + "SortAs": "SGML", + "GlossTerm": "Standard Generalized Markup Language", + "Acronym": "SGML", + "Bcronym": "SGML", + "Ccronym": "SGML", + "Abbrev": "ISO 8879:1986", + "Bbbrev": "ISO 8879:1986", + "Cbbrev": "ISO 8879:1986", + "GlossDef": { + "para": "A meta-markup language, used to create markup languages such as DocBook.", + "GlossSeeAlso": ["GML", "XML"] + }, + "GlossSee": "markup" + } } } }