Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,72 +1,47 @@
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
tags:
|
| 4 |
-
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
cpu_power: 42.5
|
| 13 |
-
gpu_power: 0.0
|
| 14 |
-
ram_power: 3.75
|
| 15 |
-
cpu_energy: 0.8370607230308993
|
| 16 |
-
gpu_energy: 0
|
| 17 |
-
ram_energy: 0.0738579071879386
|
| 18 |
-
energy_consumed: 0.9109186302188386
|
| 19 |
-
country_name: Switzerland
|
| 20 |
-
country_iso_code: CHE
|
| 21 |
-
region: .nan
|
| 22 |
-
cloud_provider: .nan
|
| 23 |
-
cloud_region: .nan
|
| 24 |
-
os: Linux-5.14.0-70.30.1.el9_0.x86_64-x86_64-with-glibc2.34
|
| 25 |
-
python_version: 3.10.4
|
| 26 |
-
codecarbon_version: 2.3.4
|
| 27 |
-
cpu_count: 2
|
| 28 |
-
cpu_model: Intel(R) Xeon(R) Platinum 8360Y CPU @ 2.40GHz
|
| 29 |
-
gpu_count: .nan
|
| 30 |
-
gpu_model: .nan
|
| 31 |
-
longitude: .nan
|
| 32 |
-
latitude: .nan
|
| 33 |
-
ram_total_size: 10
|
| 34 |
-
tracking_mode: machine
|
| 35 |
-
on_cloud: N
|
| 36 |
-
pue: 1.0
|
| 37 |
---
|
| 38 |
|
| 39 |
## Environmental Impact (CODE CARBON DEFAULT)
|
| 40 |
|
| 41 |
| Metric | Value |
|
| 42 |
|--------------------------|---------------------------------|
|
| 43 |
-
| Duration (in seconds) |
|
| 44 |
-
| Emissions (Co2eq in kg) |
|
| 45 |
-
| CPU power (W) |
|
| 46 |
| GPU power (W) | [No GPU] |
|
| 47 |
-
| RAM power (W) |
|
| 48 |
-
| CPU energy (kWh) |
|
| 49 |
| GPU energy (kWh) | [No GPU] |
|
| 50 |
-
| RAM energy (kWh) |
|
| 51 |
-
| Consumed energy (kWh) |
|
| 52 |
-
| Country name |
|
| 53 |
-
| Cloud provider |
|
| 54 |
-
| Cloud region |
|
| 55 |
-
| CPU count |
|
| 56 |
-
| CPU model |
|
| 57 |
-
| GPU count |
|
| 58 |
-
| GPU model |
|
| 59 |
|
| 60 |
## Environmental Impact (for one core)
|
| 61 |
|
| 62 |
| Metric | Value |
|
| 63 |
|--------------------------|---------------------------------|
|
| 64 |
-
| CPU energy (kWh) |
|
| 65 |
-
| Emissions (Co2eq in kg) |
|
| 66 |
|
| 67 |
## Note
|
| 68 |
|
| 69 |
-
|
| 70 |
|
| 71 |
## My Config
|
| 72 |
|
|
@@ -83,7 +58,7 @@ kwargs:
|
|
| 83 |
| drop_out_prob | 0.1 |
|
| 84 |
| packing_length | 100 |
|
| 85 |
| train_test_split | 0.2 |
|
| 86 |
-
| num_steps |
|
| 87 |
|
| 88 |
## Training and Testing steps
|
| 89 |
|
|
@@ -95,10 +70,5 @@ kwargs:
|
|
| 95 |
|
| 96 |
Epoch | Train Loss | Test Loss | F-beta Score
|
| 97 |
---|---|---|---
|
| 98 |
-
| 0 | 0.000000 | 0.
|
| 99 |
-
| 1 | 0.
|
| 100 |
-
| 2 | 0.336566 | 0.354555 | 0.846646 |
|
| 101 |
-
| 3 | 0.288126 | 0.385011 | 0.823093 |
|
| 102 |
-
| 4 | 0.226078 | 0.438673 | 0.828320 |
|
| 103 |
-
| 5 | 0.156770 | 0.489330 | 0.831396 |
|
| 104 |
-
| 6 | 0.095606 | 0.603788 | 0.820811 |
|
|
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
tags:
|
| 4 |
+
- text-classification
|
| 5 |
+
pipeline_tag: text-classification
|
| 6 |
+
widget:
|
| 7 |
+
- text: GEPS Techno is the pioneer of hybridization of renewable energies at sea.
|
| 8 |
+
We imagine, design and commercialize innovative off-grid systems that aim to generate
|
| 9 |
+
power at sea, stabilize and collect data. The success of our low power platforms
|
| 10 |
+
WAVEPEAL enabled us to scale-up the device up to WAVEGEM, the 150-kW capacity
|
| 11 |
+
platform.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
## Environmental Impact (CODE CARBON DEFAULT)
|
| 15 |
|
| 16 |
| Metric | Value |
|
| 17 |
|--------------------------|---------------------------------|
|
| 18 |
+
| Duration (in seconds) | [More Information Needed] |
|
| 19 |
+
| Emissions (Co2eq in kg) | [More Information Needed] |
|
| 20 |
+
| CPU power (W) | [NO CPU] |
|
| 21 |
| GPU power (W) | [No GPU] |
|
| 22 |
+
| RAM power (W) | [More Information Needed] |
|
| 23 |
+
| CPU energy (kWh) | [No CPU] |
|
| 24 |
| GPU energy (kWh) | [No GPU] |
|
| 25 |
+
| RAM energy (kWh) | [More Information Needed] |
|
| 26 |
+
| Consumed energy (kWh) | [More Information Needed] |
|
| 27 |
+
| Country name | [More Information Needed] |
|
| 28 |
+
| Cloud provider | [No Cloud] |
|
| 29 |
+
| Cloud region | [No Cloud] |
|
| 30 |
+
| CPU count | [No CPU] |
|
| 31 |
+
| CPU model | [No CPU] |
|
| 32 |
+
| GPU count | [No GPU] |
|
| 33 |
+
| GPU model | [No GPU] |
|
| 34 |
|
| 35 |
## Environmental Impact (for one core)
|
| 36 |
|
| 37 |
| Metric | Value |
|
| 38 |
|--------------------------|---------------------------------|
|
| 39 |
+
| CPU energy (kWh) | [No CPU] |
|
| 40 |
+
| Emissions (Co2eq in kg) | [More Information Needed] |
|
| 41 |
|
| 42 |
## Note
|
| 43 |
|
| 44 |
+
14 juin 2024
|
| 45 |
|
| 46 |
## My Config
|
| 47 |
|
|
|
|
| 58 |
| drop_out_prob | 0.1 |
|
| 59 |
| packing_length | 100 |
|
| 60 |
| train_test_split | 0.2 |
|
| 61 |
+
| num_steps | 29328 |
|
| 62 |
|
| 63 |
## Training and Testing steps
|
| 64 |
|
|
|
|
| 70 |
|
| 71 |
Epoch | Train Loss | Test Loss | F-beta Score
|
| 72 |
---|---|---|---
|
| 73 |
+
| 0 | 0.000000 | 0.696663 | 0.843550 |
|
| 74 |
+
| 1 | 0.296175 | 0.257453 | 0.882541 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|