Instructions to use cychristophercyc/last_call with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cychristophercyc/last_call with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="cychristophercyc/last_call")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("cychristophercyc/last_call") model = AutoModelForMaskedLM.from_pretrained("cychristophercyc/last_call") - Notebooks
- Google Colab
- Kaggle
Upload model.safetensors
Browse files- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e3f1108e3cb34ee048634875d8482665b65ac713291a7e32396fb18f6ff0063
|
| 3 |
+
size 267954768
|