Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,14 @@ datasets:
|
|
4 |
- wikimedia/structured-wikipedia
|
5 |
base_model:
|
6 |
- FacebookAI/roberta-large
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# RoBERTa Large Entity Linking
|
|
|
4 |
- wikimedia/structured-wikipedia
|
5 |
base_model:
|
6 |
- FacebookAI/roberta-large
|
7 |
+
pipeline_tag: sentence-similarity
|
8 |
+
widget:
|
9 |
+
- text: "Jensen Huang, [ENT] president [ENT] of Nvidia, is a guy who lives in California."
|
10 |
+
example_title: "Nvidia President Example"
|
11 |
+
sentences:
|
12 |
+
- "A president is a leader of an organization, company, community, club, trade union, university or other group."
|
13 |
+
- "The president of the United States (POTUS) is the head of state and head of government of the United States."
|
14 |
+
- "A class president, also known as a class representative, is usually the leader of a student body class, and presides over its class cabinet or organization within a student council."
|
15 |
---
|
16 |
|
17 |
# RoBERTa Large Entity Linking
|