Adzka/reward-model-distilbert-indo
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -15,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# test-reward-model
|
17 |
|
18 |
-
This model is a fine-tuned version of [
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -49,14 +49,14 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
base_model: w11wo/indonesian-roberta-base-sentiment-classifier
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
|
|
15 |
|
16 |
# test-reward-model
|
17 |
|
18 |
+
This model is a fine-tuned version of [w11wo/indonesian-roberta-base-sentiment-classifier](https://huggingface.co/w11wo/indonesian-roberta-base-sentiment-classifier) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.8793
|
21 |
+
- Accuracy: 0.6842
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| 0.5782 | 1.25 | 50 | 0.6230 | 0.7237 |
|
53 |
+
| 0.4206 | 2.5 | 100 | 0.5538 | 0.6842 |
|
54 |
+
| 0.1611 | 3.75 | 150 | 0.6425 | 0.6974 |
|
55 |
+
| 0.0803 | 5.0 | 200 | 0.7506 | 0.7105 |
|
56 |
+
| 0.0571 | 6.25 | 250 | 0.9081 | 0.6842 |
|
57 |
+
| 0.0222 | 7.5 | 300 | 1.0240 | 0.6842 |
|
58 |
+
| 0.0132 | 8.75 | 350 | 0.9939 | 0.6579 |
|
59 |
+
| 0.0275 | 10.0 | 400 | 0.8793 | 0.6842 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
config.json
CHANGED
@@ -1,31 +1,39 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
-
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
|
|
|
|
|
|
|
|
11 |
"id2label": {
|
12 |
-
"0": "
|
|
|
|
|
13 |
},
|
14 |
"initializer_range": 0.02,
|
|
|
15 |
"label2id": {
|
16 |
-
"
|
|
|
|
|
17 |
},
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
23 |
-
"pad_token_id":
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"sinusoidal_pos_embds": true,
|
27 |
-
"tie_weights_": true,
|
28 |
"torch_dtype": "float32",
|
29 |
"transformers_version": "4.38.2",
|
30 |
-
"
|
|
|
|
|
31 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "w11wo/indonesian-roberta-base-sentiment-classifier",
|
|
|
3 |
"architectures": [
|
4 |
+
"RobertaForSequenceClassification"
|
5 |
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"gradient_checkpointing": false,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.1,
|
13 |
+
"hidden_size": 768,
|
14 |
"id2label": {
|
15 |
+
"0": "positive",
|
16 |
+
"1": "neutral",
|
17 |
+
"2": "negative"
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
+
"intermediate_size": 3072,
|
21 |
"label2id": {
|
22 |
+
"negative": 2,
|
23 |
+
"neutral": 1,
|
24 |
+
"positive": 0
|
25 |
},
|
26 |
+
"layer_norm_eps": 1e-05,
|
27 |
+
"max_position_embeddings": 514,
|
28 |
+
"model_type": "roberta",
|
29 |
+
"num_attention_heads": 12,
|
30 |
+
"num_hidden_layers": 12,
|
31 |
+
"pad_token_id": 1,
|
32 |
+
"position_embedding_type": "absolute",
|
33 |
+
"problem_type": "single_label_classification",
|
|
|
|
|
34 |
"torch_dtype": "float32",
|
35 |
"transformers_version": "4.38.2",
|
36 |
+
"type_vocab_size": 1,
|
37 |
+
"use_cache": true,
|
38 |
+
"vocab_size": 50265
|
39 |
}
|
emissions.csv
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
timestamp,project_name,run_id,duration,emissions,emissions_rate,cpu_power,gpu_power,ram_power,cpu_energy,gpu_energy,ram_energy,energy_consumed,country_name,country_iso_code,region,cloud_provider,cloud_region,os,python_version,codecarbon_version,cpu_count,cpu_model,gpu_count,gpu_model,longitude,latitude,ram_total_size,tracking_mode,on_cloud,pue
|
2 |
2024-07-02T00:11:50,codecarbon,e6298b50-8854-4fb6-a92d-43999c4601c4,338.201961517334,0.0106949476566119,3.162296164288756e-05,42.5,108.43,11.946327209472656,0.0039922668331199,0.0120461535139136,0.0011206903215284,0.0171591106685619,Indonesia,IDN,west java,,,Windows-10-10.0.19045-SP0,3.11.5,2.2.3,8,12th Gen Intel(R) Core(TM) i3-12100F,1,1 x NVIDIA GeForce RTX 3060,107.6071,-6.9217,31.85687255859375,machine,N,1.0
|
3 |
-
2024-07-02T00:31:35,codecarbon,d29dc800-1005-4d6f-8e2e-8bab915a98a4,221.
|
|
|
|
|
|
1 |
timestamp,project_name,run_id,duration,emissions,emissions_rate,cpu_power,gpu_power,ram_power,cpu_energy,gpu_energy,ram_energy,energy_consumed,country_name,country_iso_code,region,cloud_provider,cloud_region,os,python_version,codecarbon_version,cpu_count,cpu_model,gpu_count,gpu_model,longitude,latitude,ram_total_size,tracking_mode,on_cloud,pue
|
2 |
2024-07-02T00:11:50,codecarbon,e6298b50-8854-4fb6-a92d-43999c4601c4,338.201961517334,0.0106949476566119,3.162296164288756e-05,42.5,108.43,11.946327209472656,0.0039922668331199,0.0120461535139136,0.0011206903215284,0.0171591106685619,Indonesia,IDN,west java,,,Windows-10-10.0.19045-SP0,3.11.5,2.2.3,8,12th Gen Intel(R) Core(TM) i3-12100F,1,1 x NVIDIA GeForce RTX 3060,107.6071,-6.9217,31.85687255859375,machine,N,1.0
|
3 |
+
2024-07-02T00:31:35,codecarbon,d29dc800-1005-4d6f-8e2e-8bab915a98a4,221.70085859298703,0.0083408187357756,3.762195053600684e-05,42.5,166.724,11.946327209472656,0.0026170430142018,0.0100303467627743,0.0007347263725223,0.0133821161494985,Indonesia,IDN,west java,,,Windows-10-10.0.19045-SP0,3.11.5,2.2.3,8,12th Gen Intel(R) Core(TM) i3-12100F,1,1 x NVIDIA GeForce RTX 3060,107.6071,-6.9217,31.85687255859375,machine,N,1.0
|
4 |
+
2024-07-02T00:42:54,codecarbon,6fc0f284-35f7-4dc5-8cf7-feb218f26527,230.6575891971588,3.296991051028066e-05,1.429387631468697e-07,42.5,164.632,11.946327209472656,0.0027227585573991,0.0103819309014113,0.000764422072315,0.0138691115311254,Canada,CAN,quebec,,,Windows-10-10.0.19045-SP0,3.11.5,2.2.3,8,12th Gen Intel(R) Core(TM) i3-12100F,1,1 x NVIDIA GeForce RTX 3060,-71.2,46.8,31.85687255859375,machine,N,1.0
|
5 |
+
2024-07-02T00:57:28,codecarbon,2fa201d4-63ba-449f-b4c0-0ed66ffe5a7e,659.3684051036835,0.021194644088943487,3.2143857553518506e-05,42.5,108.68900000000001,11.946327209472656,0.007783480898208091,0.024036789645381775,0.0021846872345928337,0.034004957778182694,Indonesia,IDN,west java,,,Windows-10-10.0.19045-SP0,3.11.5,2.2.3,8,12th Gen Intel(R) Core(TM) i3-12100F,1,1 x NVIDIA GeForce RTX 3060,107.6071,-6.9217,31.85687255859375,machine,N,1.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16ff3dffa9bd432f9c7c5a787a32ce0f46666e930134da98901df1c063f15bcd
|
3 |
+
size 498615900
|
runs/Jul02_00-38-58_DESKTOP-HH0RPGN/events.out.tfevents.1719855544.DESKTOP-HH0RPGN.6200.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0373e113e5bfe8fa4c7bb95d6ed054f0978393a2b26dc26665e12953f44566c1
|
3 |
+
size 9157
|
runs/Jul02_00-46-23_DESKTOP-HH0RPGN/events.out.tfevents.1719855988.DESKTOP-HH0RPGN.6200.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35432370fbd14d7c86a46c50b4408e6902ce0b4ffd94f3478bf6b13fcbd5fa74
|
3 |
+
size 9521
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3ac67df046b2d4c6b7e0d3fe78f624b663c0ff0a8b4bf0adcfb17bff0ab07be
|
3 |
size 4920
|