Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -6,97 +6,29 @@ model = GLiNER.from_pretrained("numind/NuZero_token")
|
|
6 |
|
7 |
examples = [
|
8 |
[
|
9 |
-
"
|
10 |
-
"
|
11 |
-
0.3,
|
12 |
-
True,
|
13 |
-
],
|
14 |
-
[
|
15 |
-
"""
|
16 |
-
* Data Scientist, Data Analyst, or Data Engineer with 1+ years of experience.
|
17 |
-
* Experience with technologies such as Docker, Kubernetes, or Kubeflow
|
18 |
-
* Machine Learning experience preferred
|
19 |
-
* Experience with programming languages such as Python, C++, or SQL preferred
|
20 |
-
* Experience with technologies such as Databricks, Qlik, TensorFlow, PyTorch, Python, Dash, Pandas, or NumPy preferred
|
21 |
-
* BA or BS degree
|
22 |
-
* Active Secret OR Active Top Secret or Active TS/SCI clearance
|
23 |
-
""",
|
24 |
-
"software package, programing language, software tool, degree, job title",
|
25 |
-
0.3,
|
26 |
-
False,
|
27 |
-
],
|
28 |
-
[
|
29 |
-
"However, both models lack other frequent DM symptoms including the fibre-type dependent atrophy, myotonia, cataract and male-infertility.",
|
30 |
-
"disease, symptom",
|
31 |
-
0.3,
|
32 |
-
False,
|
33 |
-
],
|
34 |
-
[
|
35 |
-
"Synergy between signal transduction pathways is obligatory for expression of c-fos in B and T cell lines: implication for c-fos control via surface immunoglobulin and T cell antigen receptors.",
|
36 |
-
"DNA, RNA, cell line, cell type, protein",
|
37 |
-
0.3,
|
38 |
-
False,
|
39 |
-
],
|
40 |
-
[
|
41 |
-
"The choice of the encoder and decoder modules of dnpg can be quite flexible, for instance long short term memory networks (lstm) or convolutional neural network (cnn).",
|
42 |
-
"short acronym, long acronym",
|
43 |
-
0.3,
|
44 |
-
False,
|
45 |
-
],
|
46 |
-
[
|
47 |
-
"Amelia Earhart flew her single engine Lockheed Vega 5B across the Atlantic to Paris.",
|
48 |
-
"person, company, location, airplane",
|
49 |
-
0.3,
|
50 |
-
True,
|
51 |
-
],
|
52 |
-
[
|
53 |
-
"Feldman is a contributor to NBC Sports Boston's ``State of the Revs`` and ``Revolution Postgame Live`` programs as well as to 98.5 the SportsHub, SiriusXM FC's MLS coverage and to other New England and national radio outlets and podcasts.",
|
54 |
-
"person, company, location",
|
55 |
-
0.3,
|
56 |
-
False,
|
57 |
-
],
|
58 |
-
[
|
59 |
-
"On 25 July 1948, on the 39th anniversary of Bleriot's crossing of the English Channel, the Type 618 Nene-Viking flew Heathrow to Paris (Villacoublay) in the morning carrying letters to Bleriot's widow and son (secretary of the FAI), who met it at the airport.",
|
60 |
-
"date, location, person, organization",
|
61 |
-
0.3,
|
62 |
-
False,
|
63 |
-
],
|
64 |
-
[
|
65 |
-
"Leo & Ian won the 1962 Bathurst Six Hour Classic at Mount Panorama driving a Daimler SP250 sports car, (that year the 500 mile race for touring cars were held at Phillip Island)",
|
66 |
-
"person, date, location, organization, competition",
|
67 |
-
0.3,
|
68 |
-
False,
|
69 |
-
],
|
70 |
-
[
|
71 |
-
"The Shore Line route of the CNS & M until 1955 served, from south to north, the Illinois communities of Chicago, Evanston, Wilmette, Kenilworth, Winnetka, Glencoe, Highland Park, Highwood, Fort Sheridan, Lake Forest, Lake Bluff, North Chicago, Waukegan, Zion, and Winthrop Harbor as well as Kenosha, Racine, and Milwaukee (the ``KRM'') in Wisconsin.",
|
72 |
-
"location, organization, date",
|
73 |
0.3,
|
74 |
False,
|
75 |
],
|
76 |
[
|
77 |
-
"
|
78 |
-
"
|
79 |
0.3,
|
80 |
False,
|
81 |
],
|
82 |
[
|
83 |
-
"
|
84 |
-
"
|
85 |
0.3,
|
86 |
False,
|
87 |
],
|
88 |
[
|
89 |
-
"
|
90 |
-
"
|
91 |
0.3,
|
92 |
False,
|
93 |
-
]
|
94 |
-
[
|
95 |
-
"Built in 1793, it was the home of Mary Young Pickersgill when she moved to Baltimore in 1806 and the location where she later sewed the ``Star Spangled Banner'', in 1813, the huge out-sized garrison flag that flew over Fort McHenry at Whetstone Point in Baltimore Harbor in the summer of 1814 during the British Royal Navy attack in the Battle of Baltimore during the War of 1812.",
|
96 |
-
"date, person, location, organization, event, flag",
|
97 |
-
0.3,
|
98 |
-
False,
|
99 |
-
],
|
100 |
]
|
101 |
|
102 |
|
|
|
6 |
|
7 |
examples = [
|
8 |
[
|
9 |
+
"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.",
|
10 |
+
"event,program",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
0.3,
|
12 |
False,
|
13 |
],
|
14 |
[
|
15 |
+
"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",
|
16 |
+
"organization,initiative,project",
|
17 |
0.3,
|
18 |
False,
|
19 |
],
|
20 |
[
|
21 |
+
"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.",
|
22 |
+
"insitution,project",
|
23 |
0.3,
|
24 |
False,
|
25 |
],
|
26 |
[
|
27 |
+
"During the city council's strategic planning session, extensive references were made to the document titled 'Guidelines for Comprehensive Environmental Strategies in Urban Areas for the 21st Century: A Blueprint for Sustainable Urban Development'. This document serves as a foundational text for urban planners and local governments seeking to implement cutting-edge strategies for managing environmental impacts in rapidly growing metropolitan areas. It is complemented by the 'Metropolitan Environmental and Infrastructure Coordination Framework', which outlines specific policies and practices designed to enhance infrastructure resilience and sustainability in urban settings",
|
28 |
+
"document,framework",
|
29 |
0.3,
|
30 |
False,
|
31 |
+
]
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
]
|
33 |
|
34 |
|