Instructions to use alex2awesome/quote-attribution__qa-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alex2awesome/quote-attribution__qa-model with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("alex2awesome/quote-attribution__qa-model") model = AutoModel.from_pretrained("alex2awesome/quote-attribution__qa-model", device_map="auto") - 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:dc520c05d0acf1098892e6533fad90d655e702f06592946c0228b9f43b22d81f
|
| 3 |
+
size 509937752
|