Instructions to use Charliefederer/datafun with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Charliefederer/datafun with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Charliefederer/datafun")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Charliefederer/datafun") model = AutoModelForTokenClassification.from_pretrained("Charliefederer/datafun") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 406759212
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83e55e0e11521fd777421cdec574b192c9d2bc9b8faa5bf342ba49d6ca2fd2d1
|
| 3 |
size 406759212
|
runs/Jul15_07-37-33_4bf30de0def7/events.out.tfevents.1721029059.4bf30de0def7.2575.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96f3e1c508ae7e41dac9a8e111cae4d9d68728a801e1bb8d1341e41975cce724
|
| 3 |
+
size 6038
|