Commit ·
63f208d
1
Parent(s): 0e27e60
Training in progress, epoch 1
Browse files
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "allenai/longformer-scico",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"LongformerForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_mode": "longformer",
|
| 7 |
+
"attention_probs_dropout_prob": 0.1,
|
| 8 |
+
"attention_window": [
|
| 9 |
+
512,
|
| 10 |
+
512,
|
| 11 |
+
512,
|
| 12 |
+
512,
|
| 13 |
+
512,
|
| 14 |
+
512,
|
| 15 |
+
512,
|
| 16 |
+
512,
|
| 17 |
+
512,
|
| 18 |
+
512,
|
| 19 |
+
512,
|
| 20 |
+
512
|
| 21 |
+
],
|
| 22 |
+
"bos_token_id": 0,
|
| 23 |
+
"eos_token_id": 2,
|
| 24 |
+
"gradient_checkpointing": false,
|
| 25 |
+
"hidden_act": "gelu",
|
| 26 |
+
"hidden_dropout_prob": 0.1,
|
| 27 |
+
"hidden_size": 768,
|
| 28 |
+
"id2label": {
|
| 29 |
+
"0": "not depression",
|
| 30 |
+
"1": "moderate",
|
| 31 |
+
"2": "severe"
|
| 32 |
+
},
|
| 33 |
+
"ignore_attention_mask": false,
|
| 34 |
+
"initializer_range": 0.02,
|
| 35 |
+
"intermediate_size": 3072,
|
| 36 |
+
"label2id": {
|
| 37 |
+
"moderate": 1,
|
| 38 |
+
"not depression": 0,
|
| 39 |
+
"severe": 2
|
| 40 |
+
},
|
| 41 |
+
"layer_norm_eps": 1e-05,
|
| 42 |
+
"max_position_embeddings": 4098,
|
| 43 |
+
"model_type": "longformer",
|
| 44 |
+
"num_attention_heads": 12,
|
| 45 |
+
"num_hidden_layers": 12,
|
| 46 |
+
"onnx_export": false,
|
| 47 |
+
"pad_token_id": 1,
|
| 48 |
+
"position_embedding_type": "absolute",
|
| 49 |
+
"problem_type": "single_label_classification",
|
| 50 |
+
"sep_token_id": 2,
|
| 51 |
+
"torch_dtype": "float32",
|
| 52 |
+
"transformers_version": "4.27.1",
|
| 53 |
+
"type_vocab_size": 1,
|
| 54 |
+
"use_cache": true,
|
| 55 |
+
"vocab_size": 50267
|
| 56 |
+
}
|
logs/1684576876.6432211/events.out.tfevents.1684576876.1dcc436cc614.2173.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5858a470f5704f42be76c456a45511b0fa1b041b1feee18b95e5045bd329835f
|
| 3 |
+
size 5885
|
logs/events.out.tfevents.1684576876.1dcc436cc614.2173.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb0326702fbbaa9b6fd30a7b8abf645941ae9cfbf1b7a61981a4ddf22df1243d
|
| 3 |
+
size 6108
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4a3136e5199b63c70681b912f22f695a1052468572bc5329bf831ea5c0e7a2e
|
| 3 |
+
size 594748497
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3bf30ce8d52cb65cd8bd37ca02caa2e7e55e0729de375267249bde176bdd1d49
|
| 3 |
+
size 3643
|