Instructions to use sominw/rel23_conll with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sominw/rel23_conll with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("sominw/rel23_conll") model = AutoModelForSeq2SeqLM.from_pretrained("sominw/rel23_conll") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c03549cf7d5bb2b206c1adf120cfe420d24ca397d81d28450a2b4b19d9fe4f8
|
| 3 |
+
size 3132668808
|