izaitova commited on
Commit
6f94325
·
verified ·
1 Parent(s): 969e4f8

End of training

Browse files
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ base_model: Goader/liberta-large
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - precision
8
+ - recall
9
+ - f1
10
+ - accuracy
11
+ model-index:
12
+ - name: liberta-large-topic_classification
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # liberta-large-topic_classification
20
+
21
+ This model is a fine-tuned version of [Goader/liberta-large](https://huggingface.co/Goader/liberta-large) on an unknown dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.7957
24
+ - Precision: 0.9167
25
+ - Recall: 0.8749
26
+ - F1: 0.8889
27
+ - Accuracy: 0.8971
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 5e-05
47
+ - train_batch_size: 8
48
+ - eval_batch_size: 8
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 10
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 88 | 0.7214 | 0.8294 | 0.7438 | 0.7532 | 0.7843 |
59
+ | No log | 2.0 | 176 | 0.6388 | 0.8181 | 0.7797 | 0.7826 | 0.8088 |
60
+ | No log | 3.0 | 264 | 0.8149 | 0.8625 | 0.8692 | 0.8617 | 0.8725 |
61
+ | No log | 4.0 | 352 | 0.8210 | 0.9171 | 0.8603 | 0.8695 | 0.8824 |
62
+ | No log | 5.0 | 440 | 0.7850 | 0.9173 | 0.8700 | 0.8841 | 0.8922 |
63
+ | 0.3285 | 6.0 | 528 | 0.7936 | 0.8987 | 0.8670 | 0.8770 | 0.8824 |
64
+ | 0.3285 | 7.0 | 616 | 0.7794 | 0.9217 | 0.8749 | 0.8913 | 0.8971 |
65
+ | 0.3285 | 8.0 | 704 | 0.7835 | 0.9217 | 0.8749 | 0.8913 | 0.8971 |
66
+ | 0.3285 | 9.0 | 792 | 0.7947 | 0.9167 | 0.8749 | 0.8889 | 0.8971 |
67
+ | 0.3285 | 10.0 | 880 | 0.7957 | 0.9167 | 0.8749 | 0.8889 | 0.8971 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.39.3
73
+ - Pytorch 1.11.0a0+17540c5
74
+ - Datasets 2.21.0
75
+ - Tokenizers 0.15.2
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Goader/liberta-large",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 1024,
12
+ "id2label": {
13
+ "0": "LABEL_0",
14
+ "1": "LABEL_1",
15
+ "2": "LABEL_2",
16
+ "3": "LABEL_3",
17
+ "4": "LABEL_4",
18
+ "5": "LABEL_5",
19
+ "6": "LABEL_6"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 4096,
23
+ "label2id": {
24
+ "LABEL_0": 0,
25
+ "LABEL_1": 1,
26
+ "LABEL_2": 2,
27
+ "LABEL_3": 3,
28
+ "LABEL_4": 4,
29
+ "LABEL_5": 5,
30
+ "LABEL_6": 6
31
+ },
32
+ "layer_norm_eps": 1e-12,
33
+ "max_position_embeddings": 512,
34
+ "model_type": "bert",
35
+ "num_attention_heads": 16,
36
+ "num_hidden_layers": 24,
37
+ "pad_token_id": 0,
38
+ "position_embedding_type": "absolute",
39
+ "problem_type": "single_label_classification",
40
+ "sep_token_id": 3,
41
+ "torch_dtype": "float32",
42
+ "transformers_version": "4.39.3",
43
+ "type_vocab_size": 2,
44
+ "use_cache": true,
45
+ "vocab_size": 32000
46
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77e47fdfce98b0243b6a2b7c5d64554cd0e7b28df9ca4a43053732fe236d253e
3
+ size 1346697156
runs/Sep09_16-00-39_izaitova-25902.0-cl18lx.lsv.uni-saarland.de/events.out.tfevents.1725897642.izaitova-25902.0-cl18lx.lsv.uni-saarland.de.343.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0da0f9739e213356f4458e741b7040a3572ae520cc03921666439ba912e5f9cf
3
+ size 10183
runs/Sep09_16-00-39_izaitova-25902.0-cl18lx.lsv.uni-saarland.de/events.out.tfevents.1725897703.izaitova-25902.0-cl18lx.lsv.uni-saarland.de.343.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3926dd28194f6c45e8230d2c33f72527ffacae08e572bf459e704a5637416e89
3
+ size 512
runs/Sep09_16-03-09_izaitova-25902.0-cl18lx.lsv.uni-saarland.de/events.out.tfevents.1725897791.izaitova-25902.0-cl18lx.lsv.uni-saarland.de.415.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbbe52ba0da78333eb5e405e135528f466099b6e0b5e35706e8e64e455500595
3
+ size 10183
runs/Sep09_16-03-09_izaitova-25902.0-cl18lx.lsv.uni-saarland.de/events.out.tfevents.1725897852.izaitova-25902.0-cl18lx.lsv.uni-saarland.de.415.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab25bcc59efffc02c2b858a2b3cff4bc0155917e422a0e5a1612b2245bc2ab06
3
+ size 512
runs/Sep09_16-05-37_izaitova-25902.0-cl18lx.lsv.uni-saarland.de/events.out.tfevents.1725897939.izaitova-25902.0-cl18lx.lsv.uni-saarland.de.490.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b6209fa8d890e941b5ce788f746c8ac164ccc44117714f1c0f505a94820252c
3
+ size 10156
runs/Sep09_16-05-37_izaitova-25902.0-cl18lx.lsv.uni-saarland.de/events.out.tfevents.1725897990.izaitova-25902.0-cl18lx.lsv.uni-saarland.de.490.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f72c978a395802bbc39513b9f40d26e789537cab746d5f91761776efdccf3af
3
+ size 512
runs/Sep09_16-07-54_izaitova-25902.0-cl18lx.lsv.uni-saarland.de/events.out.tfevents.1725898076.izaitova-25902.0-cl18lx.lsv.uni-saarland.de.568.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9b97a71d57e41290044ac5b1b347599ba0af9654026a7449a63791c9deb7ec9
3
+ size 10402
runs/Sep09_16-07-54_izaitova-25902.0-cl18lx.lsv.uni-saarland.de/events.out.tfevents.1725898204.izaitova-25902.0-cl18lx.lsv.uni-saarland.de.568.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bac9d3cbed25284ab3b7d040bfc4c3c898f10b51aed5cfcc187479c35315741
3
+ size 512
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6f69f45164a24d4e96225c4ce17ac2ff73ab70957380644feea9283f672f69c
3
+ size 4655