Instructions to use javilonso/classificationEsp3_Attraction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use javilonso/classificationEsp3_Attraction with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="javilonso/classificationEsp3_Attraction", device_map="auto")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("javilonso/classificationEsp3_Attraction") model = AutoModelForSequenceClassification.from_pretrained("javilonso/classificationEsp3_Attraction", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files- tf_model.h5 +1 -1
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 496395280
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7920d0f469b036a722c1c0a05b2d8f8c4e36fa221b84316ec4311c2b98166d7d
|
| 3 |
size 496395280
|