Text Classification
Transformers
Safetensors
English
Latin
Greek
distilbert
text-embeddings-inference
Instructions to use sjhuskey/distilbert_multilingual_cased_greek_latin_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sjhuskey/distilbert_multilingual_cased_greek_latin_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="sjhuskey/distilbert_multilingual_cased_greek_latin_classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("sjhuskey/distilbert_multilingual_cased_greek_latin_classifier") model = AutoModelForSequenceClassification.from_pretrained("sjhuskey/distilbert_multilingual_cased_greek_latin_classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
update: emissions stats
Browse files
README.md
CHANGED
|
@@ -32,29 +32,26 @@ Since the Digital Latin Library is interested only in records of Latin works, we
|
|
| 32 |
Here is the `codecarbon` output from training on Google Colab with an A100 runtime:
|
| 33 |
|
| 34 |
```properties
|
| 35 |
-
timestamp:
|
| 36 |
project_name: codecarbon
|
| 37 |
-
run_id:
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
|
|
|
| 52 |
cpu_count: 12
|
| 53 |
-
cpu_model:
|
| 54 |
-
|
| 55 |
-
gpu_model: 1 x NVIDIA A100-SXM4-40GB
|
| 56 |
-
ram_total_size: 83.47704696655273
|
| 57 |
tracking_mode: machine
|
| 58 |
-
on_cloud: N
|
| 59 |
-
pue: 1.0
|
| 60 |
```
|
|
|
|
| 32 |
Here is the `codecarbon` output from training on Google Colab with an A100 runtime:
|
| 33 |
|
| 34 |
```properties
|
| 35 |
+
timestamp: 2025-06-12T17:07:28
|
| 36 |
project_name: codecarbon
|
| 37 |
+
run_id: e9ec6b22-3102-4fb8-80bb-cf1a15740b8b
|
| 38 |
+
duration: 1348.9958429336548
|
| 39 |
+
emissions: 0.0091357690759099
|
| 40 |
+
emissions_rate: 6.772273705486325e-06
|
| 41 |
+
cpu_power: 42.5
|
| 42 |
+
gpu_power: 0.0
|
| 43 |
+
ram_power: 9.000000000000002
|
| 44 |
+
cpu_energy: 0.0159251248127884
|
| 45 |
+
gpu_energy: 0
|
| 46 |
+
ram_energy: 0.0033721966546773
|
| 47 |
+
energy_consumed: 0.0192973214674658
|
| 48 |
+
country_name: United States
|
| 49 |
+
country_iso_code: USA
|
| 50 |
+
os: macOS-15.5-arm64-arm-64bit
|
| 51 |
+
python_version: 3.10.9
|
| 52 |
+
codecarbon_version: 2.2.2
|
| 53 |
cpu_count: 12
|
| 54 |
+
cpu_model: Apple M4 Pro
|
| 55 |
+
ram_total_size: 24.0
|
|
|
|
|
|
|
| 56 |
tracking_mode: machine
|
|
|
|
|
|
|
| 57 |
```
|