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