zhilinw commited on
Commit
ad3dd86
·
verified ·
1 Parent(s): dc08883

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -162,7 +162,7 @@ feedback = [
162
  "The response is partially helpful. The response gives a straight-forward and succinct answer to the prompt. The response is correct in stating that the distance from the Earth to the Sun is 93 million miles. However, the response should have mentioned that this is an average distance, as the distance varies throughout the year due to the elliptical orbit of the Earth around the Sun. The response also does not mention that this distance is also known as an Astronomical Unit (AU) which is the standard unit of measurement used for interplanetary distances within the Solar System."
163
  ]
164
 
165
- CONSTRUCTIVE_CRITICISM_KEYWORDS = ["However","improve", "lack", "benefit", "but"]
166
  def calculate_n_keywords(one_feedback):
167
  n = - len(CONSTRUCTIVE_CRITICISM_KEYWORDS)
168
  for keyword in CONSTRUCTIVE_CRITICISM_KEYWORDS:
 
162
  "The response is partially helpful. The response gives a straight-forward and succinct answer to the prompt. The response is correct in stating that the distance from the Earth to the Sun is 93 million miles. However, the response should have mentioned that this is an average distance, as the distance varies throughout the year due to the elliptical orbit of the Earth around the Sun. The response also does not mention that this distance is also known as an Astronomical Unit (AU) which is the standard unit of measurement used for interplanetary distances within the Solar System."
163
  ]
164
 
165
+ CONSTRUCTIVE_CRITICISM_KEYWORDS = ["However", "improve", "lack", "benefit", "but"]
166
  def calculate_n_keywords(one_feedback):
167
  n = - len(CONSTRUCTIVE_CRITICISM_KEYWORDS)
168
  for keyword in CONSTRUCTIVE_CRITICISM_KEYWORDS: