Instructions to use Rel8ed/cleantech-cls with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Rel8ed/cleantech-cls with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Rel8ed/cleantech-cls")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Rel8ed/cleantech-cls") model = AutoModelForSequenceClassification.from_pretrained("Rel8ed/cleantech-cls") - Notebooks
- Google Colab
- Kaggle
daizack commited on
Commit ·
4a5cd68
1
Parent(s): f4863ec
addjs
Browse files- onnx/model.onnx +3 -0
- onnx/model_quantized.onnx +3 -0
onnx/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:461400171531329e696dda5ebdc53227816c7a380bc7bce3dac11cea94b77803
|
| 3 |
+
size 669713946
|
onnx/model_quantized.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c07520896b6accaab78d9c6ef66d557c1fd99613b5cbd30efff62930008912d9
|
| 3 |
+
size 168595254
|