PabloGuinea
commited on
Commit
•
ba66244
1
Parent(s):
63123fc
Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +56 -0
- pytorch_model.bin +3 -0
- runs/Jun04_04-37-14_e96af5764e2d/1685853439.5927176/events.out.tfevents.1685853439.e96af5764e2d.16101.3 +3 -0
- runs/Jun04_04-37-14_e96af5764e2d/events.out.tfevents.1685853439.e96af5764e2d.16101.2 +3 -0
- runs/Jun04_04-39-28_e96af5764e2d/1685853570.6418595/events.out.tfevents.1685853570.e96af5764e2d.16101.5 +3 -0
- runs/Jun04_04-39-28_e96af5764e2d/events.out.tfevents.1685853570.e96af5764e2d.16101.4 +3 -0
- runs/Jun04_04-39-42_e96af5764e2d/1685853584.6732585/events.out.tfevents.1685853584.e96af5764e2d.16101.7 +3 -0
- runs/Jun04_04-39-42_e96af5764e2d/events.out.tfevents.1685853584.e96af5764e2d.16101.6 +3 -0
- runs/Jun04_04-41-28_e96af5764e2d/1685853691.339581/events.out.tfevents.1685853691.e96af5764e2d.16101.9 +3 -0
- runs/Jun04_04-41-28_e96af5764e2d/events.out.tfevents.1685853691.e96af5764e2d.16101.8 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +13 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"gradient_checkpointing": false,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"id2label": {
|
13 |
+
"0": "O",
|
14 |
+
"1": "B-corporation",
|
15 |
+
"2": "I-corporation",
|
16 |
+
"3": "B-creative-work",
|
17 |
+
"4": "I-creative-work",
|
18 |
+
"5": "B-group",
|
19 |
+
"6": "I-group",
|
20 |
+
"7": "B-location",
|
21 |
+
"8": "I-location",
|
22 |
+
"9": "B-person",
|
23 |
+
"10": "I-person",
|
24 |
+
"11": "B-product",
|
25 |
+
"12": "I-product"
|
26 |
+
},
|
27 |
+
"initializer_range": 0.02,
|
28 |
+
"intermediate_size": 3072,
|
29 |
+
"label2id": {
|
30 |
+
"B-corporation": 1,
|
31 |
+
"B-creative-work": 3,
|
32 |
+
"B-group": 5,
|
33 |
+
"B-location": 7,
|
34 |
+
"B-person": 9,
|
35 |
+
"B-product": 11,
|
36 |
+
"I-corporation": 2,
|
37 |
+
"I-creative-work": 4,
|
38 |
+
"I-group": 6,
|
39 |
+
"I-location": 8,
|
40 |
+
"I-person": 10,
|
41 |
+
"I-product": 12,
|
42 |
+
"O": 0
|
43 |
+
},
|
44 |
+
"layer_norm_eps": 1e-12,
|
45 |
+
"max_position_embeddings": 512,
|
46 |
+
"model_type": "bert",
|
47 |
+
"num_attention_heads": 12,
|
48 |
+
"num_hidden_layers": 12,
|
49 |
+
"pad_token_id": 0,
|
50 |
+
"position_embedding_type": "absolute",
|
51 |
+
"torch_dtype": "float32",
|
52 |
+
"transformers_version": "4.29.2",
|
53 |
+
"type_vocab_size": 2,
|
54 |
+
"use_cache": true,
|
55 |
+
"vocab_size": 30522
|
56 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98dbb7a247d750614b72232e2f4bac031af238dc6633ac59780e78275a3b9723
|
3 |
+
size 435678701
|
runs/Jun04_04-37-14_e96af5764e2d/1685853439.5927176/events.out.tfevents.1685853439.e96af5764e2d.16101.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afe9fac9ad9ca27866d4d8cb1fd273b4f37232285de43882e7512fa0d3433c3f
|
3 |
+
size 5904
|
runs/Jun04_04-37-14_e96af5764e2d/events.out.tfevents.1685853439.e96af5764e2d.16101.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d62d230fd06b520af84d2552e2ee0746ae57530421b1a5b894be04fc8e45fef5
|
3 |
+
size 4614
|
runs/Jun04_04-39-28_e96af5764e2d/1685853570.6418595/events.out.tfevents.1685853570.e96af5764e2d.16101.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d8723995679c7f6b657060918ea248ce046d8cdc9345f17f79f54b15ac28971
|
3 |
+
size 5904
|
runs/Jun04_04-39-28_e96af5764e2d/events.out.tfevents.1685853570.e96af5764e2d.16101.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:549664d4ee5ddc0973289d58e498940efa534b7ab482c1d583b7543522823cbe
|
3 |
+
size 4614
|
runs/Jun04_04-39-42_e96af5764e2d/1685853584.6732585/events.out.tfevents.1685853584.e96af5764e2d.16101.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2c24ef66c05ecb4dcbe7f640dee4916d3beabc8c7c0dab1f30b9cdc5dcdd351
|
3 |
+
size 5904
|
runs/Jun04_04-39-42_e96af5764e2d/events.out.tfevents.1685853584.e96af5764e2d.16101.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3566edcceb380be657817c365e568830bba00426ba2de283bd908d9b9b4b3dbe
|
3 |
+
size 4614
|
runs/Jun04_04-41-28_e96af5764e2d/1685853691.339581/events.out.tfevents.1685853691.e96af5764e2d.16101.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e152bcde9d542fb6a5d7c5dd6ee448d52b29e1a2d94d23d13c5b2e6c75a9b4f
|
3 |
+
size 5904
|
runs/Jun04_04-41-28_e96af5764e2d/events.out.tfevents.1685853691.e96af5764e2d.16101.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a207f3964258985d91da78a8120fed5c6d641ec0cfcca99d8aa4850f9f4a62bb
|
3 |
+
size 5077
|
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"clean_up_tokenization_spaces": true,
|
3 |
+
"cls_token": "[CLS]",
|
4 |
+
"do_lower_case": true,
|
5 |
+
"mask_token": "[MASK]",
|
6 |
+
"model_max_length": 512,
|
7 |
+
"pad_token": "[PAD]",
|
8 |
+
"sep_token": "[SEP]",
|
9 |
+
"strip_accents": null,
|
10 |
+
"tokenize_chinese_chars": true,
|
11 |
+
"tokenizer_class": "DistilBertTokenizer",
|
12 |
+
"unk_token": "[UNK]"
|
13 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44b09047d8f7f42aff713bd6d3414304eb197b09164ab114113de8959b3fd47c
|
3 |
+
size 3899
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|