izaitova commited on
Commit
44bf796
1 Parent(s): 34f6828

Training in progress, step 500

Browse files
Files changed (4) hide show
  1. README.md +65 -0
  2. config.json +51 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/mt5-large
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: results
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # results
15
+
16
+ This model is a fine-tuned version of [google/mt5-large](https://huggingface.co/google/mt5-large) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 2.9627
19
+ - Loc: {'precision': 0.07002967359050445, 'recall': 0.13817330210772832, 'f1': 0.09294998030720757, 'number': 854}
20
+ - Org: {'precision': 0.06141439205955335, 'recall': 0.1523076923076923, 'f1': 0.08753315649867373, 'number': 650}
21
+ - Per: {'precision': 0.030874785591766724, 'recall': 0.07741935483870968, 'f1': 0.04414469650521153, 'number': 465}
22
+ - Overall Precision: 0.0567
23
+ - Overall Recall: 0.1285
24
+ - Overall F1: 0.0787
25
+ - Overall Accuracy: 0.3287
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 5e-05
45
+ - train_batch_size: 8
46
+ - eval_batch_size: 8
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 4
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Loc | Org | Per | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy |
55
+ |:-------------:|:-----:|:----:|:---------------:|:-----------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------:|:-----------------:|:--------------:|:----------:|:----------------:|
56
+ | 3.8187 | 2.0 | 10 | 3.1219 | {'precision': 0.06360022714366836, 'recall': 0.13114754098360656, 'f1': 0.08565965583173997, 'number': 854} | {'precision': 0.05763688760806916, 'recall': 0.15384615384615385, 'f1': 0.08385744234800839, 'number': 650} | {'precision': 0.027879677182685254, 'recall': 0.08172043010752689, 'f1': 0.04157549234135668, 'number': 465} | 0.0515 | 0.1270 | 0.0732 | 0.2983 |
57
+ | 3.2942 | 4.0 | 20 | 2.9627 | {'precision': 0.07002967359050445, 'recall': 0.13817330210772832, 'f1': 0.09294998030720757, 'number': 854} | {'precision': 0.06141439205955335, 'recall': 0.1523076923076923, 'f1': 0.08753315649867373, 'number': 650} | {'precision': 0.030874785591766724, 'recall': 0.07741935483870968, 'f1': 0.04414469650521153, 'number': 465} | 0.0567 | 0.1285 | 0.0787 | 0.3287 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.39.3
63
+ - Pytorch 1.11.0a0+17540c5
64
+ - Datasets 2.20.0
65
+ - Tokenizers 0.15.2
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/mt5-large",
3
+ "architectures": [
4
+ "MT5ForTokenClassification"
5
+ ],
6
+ "classifier_dropout": 0.0,
7
+ "d_ff": 2816,
8
+ "d_kv": 64,
9
+ "d_model": 1024,
10
+ "decoder_start_token_id": 0,
11
+ "dense_act_fn": "gelu_new",
12
+ "dropout_rate": 0.1,
13
+ "eos_token_id": 1,
14
+ "feed_forward_proj": "gated-gelu",
15
+ "id2label": {
16
+ "0": "LABEL_0",
17
+ "1": "LABEL_1",
18
+ "2": "LABEL_2",
19
+ "3": "LABEL_3",
20
+ "4": "LABEL_4",
21
+ "5": "LABEL_5",
22
+ "6": "LABEL_6"
23
+ },
24
+ "initializer_factor": 1.0,
25
+ "is_encoder_decoder": true,
26
+ "is_gated_act": true,
27
+ "label2id": {
28
+ "LABEL_0": 0,
29
+ "LABEL_1": 1,
30
+ "LABEL_2": 2,
31
+ "LABEL_3": 3,
32
+ "LABEL_4": 4,
33
+ "LABEL_5": 5,
34
+ "LABEL_6": 6
35
+ },
36
+ "layer_norm_epsilon": 1e-06,
37
+ "model_type": "mt5",
38
+ "num_decoder_layers": 24,
39
+ "num_heads": 16,
40
+ "num_layers": 24,
41
+ "output_past": true,
42
+ "pad_token_id": 0,
43
+ "relative_attention_max_distance": 128,
44
+ "relative_attention_num_buckets": 32,
45
+ "tie_word_embeddings": false,
46
+ "tokenizer_class": "T5Tokenizer",
47
+ "torch_dtype": "float32",
48
+ "transformers_version": "4.39.3",
49
+ "use_cache": true,
50
+ "vocab_size": 250112
51
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6b356164b7d5ecc3c7db5ae3cd63ec8f67583b440d18bfe3932295c2b4bebce
3
+ size 2257845012
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55a536cdbb8b8d16200ff08a8179b83121a926d767293b2003591b47f2ca0e35
3
+ size 4463