Instructions to use NTCAL/TrainedOnGPU_03 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NTCAL/TrainedOnGPU_03 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="NTCAL/TrainedOnGPU_03")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("NTCAL/TrainedOnGPU_03") model = AutoModelForSequenceClassification.from_pretrained("NTCAL/TrainedOnGPU_03") - Notebooks
- Google Colab
- Kaggle
Commit ·
e07a0d0
1
Parent(s): d0aa2e5
End of training
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1420922485
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d555f4ea55c005dee4bc81014a3e8e52679c3ec59085a7f4aa44dcdf5ec08fda
|
| 3 |
size 1420922485
|