Instructions to use hadifar/entitylinker with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hadifar/entitylinker with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="hadifar/entitylinker")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("hadifar/entitylinker") model = AutoModelForSequenceClassification.from_pretrained("hadifar/entitylinker") - Notebooks
- Google Colab
- Kaggle
Upload DistilBertForSequenceClassification
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267829484
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3e5fd9fa71d3c13dc8c143f2e865c6d1cc26a50be89dff400d3f88b2dee9da4
|
| 3 |
size 267829484
|