dahe827 commited on
Commit
11c9366
1 Parent(s): 2ab3bf7

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
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": "legal action",
14
+ "1": "none",
15
+ "2": "product introductions and improvements",
16
+ "3": "merger & acquisition and finance investments",
17
+ "4": "pricing",
18
+ "5": "outsourcing and alliance",
19
+ "6": "capacity expansion",
20
+ "7": "market expansion",
21
+ "8": "marketing"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "layer_norm_eps": 1e-12,
26
+ "max_position_embeddings": 512,
27
+ "model_type": "bert",
28
+ "num_attention_heads": 12,
29
+ "num_hidden_layers": 12,
30
+ "pad_token_id": 0,
31
+ "position_embedding_type": "absolute",
32
+ "problem_type": "single_label_classification",
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.38.2",
35
+ "type_vocab_size": 2,
36
+ "use_cache": true,
37
+ "vocab_size": 30522
38
+ }
logs/events.out.tfevents.1712023111.8bfd1bc04a03.1328.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eeb1d8c0eff27496dc20e9287984e6f616822d09d3b0165e5c9cbea71728be67
3
+ size 6623
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:537bc3df9ea1a27e9e92dcc93613c830e8bc893e366ad6e27b8df698982cdb51
3
+ size 437980180
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:927ebf969f7bbf51381eed002fcbef84794d0ac4562e2ac56d49112c4be6afb5
3
+ size 4920