Remsky commited on
Commit
c906105
β€’
1 Parent(s): 25b0fd7

Update lib/samples.py

Browse files
Files changed (1) hide show
  1. lib/samples.py +2 -2
lib/samples.py CHANGED
@@ -4,7 +4,7 @@ Snippet = namedtuple('Snippet', ['text_input', 'entity_types', 'predicates'])
4
 
5
  snippets = {
6
  'paris': Snippet(
7
- text_input="""Paris is the capital of France. It has a population of 2.16 million people.
8
  The Eiffel Tower, located in Paris, is a famous landmark with a height of 324 meters.
9
  Paris is known for its romantic atmosphere.""",
10
  entity_types="LOCATION, POPULATION, STYLE",
@@ -35,7 +35,7 @@ snippets = {
35
 
36
  'climate_change': Snippet(
37
  text_input="""Global warming is causing significant changes to Earth's climate. The average global
38
- temperature has increased by approximately 1.1Β°C since the pre-industrial era. This warming is
39
  primarily caused by human activities, particularly the emission of greenhouse gases like carbon dioxide.
40
  The Paris Agreement, signed in 2015, aims to limit global temperature increase to well below 2Β°C above
41
  pre-industrial levels. To achieve this goal, many countries are implementing policies to reduce carbon
 
4
 
5
  snippets = {
6
  'paris': Snippet(
7
+ text_input="""Paris is the capital of France. It has a population of two million people.
8
  The Eiffel Tower, located in Paris, is a famous landmark with a height of 324 meters.
9
  Paris is known for its romantic atmosphere.""",
10
  entity_types="LOCATION, POPULATION, STYLE",
 
35
 
36
  'climate_change': Snippet(
37
  text_input="""Global warming is causing significant changes to Earth's climate. The average global
38
+ temperature has increased by approximately 1C since the pre-industrial era. This warming is
39
  primarily caused by human activities, particularly the emission of greenhouse gases like carbon dioxide.
40
  The Paris Agreement, signed in 2015, aims to limit global temperature increase to well below 2Β°C above
41
  pre-industrial levels. To achieve this goal, many countries are implementing policies to reduce carbon