updated readme
Browse files
README.md
CHANGED
@@ -78,22 +78,20 @@ relik_out: WSLOutput = wsl_model("Bus drivers drive busses for a living.")
|
|
78 |
Span(start=18, end=24, label='bus: a vehicle carrying many passengers; used for public transport', text='busses'),
|
79 |
Span(start=31, end=37, label='living: the financial means whereby one lives', text='living')
|
80 |
],
|
|
|
81 |
candidates=Candidates(
|
82 |
-
|
83 |
-
[
|
84 |
-
[
|
85 |
{"text": "bus driver: someone who drives a bus", "id": "bus_driver%1:18:00::", "metadata": {}},
|
86 |
{"text": "driver: the operator of a motor vehicle", "id": "driver%1:18:00::", "metadata": {}},
|
87 |
{"text": "driver: someone who drives animals that pull a vehicle", "id": "driver%1:18:02::", "metadata": {}},
|
88 |
{"text": "bus: a vehicle carrying many passengers; used for public transport", "id": "bus%1:06:00::", "metadata": {}},
|
89 |
{"text": "living: the financial means whereby one lives", "id": "living%1:26:00::", "metadata": {}}
|
90 |
-
]
|
91 |
-
]
|
92 |
]
|
93 |
),
|
94 |
)
|
95 |
|
96 |
|
|
|
97 |
## Model Performance
|
98 |
|
99 |
Here you can find the performances of our model on the [WSL evaluation dataset](https://huggingface.co/datasets/Babelscape/wsl).
|
@@ -138,4 +136,4 @@ Here you can find the performances of our model on the [WSL evaluation dataset](
|
|
138 |
}
|
139 |
```
|
140 |
|
141 |
-
**Contributions**: Thanks to [@andreim14](https://github.com/andreim14), [@edobobo](https://github.com/edobobo), [@poccio](https://github.com/poccio) and [@navigli](https://github.com/navigli) for adding this
|
|
|
78 |
Span(start=18, end=24, label='bus: a vehicle carrying many passengers; used for public transport', text='busses'),
|
79 |
Span(start=31, end=37, label='living: the financial means whereby one lives', text='living')
|
80 |
],
|
81 |
+
triples=[],
|
82 |
candidates=Candidates(
|
83 |
+
candidates=[
|
|
|
|
|
84 |
{"text": "bus driver: someone who drives a bus", "id": "bus_driver%1:18:00::", "metadata": {}},
|
85 |
{"text": "driver: the operator of a motor vehicle", "id": "driver%1:18:00::", "metadata": {}},
|
86 |
{"text": "driver: someone who drives animals that pull a vehicle", "id": "driver%1:18:02::", "metadata": {}},
|
87 |
{"text": "bus: a vehicle carrying many passengers; used for public transport", "id": "bus%1:06:00::", "metadata": {}},
|
88 |
{"text": "living: the financial means whereby one lives", "id": "living%1:26:00::", "metadata": {}}
|
|
|
|
|
89 |
]
|
90 |
),
|
91 |
)
|
92 |
|
93 |
|
94 |
+
|
95 |
## Model Performance
|
96 |
|
97 |
Here you can find the performances of our model on the [WSL evaluation dataset](https://huggingface.co/datasets/Babelscape/wsl).
|
|
|
136 |
}
|
137 |
```
|
138 |
|
139 |
+
**Contributions**: Thanks to [@andreim14](https://github.com/andreim14), [@edobobo](https://github.com/edobobo), [@poccio](https://github.com/poccio) and [@navigli](https://github.com/navigli) for adding this model.
|