Instructions to use alex2awesome/quote-attribution__qa-model__coref-resolved with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alex2awesome/quote-attribution__qa-model__coref-resolved with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("alex2awesome/quote-attribution__qa-model__coref-resolved") model = AutoModel.from_pretrained("alex2awesome/quote-attribution__qa-model__coref-resolved", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2
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:b9b6dd39f53db8d798bdc39165b1efdf8a54a62ae55bb410ddcb74abd6730096
|
| 3 |
+
size 509937752
|