CatBarks commited on
Commit
b78a820
·
verified ·
1 Parent(s): b159dc8

CatBarks/t5_es_BCE_weight_4_2

Browse files
Files changed (4) hide show
  1. README.md +78 -0
  2. config.json +63 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google-t5/t5-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - f1
9
+ model-index:
10
+ - name: t5_es_weight_4_2
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # t5_es_weight_4_2
18
+
19
+ This model is a fine-tuned version of [google-t5/t5-base](https://huggingface.co/google-t5/t5-base) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.0201
22
+ - Accuracy: 0.9955
23
+ - F1: 0.9958
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 0.0001
43
+ - train_batch_size: 64
44
+ - eval_batch_size: 64
45
+ - seed: 42
46
+ - gradient_accumulation_steps: 64
47
+ - total_train_batch_size: 4096
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - lr_scheduler_warmup_steps: 1000
51
+ - num_epochs: 100
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
56
+ |:-------------:|:-------:|:----:|:---------------:|:--------:|:------:|
57
+ | 0.7207 | 6.8817 | 50 | 0.6639 | 0.631 | 0.7122 |
58
+ | 0.6227 | 13.7634 | 100 | 0.4261 | 0.8935 | 0.9021 |
59
+ | 0.2336 | 20.6452 | 150 | 0.0745 | 0.979 | 0.9803 |
60
+ | 0.0593 | 27.5269 | 200 | 0.0453 | 0.9845 | 0.9853 |
61
+ | 0.0286 | 34.4086 | 250 | 0.0287 | 0.9915 | 0.992 |
62
+ | 0.0149 | 41.2903 | 300 | 0.0201 | 0.995 | 0.9953 |
63
+ | 0.0078 | 48.1720 | 350 | 0.0194 | 0.996 | 0.9962 |
64
+ | 0.0047 | 55.0538 | 400 | 0.0203 | 0.9965 | 0.9967 |
65
+ | 0.0033 | 61.9355 | 450 | 0.0203 | 0.996 | 0.9962 |
66
+ | 0.0024 | 68.8172 | 500 | 0.0192 | 0.996 | 0.9962 |
67
+ | 0.0016 | 75.6989 | 550 | 0.0194 | 0.996 | 0.9962 |
68
+ | 0.0008 | 82.5806 | 600 | 0.0219 | 0.996 | 0.9962 |
69
+ | 0.0008 | 89.4624 | 650 | 0.0249 | 0.996 | 0.9963 |
70
+ | 0.0026 | 96.3441 | 700 | 0.0201 | 0.9955 | 0.9958 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.40.0
76
+ - Pytorch 2.4.1+cu121
77
+ - Datasets 3.1.0
78
+ - Tokenizers 0.19.1
config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google-t5/t5-base",
3
+ "architectures": [
4
+ "T5ForSequenceClassification"
5
+ ],
6
+ "classifier_dropout": 0.0,
7
+ "d_ff": 3072,
8
+ "d_kv": 64,
9
+ "d_model": 768,
10
+ "decoder_start_token_id": 0,
11
+ "dense_act_fn": "relu",
12
+ "dropout_rate": 0.1,
13
+ "eos_token_id": 1,
14
+ "feed_forward_proj": "relu",
15
+ "initializer_factor": 1.0,
16
+ "is_encoder_decoder": true,
17
+ "is_gated_act": false,
18
+ "layer_norm_epsilon": 1e-06,
19
+ "model_type": "t5",
20
+ "n_positions": 512,
21
+ "num_decoder_layers": 12,
22
+ "num_heads": 12,
23
+ "num_layers": 12,
24
+ "output_hidden_states": true,
25
+ "output_past": true,
26
+ "pad_token_id": 0,
27
+ "problem_type": "single_label_classification",
28
+ "relative_attention_max_distance": 128,
29
+ "relative_attention_num_buckets": 32,
30
+ "task_specific_params": {
31
+ "summarization": {
32
+ "early_stopping": true,
33
+ "length_penalty": 2.0,
34
+ "max_length": 200,
35
+ "min_length": 30,
36
+ "no_repeat_ngram_size": 3,
37
+ "num_beams": 4,
38
+ "prefix": "summarize: "
39
+ },
40
+ "translation_en_to_de": {
41
+ "early_stopping": true,
42
+ "max_length": 300,
43
+ "num_beams": 4,
44
+ "prefix": "translate English to German: "
45
+ },
46
+ "translation_en_to_fr": {
47
+ "early_stopping": true,
48
+ "max_length": 300,
49
+ "num_beams": 4,
50
+ "prefix": "translate English to French: "
51
+ },
52
+ "translation_en_to_ro": {
53
+ "early_stopping": true,
54
+ "max_length": 300,
55
+ "num_beams": 4,
56
+ "prefix": "translate English to Romanian: "
57
+ }
58
+ },
59
+ "torch_dtype": "float32",
60
+ "transformers_version": "4.40.0",
61
+ "use_cache": true,
62
+ "vocab_size": 32128
63
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af366971309dc6c241c6a9d99ffdf637570caa1b149fc52aa4f1668e7e237849
3
+ size 894016712
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:faa150d7417524857cc70e5a5a7679365fe7af80e2c6f51e8a7c9c1c998c1177
3
+ size 4984