chats-bug commited on
Commit
3c119b7
·
1 Parent(s): d3c78f5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -20
README.md CHANGED
@@ -8,31 +8,17 @@ configs:
8
  path: data/test-*
9
  dataset_info:
10
  features:
11
- - name: "\n## Instruction\nCreate an email subject line for a promotional email\
12
- \ campaign. \nYou would be provided with the purpose of the campaign along with\
13
- \ some requirements. \nThe requirements will contain field along with a boolean\
14
- \ value which will indicate their inclusion in the email subject. \nThe requirements\
15
- \ will be given in a JSON format having the following format:\n[\n {\n \
16
- \ \"field\": \"<field-name>\",\n \"include\": true\n },\n \
17
- \ {\n \"field\": \"<field-name>\",\n \"include\": false\n }\n\
18
- ]\nIf a field has `include` as `false`, do not include it in the subject reponse.\
19
- \ Otherwise include the field as `<field-name>` in the subject.\n\n\n## Input\n\
20
- Formulate a subject line for the introduction of a new collection or product\
21
- \ line\n\n\n## Requirements\n[\n {\n \"field\": \"Firstname\",\n \
22
- \ \"include\": false\n },\n {\n \"field\": \"Lastname\",\n\
23
- \ \"include\": false\n },\n {\n \"field\": \"Shopname\"\
24
- ,\n \"include\": false\n }\n]\n\n\n## Email Subject\n✨ NEW NEW NEW\
25
- \ ✨ Golden Hour has a new look!\n"
26
  dtype: string
27
  splits:
28
  - name: train
29
- num_bytes: 10060318.905779265
30
- num_examples: 9649
31
  - name: test
32
- num_bytes: 529655.0942207344
33
  num_examples: 508
34
- download_size: 1504898
35
- dataset_size: 10589974.0
36
  ---
37
  # Dataset Card for "email_subject_dataset"
38
 
 
8
  path: data/test-*
9
  dataset_info:
10
  features:
11
+ - name: Prompt
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  dtype: string
13
  splits:
14
  - name: train
15
+ num_bytes: 10061356.187241582
16
+ num_examples: 9650
17
  - name: test
18
+ num_bytes: 529654.812758417
19
  num_examples: 508
20
+ download_size: 1472242
21
+ dataset_size: 10591011.0
22
  ---
23
  # Dataset Card for "email_subject_dataset"
24