xklzv commited on
Commit
b3f2a61
·
verified ·
1 Parent(s): b382f3e

Training in progress, epoch 1

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