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:5788a286b9dfb39484a7bf74d6c7fe364753671b489ab4451127966d00ec75d0
|
| 3 |
size 406759212
|
runs/Jul13_09-12-59_95d56eac5d7e/events.out.tfevents.1720863419.95d56eac5d7e.1945.5
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:846662bab94aaac40746ac813b14c122565bc5b6a6f8d8c39292149d4b4511fa
|
| 3 |
+
size 6038
|