nealchandra commited on
Commit
456b07d
1 Parent(s): f7498a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -4,7 +4,7 @@ datasets:
4
  - tatsu-lab/alpaca
5
  ---
6
  ## Overview
7
- This model is simple POC. It was trained on the 20,000 records from the Alpaca dataset with a simple prompt template to expect and return JSON inputs. The prompt template used is roughly like this:
8
 
9
  ````
10
  ### INPUT:
@@ -24,7 +24,7 @@ New-lines are escaped, which means you would want to prompt the model like this:
24
  ````
25
 
26
  As you can see from this example, the `input` arg in the input JSON can be omitted if they are not needed. The training dataset include examples with and without additional inputs and the model was trained to handle both cases.
27
- Ultimately, you can expect the model to behave like an Alpaca finetune on top of llama-7b, the only difference is that it should reliably expect and respond in json format.
28
 
29
  ### Training procedure
30
 
 
4
  - tatsu-lab/alpaca
5
  ---
6
  ## Overview
7
+ This model is simple POC for JSON based text completion for instructions following tasks. It was trained on the 20,000 records from the Alpaca dataset with a simple prompt template to expect and return JSON inputs. The prompt template used is roughly like this:
8
 
9
  ````
10
  ### INPUT:
 
24
  ````
25
 
26
  As you can see from this example, the `input` arg in the input JSON can be omitted if they are not needed. The training dataset include examples with and without additional inputs and the model was trained to handle both cases.
27
+ Ultimately, you can expect the model to behave like an Alpaca finetune on top of llama-2-7b, the only difference is that it should reliably expect and respond in json format.
28
 
29
  ### Training procedure
30