alex-miller commited on
Commit
050ccae
·
verified ·
1 Parent(s): e5e1e00

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "alex-miller/ODABert",
3
  "architectures": [
4
- "WeightedBertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
@@ -10,28 +10,16 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
- "0": "Unrelated",
14
- "1": "Crisis financing",
15
- "2": "PAF",
16
- "3": "AA",
17
- "4": "Direct",
18
- "5": "Indirect",
19
- "6": "Part",
20
- "7": "WB CAT DDO",
21
- "8": "Contingent financing"
22
  },
23
  "initializer_range": 0.02,
24
  "intermediate_size": 3072,
25
  "label2id": {
26
- "AA": 3,
27
- "Contingent financing": 8,
28
- "Crisis financing": 1,
29
- "Direct": 4,
30
- "Indirect": 5,
31
- "PAF": 2,
32
- "Part": 6,
33
- "Unrelated": 0,
34
- "WB CAT DDO": 7
35
  },
36
  "layer_norm_eps": 1e-12,
37
  "max_position_embeddings": 512,
@@ -47,7 +35,7 @@
47
  "position_embedding_type": "absolute",
48
  "problem_type": "multi_label_classification",
49
  "torch_dtype": "float32",
50
- "transformers_version": "4.40.0",
51
  "type_vocab_size": 2,
52
  "use_cache": true,
53
  "vocab_size": 106938
 
1
  {
2
  "_name_or_path": "alex-miller/ODABert",
3
  "architectures": [
4
+ "BertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
 
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "Crisis financing",
14
+ "1": "PAF",
15
+ "2": "AA"
 
 
 
 
 
 
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
+ "AA": 2,
21
+ "Crisis financing": 0,
22
+ "PAF": 1
 
 
 
 
 
 
23
  },
24
  "layer_norm_eps": 1e-12,
25
  "max_position_embeddings": 512,
 
35
  "position_embedding_type": "absolute",
36
  "problem_type": "multi_label_classification",
37
  "torch_dtype": "float32",
38
+ "transformers_version": "4.40.1",
39
  "type_vocab_size": 2,
40
  "use_cache": true,
41
  "vocab_size": 106938
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c4dffde25a2dc7025b076cf74863f2f8bfba2987d89f180bb27627de46267632
3
- size 672730140
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98aa799efaa8903d9f649a8c953c557d4300a2a79993e3bc291a9324dec2c0a2
3
+ size 672711684
runs/May01_14-13-45_193-122-186-77/events.out.tfevents.1714572826.193-122-186-77.2736.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe4c29f3660ccc8aeea7134c13f139c2990c7ecd107cbac24b28631d622b0744
3
+ size 4184
runs/May01_14-32-05_193-122-186-77/events.out.tfevents.1714573926.193-122-186-77.3040.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ba814f00df78f4a7d440e98de43b33843b94083c64ad57240e936b2fc6db336
3
+ size 5776
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cecb225d3809e96d0f7ab35f9fcc01f1bcced96f3cab634d6dfca330218795c3
3
- size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a35dad46a29f210007d8e29f6c83a2c3eb0f30ace14d38272435b3268487743b
3
+ size 4539