Token Classification
Transformers
TensorBoard
Safetensors
gpt2
Generated from Trainer
text-generation-inference
Instructions to use danieladeeko/gpt_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use danieladeeko/gpt_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="danieladeeko/gpt_model")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("danieladeeko/gpt_model") model = AutoModelForTokenClassification.from_pretrained("danieladeeko/gpt_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:dadfc630664b9678e329f6b24e6046c32e0698832ce775011271a17c170903cf
|
| 3 |
size 497786660
|
runs/Sep14_22-44-47_15a0c0570aab/events.out.tfevents.1726353887.15a0c0570aab.5203.1
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:393de956fc0d46185ad1f519d50e1714f3d210c7f2b6411a36cb01c5c3a9201c
|
| 3 |
+
size 7127
|