Instructions to use guyhadad01/E5-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use guyhadad01/E5-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="guyhadad01/E5-small")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("guyhadad01/E5-small") model = AutoModelForMaskedLM.from_pretrained("guyhadad01/E5-small") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 9000
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 471641972
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:beb9560a8c2fe423ef88591ac0d75f94884fe5582f9b6b783282d22b1370fc23
|
| 3 |
size 471641972
|
runs/Aug25_10-32-19_ip-172-31-44-130/events.out.tfevents.1756118069.ip-172-31-44-130
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a9b27e456fcdbb269885feff51a0a50a1ee835281f6b34b97271cdc73693e33
|
| 3 |
+
size 23992
|