Token Classification
Transformers
TensorBoard
Safetensors
gpt2
Generated from Trainer
text-generation-inference
Instructions to use danieladeeko/finetuned_gpt2_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use danieladeeko/finetuned_gpt2_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="danieladeeko/finetuned_gpt2_model")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("danieladeeko/finetuned_gpt2_model") model = AutoModelForTokenClassification.from_pretrained("danieladeeko/finetuned_gpt2_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 497786660
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:12c608897c8139cd0f5663a3ede54997d0876f2e8582efe3c2dbd945040584c1
|
| 3 |
size 497786660
|
runs/Sep15_02-14-31_ccc0b343fe29/events.out.tfevents.1726366472.ccc0b343fe29.6058.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:310f9efd71452cce56ec8e49223fd0b76a0f528ba3fae055cecc62e000ff2e52
|
| 3 |
+
size 7578
|