Devtrick commited on
Commit
7bbec5d
·
verified ·
1 Parent(s): 917c4c2

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1 +1,20 @@
1
- {"model_type": "BertNLIEnsembleClassifier", "pretrained_model_name": "bert-base-uncased", "num_labels": 3, "dropout_prob": 0.1}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertNLIClassifier"
4
+ ],
5
+ "dropout_prob": 0.1,
6
+ "id2label": {
7
+ "0": "LABEL_0",
8
+ "1": "LABEL_1",
9
+ "2": "LABEL_2"
10
+ },
11
+ "label2id": {
12
+ "LABEL_0": 0,
13
+ "LABEL_1": 1,
14
+ "LABEL_2": 2
15
+ },
16
+ "model_type": "bert_nli_classifier",
17
+ "pretrained_model_name": "bert-base-uncased",
18
+ "torch_dtype": "float32",
19
+ "transformers_version": "4.48.3"
20
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5a925f3446168a71e808d3e1a9c55782a53e5bdc577fac02740c9b0c26541e8f
3
  size 437970940
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b9c9fc71e45783ced7e488f25479444d7780111238c751c5c7785f5410adb7e
3
  size 437970940
runs/Mar19_02-12-57_577cc9299deb/events.out.tfevents.1742350386.577cc9299deb.173.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:96a2d3d859dd7cc850079db1fba050a81d477c902f884b3abc10787b6eb033c5
3
- size 7821
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2487978945b4479a7bf8a1d2ce765f3db0d33ccf92170e7d4b2c500b6dfc3e4d
3
+ size 9720
runs/Mar19_02-28-22_577cc9299deb/events.out.tfevents.1742351304.577cc9299deb.173.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a0d358983328ff6bf1d974669ea24ce7c6ad2532d28349a665f2f7223949d6d
3
+ size 8246
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:64e860b30cb41b963b876c44bd53935ddcbbbca7c1649eae8b0f8aefbc83bab6
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87b6a912bc6e60723620880da9d882c4fd165053f41002e45521ecc05c9ee800
3
  size 5368