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 1
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:15513afd6678033493253a36cfcc253d158e894d9a642bddca74b15873111b13
|
| 3 |
size 406759212
|
runs/Jul15_07-37-33_4bf30de0def7/events.out.tfevents.1721029059.4bf30de0def7.2575.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c54076c8631bf514f86053cc3a49f6c497126156408cdaa975b6cebdd0d85e04
|
| 3 |
+
size 5575
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5112
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9457c0ea5da6fec9435b9cb72bdf35e8a176f1f63c18f045d0f1d5202852b50d
|
| 3 |
size 5112
|