Instructions to use helliun/date-extractor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use helliun/date-extractor with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("helliun/date-extractor") model = AutoModelForSeq2SeqLM.from_pretrained("helliun/date-extractor") - Notebooks
- Google Colab
- Kaggle
Upload BartForConditionalGeneration
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 1625422896
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f8e4a4d2443cf7c530c14904c76f0d0773ebcfae872d4b6d0a1f007424334dd
|
| 3 |
size 1625422896
|