Instructions to use ariakhosh/codecarbon-text-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ariakhosh/codecarbon-text-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ariakhosh/codecarbon-text-classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ariakhosh/codecarbon-text-classification") model = AutoModelForSequenceClassification.from_pretrained("ariakhosh/codecarbon-text-classification") - Notebooks
- Google Colab
- Kaggle
Upload adapter_model.safetensors
Browse files
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7820e90f490c38a4572ee0e966bc884e2948acf90045f8b546f709348d2ace9
|
| 3 |
+
size 3198310080
|