Instructions to use hallisky/type-classifier-gpt4-data with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hallisky/type-classifier-gpt4-data with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="hallisky/type-classifier-gpt4-data")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("hallisky/type-classifier-gpt4-data") model = AutoModelForSequenceClassification.from_pretrained("hallisky/type-classifier-gpt4-data") - Notebooks
- Google Colab
- Kaggle
Upload events.out.tfevents.1715627311.z3010.84978.0
Browse files
runs/events.out.tfevents.1715627311.z3010.84978.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36cfd6d98b8e669e45e25d9a0db440faec14156ac89186e0e9ca54a90ae3e8a1
|
| 3 |
+
size 13572
|