anismahmahi commited on
Commit
d867591
·
1 Parent(s): 086c603

Training in progress, epoch 1

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/llmlingua-2-xlm-roberta-large-meetingbank",
3
+ "architectures": [
4
+ "XLMRobertaForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 1024,
13
+ "id2label": {
14
+ "0": "O",
15
+ "1": "B-Repetition",
16
+ "2": "B-Loaded_Language",
17
+ "3": "B-Name_Calling,Labeling",
18
+ "4": "B-Flag-Waving",
19
+ "5": "I-Flag-Waving",
20
+ "6": "B-Causal_Oversimplification",
21
+ "7": "I-Causal_Oversimplification",
22
+ "8": "B-Doubt",
23
+ "9": "I-Doubt",
24
+ "10": "I-Loaded_Language",
25
+ "11": "B-Appeal_to_Authority",
26
+ "12": "I-Appeal_to_Authority",
27
+ "13": "I-Name_Calling,Labeling",
28
+ "14": "B-Appeal_to_fear-prejudice",
29
+ "15": "I-Appeal_to_fear-prejudice",
30
+ "16": "I-Repetition",
31
+ "17": "B-Black-and-White_Fallacy",
32
+ "18": "I-Black-and-White_Fallacy",
33
+ "19": "B-Exaggeration,Minimisation",
34
+ "20": "I-Exaggeration,Minimisation"
35
+ },
36
+ "initializer_range": 0.02,
37
+ "intermediate_size": 4096,
38
+ "label2id": {
39
+ "B-Appeal_to_Authority": 11,
40
+ "B-Appeal_to_fear-prejudice": 14,
41
+ "B-Black-and-White_Fallacy": 17,
42
+ "B-Causal_Oversimplification": 6,
43
+ "B-Doubt": 8,
44
+ "B-Exaggeration,Minimisation": 19,
45
+ "B-Flag-Waving": 4,
46
+ "B-Loaded_Language": 2,
47
+ "B-Name_Calling,Labeling": 3,
48
+ "B-Repetition": 1,
49
+ "I-Appeal_to_Authority": 12,
50
+ "I-Appeal_to_fear-prejudice": 15,
51
+ "I-Black-and-White_Fallacy": 18,
52
+ "I-Causal_Oversimplification": 7,
53
+ "I-Doubt": 9,
54
+ "I-Exaggeration,Minimisation": 20,
55
+ "I-Flag-Waving": 5,
56
+ "I-Loaded_Language": 10,
57
+ "I-Name_Calling,Labeling": 13,
58
+ "I-Repetition": 16,
59
+ "O": 0
60
+ },
61
+ "layer_norm_eps": 1e-05,
62
+ "max_position_embeddings": 514,
63
+ "model_type": "xlm-roberta",
64
+ "num_attention_heads": 16,
65
+ "num_hidden_layers": 24,
66
+ "output_past": true,
67
+ "pad_token_id": 1,
68
+ "position_embedding_type": "absolute",
69
+ "torch_dtype": "float32",
70
+ "transformers_version": "4.30.0",
71
+ "type_vocab_size": 1,
72
+ "use_cache": true,
73
+ "vocab_size": 250102
74
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:463178e632d7a5850a9c9a42516cc475eedc1a323a78d8b69c6e760408a1aca3
3
+ size 2235998826
runs/Apr24_20-17-12_bb8-lix.polytechnique.fr/events.out.tfevents.1713982638.bb8-lix.polytechnique.fr.101922.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f5d399d7ca904954bce8826541faf42aa58563aece00c19a6a1816d2b843f33
3
+ size 5952
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62c24cdc13d4c9952d63718d6c9fa4c287974249e16b7ade6d5a85e7bbb75626
3
+ size 17082660
tokenizer_config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "250001": {
28
+ "content": "<mask>",
29
+ "lstrip": true,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "3": {
36
+ "content": "<unk>",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "<s>",
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "<s>",
47
+ "eos_token": "</s>",
48
+ "mask_token": {
49
+ "__type": "AddedToken",
50
+ "content": "<mask>",
51
+ "lstrip": true,
52
+ "normalized": true,
53
+ "rstrip": false,
54
+ "single_word": false
55
+ },
56
+ "model_max_length": 512,
57
+ "pad_token": "<pad>",
58
+ "sep_token": "</s>",
59
+ "tokenizer_class": "XLMRobertaTokenizer",
60
+ "unk_token": "<unk>"
61
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcc5850a155dbe9d0d30667b7271b7038ff1e57ed16af708c7b66caca4ba5e18
3
+ size 4408