etiennebcp commited on
Commit
b71b26f
·
verified ·
1 Parent(s): 5f5024e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -7,25 +7,25 @@ model = GLiNER.from_pretrained("numind/NuZero_token")
7
  examples = [
8
  [
9
  "The Moon is Earth's only natural satellite. It orbits at an average distance of 384,400 km (238,900 mi), about 30 times the diameter of Earth. Over time Earth's gravity has caused tidal locking, causing the same side of the Moon to always face Earth. Because of this, the lunar day and the lunar month are the same length, at 29.5 Earth days. The Moon's gravitational pull – and to a lesser extent, the Sun's – are the main drivers of Earth's tides.",
10
- "celestial body", "quantity", "physics concept",
11
  0.3,
12
  False
13
  ],
14
  [
15
- "During the quarterly review, the CEO emphasized that the International Conference on 'Climate Change and Sustainable Practices for Emerging Economies in Southeast Asia', scheduled to be held next month in Paris, is a crucial platform for our team to present their groundbreaking research on renewable energy advancements. This conference, a collaboration between the United Nations Environmental Programme and various national governments, is recognized globally for facilitating critical discussions among world leaders, environmental scientists, and policymakers. The event aims to forge new partnerships and launch initiatives like 'Renewable Energy Deployment in Developing Regions: Challenges and Opportunities', a multi-year program seeking to address the unique energy needs of underdeveloped areas.",
16
- "event,program",
17
  0.3,
18
- False,
19
  ],
20
  [
21
- "At the annual technology summit, the keynote address was delivered by a senior member of the Association for Computing Machinery Special Interest Group on Algorithms and Computation Theory, which recently launched an expansive initiative titled 'Quantum Computing and Algorithmic Innovations: Shaping the Future of Technology'. This initiative explores the implications of quantum mechanics on next-generation computing and algorithm design and is part of a broader effort that includes the 'Global Computational Science Advancement Project'. The latter focuses on enhancing computational methodologies across scientific disciplines, aiming to set new benchmarks in computational efficiency and accuracy",
22
- "organization,initiative,project",
23
  0.3,
24
- False,
25
  ],
26
  [
27
- "She achieved her master's degree from the Massachusetts Institute of Technology School of Architecture and Planning for Environmental and Urban Studies, where she actively engaged in the 'Urban Sustainability and Green Design Integration Project'. This project aimed to revolutionize how modern cities integrate sustainable practices into their core planning and development strategies. Alongside this, she participated in the 'Interdisciplinary Approaches to Urban Scale Regeneration', a collaborative effort with international experts aimed at tackling urban decay through innovative ecological and architectural solutions.",
28
- "insitution,project",
29
  0.3,
30
  False,
31
  ],
 
7
  examples = [
8
  [
9
  "The Moon is Earth's only natural satellite. It orbits at an average distance of 384,400 km (238,900 mi), about 30 times the diameter of Earth. Over time Earth's gravity has caused tidal locking, causing the same side of the Moon to always face Earth. Because of this, the lunar day and the lunar month are the same length, at 29.5 Earth days. The Moon's gravitational pull – and to a lesser extent, the Sun's – are the main drivers of Earth's tides.",
10
+ "celestial body,quantity,physics concept",
11
  0.3,
12
  False
13
  ],
14
  [
15
+ "Their creation was inspired by the ancient Olympic Games, held in Olympia, Greece from the 8th century BC to the 4th century AD. Baron Pierre de Coubertin founded the International Olympic Committee (IOC) in 1894, leading to the first modern Games in Athens in 1896. The IOC is the governing body of the Olympic Movement, which encompasses all entities and individuals involved in the Olympic Games. The Olympic Charter defines their structure and authority."
16
+ "location,date,person,event",
17
  0.3,
18
+ True
19
  ],
20
  [
21
+ "Cells are broadly categorized into two types: eukaryotic cells, which possess a nucleus, and prokaryotic cells, which lack a nucleus but have a nucleoid region. Prokaryotes are single-celled organisms such as bacteria, whereas eukaryotes can be either single-celled, such as amoebae, or multicellular, such as some algae, plants, animals, and fungi. Eukaryotic cells contain organelles including mitochondria, which provide energy for cell functions; chloroplasts, which create sugars by photosynthesis, in plants; and ribosomes, which synthesise proteins.",
22
+ "cell type,biologic concept",
23
  0.3,
24
+ True
25
  ],
26
  [
27
+ "During the quarterly review, the CEO emphasized that the International Conference on 'Climate Change and Sustainable Practices for Emerging Economies in Southeast Asia', scheduled to be held next month in Paris, is a crucial platform for our team to present their groundbreaking research on renewable energy advancements. This conference, a collaboration between the United Nations Environmental Programme and various national governments, is recognized globally for facilitating critical discussions among world leaders, environmental scientists, and policymakers. The event aims to forge new partnerships and launch initiatives like 'Renewable Energy Deployment in Developing Regions: Challenges and Opportunities', a multi-year program seeking to address the unique energy needs of underdeveloped areas.",
28
+ "event,program",
29
  0.3,
30
  False,
31
  ],