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:e5691ed8e5f73d541529bd256a00a1196374ce4e3acfeb33959db6d6e18bf62d
|
| 3 |
size 267829484
|