djamina commited on
Commit
e40c139
1 Parent(s): 23c65f0

Training complete

Browse files
README.md CHANGED
@@ -9,11 +9,6 @@ metrics:
9
  model-index:
10
  - name: relatives_psr_seq
11
  results: []
12
- datasets:
13
- - djamina/relatives_psr
14
- language:
15
- - fr
16
- pipeline_tag: token-classification
17
  ---
18
 
19
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -23,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
23
 
24
  This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
25
  It achieves the following results on the evaluation set:
26
- - Loss: 0.6376
27
- - Precision: 0.6453
28
- - Recall: 0.2937
29
- - F1: 0.2919
30
- - Accuracy: 0.7824
31
 
32
  ## Model description
33
 
@@ -58,11 +53,11 @@ The following hyperparameters were used during training:
58
 
59
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
60
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
61
- | No log | 1.0 | 44 | 0.7001 | 0.6678 | 0.2208 | 0.2122 | 0.7718 |
62
- | No log | 2.0 | 88 | 0.6490 | 0.6596 | 0.2806 | 0.2749 | 0.7818 |
63
- | No log | 3.0 | 132 | 0.6615 | 0.5962 | 0.2484 | 0.2518 | 0.7794 |
64
- | No log | 4.0 | 176 | 0.6732 | 0.5933 | 0.2792 | 0.2793 | 0.7815 |
65
- | No log | 5.0 | 220 | 0.6376 | 0.6453 | 0.2937 | 0.2919 | 0.7824 |
66
 
67
 
68
  ### Framework versions
@@ -70,4 +65,4 @@ The following hyperparameters were used during training:
70
  - Transformers 4.41.2
71
  - Pytorch 2.3.0+cu121
72
  - Datasets 2.19.2
73
- - Tokenizers 0.19.1
 
9
  model-index:
10
  - name: relatives_psr_seq
11
  results: []
 
 
 
 
 
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
18
 
19
  This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.6642
22
+ - Precision: 0.5052
23
+ - Recall: 0.4082
24
+ - F1: 0.4051
25
+ - Accuracy: 0.7670
26
 
27
  ## Model description
28
 
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
56
+ | No log | 1.0 | 49 | 0.7285 | 0.7125 | 0.3284 | 0.2862 | 0.7611 |
57
+ | No log | 2.0 | 98 | 0.6789 | 0.6397 | 0.3400 | 0.3098 | 0.7685 |
58
+ | No log | 3.0 | 147 | 0.6739 | 0.5247 | 0.3754 | 0.3685 | 0.7672 |
59
+ | No log | 4.0 | 196 | 0.6650 | 0.4600 | 0.3984 | 0.3886 | 0.7555 |
60
+ | No log | 5.0 | 245 | 0.6642 | 0.5052 | 0.4082 | 0.4051 | 0.7670 |
61
 
62
 
63
  ### Framework versions
 
65
  - Transformers 4.41.2
66
  - Pytorch 2.3.0+cu121
67
  - Datasets 2.19.2
68
+ - Tokenizers 0.19.1
config.json CHANGED
@@ -10,24 +10,24 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
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": 3072,
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,
 
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "O",
14
+ "1": "B-DET",
15
+ "2": "I-DET",
16
+ "3": "B-APPO",
17
+ "4": "I-APPO",
18
+ "5": "B-AMBIGUE",
19
+ "6": "I-AMBIGUE"
20
  },
21
  "initializer_range": 0.02,
22
  "intermediate_size": 3072,
23
  "label2id": {
24
+ "B-AMBIGUE": 5,
25
+ "B-APPO": 3,
26
+ "B-DET": 1,
27
+ "I-AMBIGUE": 6,
28
+ "I-APPO": 4,
29
+ "I-DET": 2,
30
+ "O": 0
31
  },
32
  "layer_norm_eps": 1e-12,
33
  "max_position_embeddings": 512,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:23917d75bb7e5c3c100095ff67d498e71811a71cb0bedb422d8d9ece1b05b944
3
  size 1877848852
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e43e3582e825e46dbf3d442815d50a0b22b0da1f8f249d2ea00c849c318041df
3
  size 1877848852
runs/Jun05_17-39-05_85b7333225dc/events.out.tfevents.1717609183.85b7333225dc.3235.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92ec373cd8a6d46dee2e81f7ec83338c2fba30a7a43c3e01fb467194e0040e5f
3
+ size 7710
sentencepiece.bpe.model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:988bc5a00281c6d210a5d34bd143d0363741a432fefe741bf71e61b1869d4314
3
- size 810912
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f98f266fdc548c94216aaadc13ffaaafacf0c8793303e2195322d954549ea261
3
+ size 808767
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -24,7 +24,7 @@
24
  "single_word": false,
25
  "special": true
26
  },
27
- "4": {
28
  "content": "<unk>",
29
  "lstrip": false,
30
  "normalized": false,
@@ -32,6 +32,14 @@
32
  "single_word": false,
33
  "special": true
34
  },
 
 
 
 
 
 
 
 
35
  "5": {
36
  "content": "<s>",
37
  "lstrip": false,
@@ -55,14 +63,6 @@
55
  "rstrip": false,
56
  "single_word": false,
57
  "special": true
58
- },
59
- "32005": {
60
- "content": "<unk>NOTUSED",
61
- "lstrip": false,
62
- "normalized": false,
63
- "rstrip": false,
64
- "single_word": false,
65
- "special": true
66
  }
67
  },
68
  "additional_special_tokens": [
@@ -75,9 +75,10 @@
75
  "cls_token": "<s>",
76
  "eos_token": "</s>",
77
  "mask_token": "<mask>",
78
- "model_max_length": 512,
79
  "pad_token": "<pad>",
80
  "sep_token": "</s>",
 
81
  "tokenizer_class": "CamembertTokenizer",
82
  "unk_token": "<unk>"
83
  }
 
24
  "single_word": false,
25
  "special": true
26
  },
27
+ "3": {
28
  "content": "<unk>",
29
  "lstrip": false,
30
  "normalized": false,
 
32
  "single_word": false,
33
  "special": true
34
  },
35
+ "4": {
36
+ "content": "<unk>NOTUSED",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ },
43
  "5": {
44
  "content": "<s>",
45
  "lstrip": false,
 
63
  "rstrip": false,
64
  "single_word": false,
65
  "special": true
 
 
 
 
 
 
 
 
66
  }
67
  },
68
  "additional_special_tokens": [
 
75
  "cls_token": "<s>",
76
  "eos_token": "</s>",
77
  "mask_token": "<mask>",
78
+ "model_max_length": 1000000000000000019884624838656,
79
  "pad_token": "<pad>",
80
  "sep_token": "</s>",
81
+ "sp_model_kwargs": {},
82
  "tokenizer_class": "CamembertTokenizer",
83
  "unk_token": "<unk>"
84
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:576df6536ab41938f524c4e8fd8ea4ee16674839fd5f84799eb992fd8d7ccd8d
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0663de823692a0fce5fce313fb6d8a91f3419773b1b568a370170a40090f2ef7
3
  size 5112