frankmorales2020 commited on
Commit
0a1e088
·
verified ·
1 Parent(s): b95de71

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -55,7 +55,6 @@ tokenizer.pad_token_id = tokenizer.unk_token_id
55
  # # set chat template to OAI chatML, remove if you start from a fine-tuned model
56
  model, tokenizer = setup_chat_format(model, tokenizer)
57
 
58
-
59
  text = "What is the capital of India?"
60
 
61
  device = 'cuda'
@@ -111,6 +110,7 @@ Instruct: Summarize the following conversation.
111
  Output:
112
 
113
  ---------------------------------------------------------------------------------------------------
 
114
  # BASELINE HUMAN SUMMARY:
115
 
116
  #Person1# asks #Person2# to do a favor. #Person2# agrees and helps buy a small bag of sugar, six oranges, and a half-gallon of milk.
@@ -123,7 +123,6 @@ Output:
123
  ###
124
 
125
 
126
-
127
  ## Model description
128
 
129
  More information needed
 
55
  # # set chat template to OAI chatML, remove if you start from a fine-tuned model
56
  model, tokenizer = setup_chat_format(model, tokenizer)
57
 
 
58
  text = "What is the capital of India?"
59
 
60
  device = 'cuda'
 
110
  Output:
111
 
112
  ---------------------------------------------------------------------------------------------------
113
+
114
  # BASELINE HUMAN SUMMARY:
115
 
116
  #Person1# asks #Person2# to do a favor. #Person2# agrees and helps buy a small bag of sugar, six oranges, and a half-gallon of milk.
 
123
  ###
124
 
125
 
 
126
  ## Model description
127
 
128
  More information needed