huggingfleece commited on
Commit
6bc72cd
1 Parent(s): 063856f

Training in progress, epoch 3

Browse files
config.json CHANGED
@@ -1,12 +1,13 @@
1
  {
2
- "_name_or_path": "camembert-base",
3
  "architectures": [
4
  "CamembertForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
- "bos_token_id": 5,
8
  "classifier_dropout": null,
9
- "eos_token_id": 6,
 
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
@@ -62,8 +63,7 @@
62
  "max_position_embeddings": 514,
63
  "model_type": "camembert",
64
  "num_attention_heads": 12,
65
- "num_hidden_layers": 12,
66
- "output_past": true,
67
  "pad_token_id": 1,
68
  "position_embedding_type": "absolute",
69
  "torch_dtype": "float32",
 
1
  {
2
+ "_name_or_path": "cmarkea/distilcamembert-base-ner",
3
  "architectures": [
4
  "CamembertForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
  "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "gradient_checkpointing": false,
11
  "hidden_act": "gelu",
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
 
63
  "max_position_embeddings": 514,
64
  "model_type": "camembert",
65
  "num_attention_heads": 12,
66
+ "num_hidden_layers": 6,
 
67
  "pad_token_id": 1,
68
  "position_embedding_type": "absolute",
69
  "torch_dtype": "float32",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:702ac52ca5ff1dfda89b9a656c18e649bccbc90d6c8b371a7f80fbc64e6d50e1
3
- size 440213956
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6faaaf83cdd3d7dbf5527857d4bb47fdf97e5205f3e5ce980165bd931ef5697e
3
+ size 270093412
runs/Jul04_08-40-36_a6439592a7b2/events.out.tfevents.1720082437.a6439592a7b2.453.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdf3eb87754d3b3c175523f17aad55bfb6d94e465efbd6600d83009fc6dfd7bf
3
+ size 7496
special_tokens_map.json CHANGED
@@ -1,8 +1,7 @@
1
  {
2
  "additional_special_tokens": [
3
  "<s>NOTUSED",
4
- "</s>NOTUSED",
5
- "<unk>NOTUSED"
6
  ],
7
  "bos_token": "<s>",
8
  "cls_token": "<s>",
 
1
  {
2
  "additional_special_tokens": [
3
  "<s>NOTUSED",
4
+ "</s>NOTUSED"
 
5
  ],
6
  "bos_token": "<s>",
7
  "cls_token": "<s>",
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,
@@ -55,20 +55,11 @@
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": [
69
  "<s>NOTUSED",
70
- "</s>NOTUSED",
71
- "<unk>NOTUSED"
72
  ],
73
  "bos_token": "<s>",
74
  "clean_up_tokenization_spaces": true,
@@ -78,6 +69,7 @@
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,
 
55
  "rstrip": false,
56
  "single_word": false,
57
  "special": true
 
 
 
 
 
 
 
 
58
  }
59
  },
60
  "additional_special_tokens": [
61
  "<s>NOTUSED",
62
+ "</s>NOTUSED"
 
63
  ],
64
  "bos_token": "<s>",
65
  "clean_up_tokenization_spaces": true,
 
69
  "model_max_length": 512,
70
  "pad_token": "<pad>",
71
  "sep_token": "</s>",
72
+ "sp_model_kwargs": {},
73
  "tokenizer_class": "CamembertTokenizer",
74
  "unk_token": "<unk>"
75
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6c5c5b45a5fde37427e19cc375234ddb51ef80678768201fd4690f8a333fbc99
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e9eca8af6fabf3747197e99304bd66ffd349c5b83b295bfa5f82e87c2e34e79
3
  size 5112