Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use ProceduralTree/final-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ProceduralTree/final-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ProceduralTree/final-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ProceduralTree/final-model") model = AutoModelForSequenceClassification.from_pretrained("ProceduralTree/final-model") - Notebooks
- Google Colab
- Kaggle
Commit ·
335f953
1
Parent(s): 3bd2721
End of training
Browse files
runs/Jan12_14-11-39_efa44d441112/events.out.tfevents.1673532868.efa44d441112.185.0
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:51467c45313ca2b46d58b950c853aa95f0aff739ecaca5c9380a10af2f641db3
|
| 3 |
+
size 7352
|