has-abi commited on
Commit
2428403
1 Parent(s): 8ae601f

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "dbmdz/bert-base-french-europeana-cased",
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": 768,
12
+ "id2label": {
13
+ "0": "awards",
14
+ "1": "certificates",
15
+ "2": "contact/name/title",
16
+ "3": "education",
17
+ "4": "interests",
18
+ "5": "languages",
19
+ "6": "para",
20
+ "7": "professional_experiences",
21
+ "8": "projects",
22
+ "9": "skills",
23
+ "10": "soft_skills",
24
+ "11": "summary"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 3072,
28
+ "label2id": {
29
+ "awards": 0,
30
+ "certificates": 1,
31
+ "contact/name/title": 2,
32
+ "education": 3,
33
+ "interests": 4,
34
+ "languages": 5,
35
+ "para": 6,
36
+ "professional_experiences": 7,
37
+ "projects": 8,
38
+ "skills": 9,
39
+ "soft_skills": 10,
40
+ "summary": 11
41
+ },
42
+ "layer_norm_eps": 1e-12,
43
+ "max_position_embeddings": 512,
44
+ "model_type": "bert",
45
+ "num_attention_heads": 12,
46
+ "num_hidden_layers": 12,
47
+ "pad_token_id": 0,
48
+ "position_embedding_type": "absolute",
49
+ "problem_type": "multi_label_classification",
50
+ "torch_dtype": "float32",
51
+ "transformers_version": "4.19.2",
52
+ "type_vocab_size": 2,
53
+ "use_cache": true,
54
+ "vocab_size": 32000
55
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0536fdb116fad086fc52c590817022b251152d58b7d4c6639fad28a8ca1ae465
3
+ size 442577261
runs/May25_17-43-39_97aff2c1b165/1653500714.1898148/events.out.tfevents.1653500714.97aff2c1b165.72.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1404f0c3d5cfc6309cf3086ad4654dffea5f30e8b9a26ff58f1c9bc4c95163bd
3
+ size 5203
runs/May25_17-43-39_97aff2c1b165/events.out.tfevents.1653500714.97aff2c1b165.72.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad3d56cc1f5241d6387a60b9bd4f98045cde9ff474eb4243b75a688a27152343
3
+ size 4722
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": false, "max_len": 512, "special_tokens_map_file": null, "name_or_path": "dbmdz/bert-base-french-europeana-cased", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "BertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:484cbc2ae28c9a3e8d9cc82c851d5ba5a6b504d7361441c8c86a40e1fcfedf61
3
+ size 3247
vocab.txt ADDED
The diff for this file is too large to render. See raw diff