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 3
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:843700d8d9406c9fe9d7d0d7840d3001cfe137cdc3607326802ab436831382ca
|
| 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:4da3d6601a381992204a348bfd980fbecf5c74376407fdb2fb7b947f0b3e34eb
|
| 3 |
+
size 6916
|