raulgdp commited on
Commit
0ac34a1
·
verified ·
1 Parent(s): a97d921

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +48 -0
  2. labels.json +11 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForTokenClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "dtype": "float32",
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "B-LOC",
14
+ "1": "B-MISC",
15
+ "2": "B-ORG",
16
+ "3": "B-PER",
17
+ "4": "I-LOC",
18
+ "5": "I-MISC",
19
+ "6": "I-ORG",
20
+ "7": "I-PER",
21
+ "8": "O"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "label2id": {
26
+ "B-LOC": 0,
27
+ "B-MISC": 1,
28
+ "B-ORG": 2,
29
+ "B-PER": 3,
30
+ "I-LOC": 4,
31
+ "I-MISC": 5,
32
+ "I-ORG": 6,
33
+ "I-PER": 7,
34
+ "O": 8
35
+ },
36
+ "layer_norm_eps": 1e-12,
37
+ "max_position_embeddings": 512,
38
+ "model_type": "bert",
39
+ "num_attention_heads": 12,
40
+ "num_hidden_layers": 12,
41
+ "output_past": true,
42
+ "pad_token_id": 1,
43
+ "position_embedding_type": "absolute",
44
+ "transformers_version": "4.57.1",
45
+ "type_vocab_size": 2,
46
+ "use_cache": true,
47
+ "vocab_size": 31002
48
+ }
labels.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ "B-LOC",
3
+ "B-MISC",
4
+ "B-ORG",
5
+ "B-PER",
6
+ "I-LOC",
7
+ "I-MISC",
8
+ "I-ORG",
9
+ "I-PER",
10
+ "O"
11
+ ]
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c982e0cca0f1d8504e6f48c5d9369335d055c3a9146d0d530ffe97c040c14d2b
3
+ size 437092180
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a15e771a05a59802702956f1289f5d5761739912918cb98e290f4f8e3ce1bb4
3
+ size 5841