Media1129 commited on
Commit
8a05e95
1 Parent(s): cb869b4
config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "finetuning_task": "ner",
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "O",
15
+ "1": "B-ingredient",
16
+ "2": "I-ingredient",
17
+ "3": "B-cuisines",
18
+ "4": "I-cuisines",
19
+ "5": "B-mealcourse",
20
+ "6": "I-mealcourse",
21
+ "7": "B-occasion",
22
+ "8": "I-occasion",
23
+ "9": "B-negingredient",
24
+ "10": "I-negingredient"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 3072,
28
+ "label2id": {
29
+ "O": 0,
30
+ "B-ingredient": 1,
31
+ "I-ingredient": 2,
32
+ "B-cuisines": 3,
33
+ "I-cuisines": 4,
34
+ "B-mealcourse": 5,
35
+ "I-mealcourse": 6,
36
+ "B-occasion": 7,
37
+ "I-occasion": 8,
38
+ "B-negingredient": 9,
39
+ "I-negingredient": 10
40
+ },
41
+ "layer_norm_eps": 1e-12,
42
+ "max_position_embeddings": 512,
43
+ "model_type": "bert",
44
+ "num_attention_heads": 12,
45
+ "num_hidden_layers": 12,
46
+ "pad_token_id": 0,
47
+ "position_embedding_type": "absolute",
48
+ "torch_dtype": "float32",
49
+ "transformers_version": "4.10.2",
50
+ "type_vocab_size": 2,
51
+ "use_cache": true,
52
+ "vocab_size": 30522
53
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c29306e4290cebf57943ba104b4944e21a1324b2e4720f24b3ef9407994741d9
3
+ size 871325677
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a264e65d8c0277ea5e6dbc79b46e52e412fed6a9196de83e835e02ccb9effd22
3
+ size 435688951
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d2ed9e42511d24ab158f2b2b86ef1a9df4bbb6e22b6eab6a32f2312e0c22a39
3
+ size 14657
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3073ef779781b25abdefcc624d10759ca3c7de647ecd37c028fc9930f0721be
3
+ size 623
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": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "bert-base-uncased", "tokenizer_class": "BertTokenizer"}
trainer_state.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.6489292667099286,
5
+ "global_step": 2000,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.16,
12
+ "learning_rate": 4.837767683322518e-05,
13
+ "loss": 0.1601,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.32,
18
+ "learning_rate": 4.6755353666450355e-05,
19
+ "loss": 0.0226,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 0.49,
24
+ "learning_rate": 4.5133030499675535e-05,
25
+ "loss": 0.0105,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 0.65,
30
+ "learning_rate": 4.3510707332900715e-05,
31
+ "loss": 0.0054,
32
+ "step": 2000
33
+ }
34
+ ],
35
+ "max_steps": 15410,
36
+ "num_train_epochs": 5,
37
+ "total_flos": 300589216447776.0,
38
+ "trial_name": null,
39
+ "trial_params": null
40
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9ab8435bb882b5a5015f0fffa023605cc64a255c18c7fa9947970060a57ab39
3
+ size 2607
vocab.txt ADDED
The diff for this file is too large to render. See raw diff