D. Vle
commited on
Commit
•
95c8584
1
Parent(s):
8a58a5b
Training complete.
Browse files- README.md +8 -13
- config.json +4 -3
- model.safetensors +2 -2
- runs/Apr01_21-00-49_Asus-ProArt-H7600ZX/events.out.tfevents.1712001649.Asus-ProArt-H7600ZX.2297.0 +3 -0
- runs/Apr01_21-04-10_Asus-ProArt-H7600ZX/events.out.tfevents.1712001850.Asus-ProArt-H7600ZX.4156.0 +3 -0
- runs/Apr01_21-06-15_Asus-ProArt-H7600ZX/events.out.tfevents.1712001975.Asus-ProArt-H7600ZX.5360.0 +3 -0
- runs/Apr01_21-13-13_Asus-ProArt-H7600ZX/events.out.tfevents.1712002393.Asus-ProArt-H7600ZX.9134.0 +3 -0
- runs/Apr01_21-16-17_Asus-ProArt-H7600ZX/events.out.tfevents.1712002578.Asus-ProArt-H7600ZX.10726.0 +3 -0
- runs/Apr01_21-19-14_Asus-ProArt-H7600ZX/events.out.tfevents.1712002755.Asus-ProArt-H7600ZX.12171.0 +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +8 -6
- training_args.bin +1 -1
- vocab.txt +0 -0
README.md
CHANGED
@@ -1,11 +1,8 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
-
base_model: distilbert-base-
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
-
metrics:
|
7 |
-
- accuracy
|
8 |
-
- f1
|
9 |
model-index:
|
10 |
- name: sentiment-analysis-model
|
11 |
results: []
|
@@ -16,11 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# sentiment-analysis-model
|
18 |
|
19 |
-
This model is a fine-tuned version of [distilbert-base-
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 1.0
|
23 |
-
- F1: 1.0
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -49,10 +44,10 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
-
|
54 |
-
| No log | 1.0 |
|
55 |
-
| No log | 2.0 |
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
license: mit
|
3 |
+
base_model: racai/distilbert-base-romanian-cased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
|
|
6 |
model-index:
|
7 |
- name: sentiment-analysis-model
|
8 |
results: []
|
|
|
13 |
|
14 |
# sentiment-analysis-model
|
15 |
|
16 |
+
This model is a fine-tuned version of [racai/distilbert-base-romanian-cased](https://huggingface.co/racai/distilbert-base-romanian-cased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.1640
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| No log | 1.0 | 8 | 0.2338 |
|
50 |
+
| No log | 2.0 | 16 | 0.1640 |
|
51 |
|
52 |
|
53 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "distilbert-base-
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
@@ -13,13 +13,14 @@
|
|
13 |
"model_type": "distilbert",
|
14 |
"n_heads": 12,
|
15 |
"n_layers": 6,
|
|
|
16 |
"pad_token_id": 0,
|
17 |
"problem_type": "single_label_classification",
|
18 |
"qa_dropout": 0.1,
|
19 |
"seq_classif_dropout": 0.2,
|
20 |
-
"sinusoidal_pos_embds":
|
21 |
"tie_weights_": true,
|
22 |
"torch_dtype": "float32",
|
23 |
"transformers_version": "4.39.2",
|
24 |
-
"vocab_size":
|
25 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "racai/distilbert-base-romanian-cased",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
|
|
13 |
"model_type": "distilbert",
|
14 |
"n_heads": 12,
|
15 |
"n_layers": 6,
|
16 |
+
"output_hidden_states": true,
|
17 |
"pad_token_id": 0,
|
18 |
"problem_type": "single_label_classification",
|
19 |
"qa_dropout": 0.1,
|
20 |
"seq_classif_dropout": 0.2,
|
21 |
+
"sinusoidal_pos_embds": true,
|
22 |
"tie_weights_": true,
|
23 |
"torch_dtype": "float32",
|
24 |
"transformers_version": "4.39.2",
|
25 |
+
"vocab_size": 50000
|
26 |
}
|
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:393e46b4890f03ca450da718b0929aa9692c94412ccb9de64d982703922ff06b
|
3 |
+
size 327668984
|
runs/Apr01_21-00-49_Asus-ProArt-H7600ZX/events.out.tfevents.1712001649.Asus-ProArt-H7600ZX.2297.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58723cd67bd4e0252fd756b96afb622439b712313c217807dc881b9119e0a8ea
|
3 |
+
size 4496
|
runs/Apr01_21-04-10_Asus-ProArt-H7600ZX/events.out.tfevents.1712001850.Asus-ProArt-H7600ZX.4156.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b2d04d5f06c238ffe0cc4c2ae10f11bc0c62eda5160fd3f57b91fb6543bc62a
|
3 |
+
size 4496
|
runs/Apr01_21-06-15_Asus-ProArt-H7600ZX/events.out.tfevents.1712001975.Asus-ProArt-H7600ZX.5360.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6dbe629ce21412963d7d11c452ba13cc089ecc0052ed02df5e1dce10e1de409
|
3 |
+
size 4496
|
runs/Apr01_21-13-13_Asus-ProArt-H7600ZX/events.out.tfevents.1712002393.Asus-ProArt-H7600ZX.9134.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc3f6af37ac4a44be5d2b21763731c4362361164431805a3753cf5cda74e6646
|
3 |
+
size 4496
|
runs/Apr01_21-16-17_Asus-ProArt-H7600ZX/events.out.tfevents.1712002578.Asus-ProArt-H7600ZX.10726.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3ca633ea9ab632445b98df0b1fe2a84498b8ac57d6d40aed8460754049dff60
|
3 |
+
size 4496
|
runs/Apr01_21-19-14_Asus-ProArt-H7600ZX/events.out.tfevents.1712002755.Asus-ProArt-H7600ZX.12171.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4fbe72de3be742765f752f4c4ac5ea6489744cde10a9033a6765d422df78f5f
|
3 |
+
size 5376
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
"single_word": false,
|
9 |
"special": true
|
10 |
},
|
11 |
-
"
|
12 |
"content": "[UNK]",
|
13 |
"lstrip": false,
|
14 |
"normalized": false,
|
@@ -16,7 +16,7 @@
|
|
16 |
"single_word": false,
|
17 |
"special": true
|
18 |
},
|
19 |
-
"
|
20 |
"content": "[CLS]",
|
21 |
"lstrip": false,
|
22 |
"normalized": false,
|
@@ -24,7 +24,7 @@
|
|
24 |
"single_word": false,
|
25 |
"special": true
|
26 |
},
|
27 |
-
"
|
28 |
"content": "[SEP]",
|
29 |
"lstrip": false,
|
30 |
"normalized": false,
|
@@ -32,7 +32,7 @@
|
|
32 |
"single_word": false,
|
33 |
"special": true
|
34 |
},
|
35 |
-
"
|
36 |
"content": "[MASK]",
|
37 |
"lstrip": false,
|
38 |
"normalized": false,
|
@@ -43,9 +43,11 @@
|
|
43 |
},
|
44 |
"clean_up_tokenization_spaces": true,
|
45 |
"cls_token": "[CLS]",
|
46 |
-
"
|
|
|
47 |
"mask_token": "[MASK]",
|
48 |
-
"model_max_length":
|
|
|
49 |
"pad_token": "[PAD]",
|
50 |
"sep_token": "[SEP]",
|
51 |
"strip_accents": null,
|
|
|
8 |
"single_word": false,
|
9 |
"special": true
|
10 |
},
|
11 |
+
"1": {
|
12 |
"content": "[UNK]",
|
13 |
"lstrip": false,
|
14 |
"normalized": false,
|
|
|
16 |
"single_word": false,
|
17 |
"special": true
|
18 |
},
|
19 |
+
"2": {
|
20 |
"content": "[CLS]",
|
21 |
"lstrip": false,
|
22 |
"normalized": false,
|
|
|
24 |
"single_word": false,
|
25 |
"special": true
|
26 |
},
|
27 |
+
"3": {
|
28 |
"content": "[SEP]",
|
29 |
"lstrip": false,
|
30 |
"normalized": false,
|
|
|
32 |
"single_word": false,
|
33 |
"special": true
|
34 |
},
|
35 |
+
"4": {
|
36 |
"content": "[MASK]",
|
37 |
"lstrip": false,
|
38 |
"normalized": false,
|
|
|
43 |
},
|
44 |
"clean_up_tokenization_spaces": true,
|
45 |
"cls_token": "[CLS]",
|
46 |
+
"do_basic_tokenize": true,
|
47 |
+
"do_lower_case": false,
|
48 |
"mask_token": "[MASK]",
|
49 |
+
"model_max_length": 1000000000000000019884624838656,
|
50 |
+
"never_split": null,
|
51 |
"pad_token": "[PAD]",
|
52 |
"sep_token": "[SEP]",
|
53 |
"strip_accents": null,
|
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:8c9a1876d07abec89fd433630b4112cffb5b395bd39e30e90a0c9289cd7439cc
|
3 |
size 4920
|
vocab.txt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|