Shunian Chen
commited on
Commit
·
580a255
1
Parent(s):
82f47c0
Training in progress, step 5000
Browse files- .gitignore +1 -0
- config.json +64 -0
- pytorch_model.bin +3 -0
- runs/1671183633.5488524/events.out.tfevents.1671183633.codespaces-ea93af.8291.1 +3 -0
- runs/1671184314.5441582/events.out.tfevents.1671184314.codespaces-ea93af.14442.1 +3 -0
- runs/events.out.tfevents.1671183633.codespaces-ea93af.8291.0 +3 -0
- runs/events.out.tfevents.1671184314.codespaces-ea93af.14442.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "roberta-base",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"RobertaForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"bos_token_id": 0,
|
| 8 |
+
"classifier_dropout": null,
|
| 9 |
+
"eos_token_id": 2,
|
| 10 |
+
"hidden_act": "gelu",
|
| 11 |
+
"hidden_dropout_prob": 0.1,
|
| 12 |
+
"hidden_size": 768,
|
| 13 |
+
"id2label": {
|
| 14 |
+
"0": "LABEL_0",
|
| 15 |
+
"1": "LABEL_1",
|
| 16 |
+
"2": "LABEL_2",
|
| 17 |
+
"3": "LABEL_3",
|
| 18 |
+
"4": "LABEL_4",
|
| 19 |
+
"5": "LABEL_5",
|
| 20 |
+
"6": "LABEL_6",
|
| 21 |
+
"7": "LABEL_7",
|
| 22 |
+
"8": "LABEL_8",
|
| 23 |
+
"9": "LABEL_9",
|
| 24 |
+
"10": "LABEL_10",
|
| 25 |
+
"11": "LABEL_11",
|
| 26 |
+
"12": "LABEL_12",
|
| 27 |
+
"13": "LABEL_13",
|
| 28 |
+
"14": "LABEL_14",
|
| 29 |
+
"15": "LABEL_15"
|
| 30 |
+
},
|
| 31 |
+
"initializer_range": 0.02,
|
| 32 |
+
"intermediate_size": 3072,
|
| 33 |
+
"label2id": {
|
| 34 |
+
"LABEL_0": 0,
|
| 35 |
+
"LABEL_1": 1,
|
| 36 |
+
"LABEL_10": 10,
|
| 37 |
+
"LABEL_11": 11,
|
| 38 |
+
"LABEL_12": 12,
|
| 39 |
+
"LABEL_13": 13,
|
| 40 |
+
"LABEL_14": 14,
|
| 41 |
+
"LABEL_15": 15,
|
| 42 |
+
"LABEL_2": 2,
|
| 43 |
+
"LABEL_3": 3,
|
| 44 |
+
"LABEL_4": 4,
|
| 45 |
+
"LABEL_5": 5,
|
| 46 |
+
"LABEL_6": 6,
|
| 47 |
+
"LABEL_7": 7,
|
| 48 |
+
"LABEL_8": 8,
|
| 49 |
+
"LABEL_9": 9
|
| 50 |
+
},
|
| 51 |
+
"layer_norm_eps": 1e-05,
|
| 52 |
+
"max_position_embeddings": 514,
|
| 53 |
+
"model_type": "roberta",
|
| 54 |
+
"num_attention_heads": 12,
|
| 55 |
+
"num_hidden_layers": 12,
|
| 56 |
+
"pad_token_id": 1,
|
| 57 |
+
"position_embedding_type": "absolute",
|
| 58 |
+
"problem_type": "single_label_classification",
|
| 59 |
+
"torch_dtype": "float32",
|
| 60 |
+
"transformers_version": "4.25.1",
|
| 61 |
+
"type_vocab_size": 1,
|
| 62 |
+
"use_cache": true,
|
| 63 |
+
"vocab_size": 50265
|
| 64 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a7c13ff41ff1b9b25feaff4c700f99141e4ce8f7c36464b56fe2deff357d9f0
|
| 3 |
+
size 498703405
|
runs/1671183633.5488524/events.out.tfevents.1671183633.codespaces-ea93af.8291.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32102c16cfa16f470ad0a49e861429579cb89d907908951d933cced0268bf2b3
|
| 3 |
+
size 5669
|
runs/1671184314.5441582/events.out.tfevents.1671184314.codespaces-ea93af.14442.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd294432abd54ecae8721b29bd1a107cb64ec561f8f2edbef77c58d9c5615372
|
| 3 |
+
size 5669
|
runs/events.out.tfevents.1671183633.codespaces-ea93af.8291.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6fd13f094f30dcf7e240589071440e267f1819bb9a42f9e755cbb3b3edc4842
|
| 3 |
+
size 8320
|
runs/events.out.tfevents.1671184314.codespaces-ea93af.14442.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f00b684c87fc0775784ad5034d5859d353a2e4f36c38567ac799033404782725
|
| 3 |
+
size 12559
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d124226e848179955e16be56e9db45a40e45701dcecf0b99ae0a7011e74ec56
|
| 3 |
+
size 3503
|