Instructions to use canIjoin/datafun with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use canIjoin/datafun with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="canIjoin/datafun")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("canIjoin/datafun") model = AutoModelForTokenClassification.from_pretrained("canIjoin/datafun", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload tf_model.h5
Browse files- .gitattributes +1 -0
- tf_model.h5 +3 -0
.gitattributes
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
flax_model.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 2 |
pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 1 |
flax_model.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 2 |
pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
tf_model.h5 filter=lfs diff=lfs merge=lfs -text
|
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b129d0ae906c9579f8d118d9a84df27304676d6e8822389c776e8ea33423feb5
|
| 3 |
+
size 407074912
|