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 2
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:fe59c6add61c8ef600f3eda39dbf4488db484945024d9d19e2f6a62c728949dc
|
| 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:9359a69f72bdb436b87d5408afc3616b9043ff83c82e858817fd7d79f79e2886
|
| 3 |
+
size 6444
|