shevek commited on
Commit
88024c9
1 Parent(s): 065326e

Training in progress, epoch 0

Browse files
config.json CHANGED
@@ -57,22 +57,26 @@
57
  "hidden_dropout": 0.1,
58
  "hidden_size": 768,
59
  "id2label": {
60
- "0": "positive_mild",
61
  "1": "positive_moderate",
62
- "2": "positive_asymp",
63
- "3": "resp_illness_not_identified",
64
- "4": "healthy",
65
- "5": "no_resp_illness_exposed"
 
 
66
  },
67
  "initializer_range": 0.02,
68
  "intermediate_size": 3072,
69
  "label2id": {
70
- "healthy": "4",
71
  "no_resp_illness_exposed": "5",
72
- "positive_asymp": "2",
73
- "positive_mild": "0",
74
  "positive_moderate": "1",
75
- "resp_illness_not_identified": "3"
 
 
76
  },
77
  "layer_norm_eps": 1e-05,
78
  "layerdrop": 0.0,
 
57
  "hidden_dropout": 0.1,
58
  "hidden_size": 768,
59
  "id2label": {
60
+ "0": "resp_illness_not_identified",
61
  "1": "positive_moderate",
62
+ "2": "healthy",
63
+ "3": "positive_mild",
64
+ "4": "positive_asymp",
65
+ "5": "no_resp_illness_exposed",
66
+ "6": "under_validation",
67
+ "7": "recovered_full"
68
  },
69
  "initializer_range": 0.02,
70
  "intermediate_size": 3072,
71
  "label2id": {
72
+ "healthy": "2",
73
  "no_resp_illness_exposed": "5",
74
+ "positive_asymp": "4",
75
+ "positive_mild": "3",
76
  "positive_moderate": "1",
77
+ "recovered_full": "7",
78
+ "resp_illness_not_identified": "0",
79
+ "under_validation": "6"
80
  },
81
  "layer_norm_eps": 1e-05,
82
  "layerdrop": 0.0,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2efed6b771269b0eafd15c3a28378ff7dc0e189d76caf35af8258dd471ff9225
3
- size 378306480
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:365782cf29e9cc94a00edc2fa3bd06379f60b6398cc709b21ff1bcbe61cca4e0
3
+ size 378308536
runs/Dec04_04-13-26_e3f92281af3f/events.out.tfevents.1733285608.e3f92281af3f.699.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cf6f2cb1f6e24bb1e116fadeef56d1f2e53ee5ad4d77356bc5bfbce8eeedda6
3
+ size 7611
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f7cdd22a73e79f27f261dd2052300410cee370db906761ae26cc826339218f7a
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdc8ccd9bb1c70ca951a02fc9422d4c3ceddab85d8b1b257091091b183503533
3
  size 5304