damgomz commited on
Commit
3d8c004
1 Parent(s): f05e3c3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ 20 Juin 2024
45
+
46
+ ## My Config
47
+
48
+ | Config | Value |
49
+ |--------------------------|-----------------|
50
+ | checkpoint | recovering |
51
+ | model_name | ft_4_16e6_base_x2 |
52
+ | sequence_length | 400 |
53
+ | num_epoch | 6 |
54
+ | learning_rate | 1.6e-05 |
55
+ | batch_size | 4 |
56
+ | weight_decay | 0.0 |
57
+ | warm_up_prop | 0.0 |
58
+ | drop_out_prob | 0.1 |
59
+ | packing_length | 100 |
60
+ | train_test_split | 0.2 |
61
+ | num_steps | 1 |
62
+
63
+ ## Training and Testing steps
64
+
65
+
66
+
67
+
68
+
69
+
70
+
71
+ Epoch | Train Loss | Test Loss | F-beta Score
72
+ ---|---|---|---
73
+ | 0 | 0.000000 | 0.739579 | 0.241663 |
74
+ | 1 | 0.299590 | 0.259272 | 0.897336 |
75
+ | 2 | 0.202640 | 0.240557 | 0.890311 |
76
+ | 3 | 0.156079 | 0.249552 | 0.939492 |
77
+ | 4 | 0.110257 | 0.275880 | 0.928374 |
78
+ | 5 | 0.085959 | 0.282593 | 0.919402 |
79
+ | 6 | 0.058081 | 0.318861 | 0.904849 |