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") - Notebooks
- Google Colab
- Kaggle
Upload flax_model.msgpack
Browse files- .gitattributes +1 -0
- flax_model.msgpack +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
flax_model.msgpack filter=lfs diff=lfs merge=lfs -text
|
flax_model.msgpack
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3fcc5a4fdb2a83463bf4f65ea0d60e3ecb31963cf85f4f513f3b48150b522b57
|
| 3 |
+
size 406813802
|