Training in progress, step 5000
Browse files- .gitignore +1 -0
- config.json +48 -0
- merges.txt +0 -0
- pytorch_model.bin +3 -0
- runs/Mar13_10-25-30_326f337a324a/1678703150.4282498/events.out.tfevents.1678703150.326f337a324a.2379.1 +3 -0
- runs/Mar13_10-25-30_326f337a324a/events.out.tfevents.1678703150.326f337a324a.2379.0 +3 -0
- special_tokens_map.json +15 -0
- tokenizer.json +0 -0
- tokenizer_config.json +16 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "casual",
|
| 15 |
+
"1": "needs caution",
|
| 16 |
+
"2": "probably needs caution",
|
| 17 |
+
"3": "needs intervention",
|
| 18 |
+
"4": "possibly needs caution",
|
| 19 |
+
"5": "needs intervention | abuse related",
|
| 20 |
+
"6": "needs caution | sexual content",
|
| 21 |
+
"7": "needs caution | hate"
|
| 22 |
+
},
|
| 23 |
+
"initializer_range": 0.02,
|
| 24 |
+
"intermediate_size": 3072,
|
| 25 |
+
"label2id": {
|
| 26 |
+
"casual": 0,
|
| 27 |
+
"needs caution": 1,
|
| 28 |
+
"needs caution | hate": 7,
|
| 29 |
+
"needs caution | sexual content": 6,
|
| 30 |
+
"needs intervention": 3,
|
| 31 |
+
"needs intervention | abuse related": 5,
|
| 32 |
+
"possibly needs caution": 4,
|
| 33 |
+
"probably needs caution": 2
|
| 34 |
+
},
|
| 35 |
+
"layer_norm_eps": 1e-05,
|
| 36 |
+
"max_position_embeddings": 514,
|
| 37 |
+
"model_type": "roberta",
|
| 38 |
+
"num_attention_heads": 12,
|
| 39 |
+
"num_hidden_layers": 12,
|
| 40 |
+
"pad_token_id": 1,
|
| 41 |
+
"position_embedding_type": "absolute",
|
| 42 |
+
"problem_type": "single_label_classification",
|
| 43 |
+
"torch_dtype": "float32",
|
| 44 |
+
"transformers_version": "4.26.1",
|
| 45 |
+
"type_vocab_size": 1,
|
| 46 |
+
"use_cache": true,
|
| 47 |
+
"vocab_size": 50265
|
| 48 |
+
}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd2712f99bd2f3c4e4ec5b8eb1e532e627333579c1229e81733ff74411094fb6
|
| 3 |
+
size 498680501
|
runs/Mar13_10-25-30_326f337a324a/1678703150.4282498/events.out.tfevents.1678703150.326f337a324a.2379.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d882644547f4f5dd0bab9a0b9aede2fce8ad09c7d0d2d9c151ef7f212478769c
|
| 3 |
+
size 5717
|
runs/Mar13_10-25-30_326f337a324a/events.out.tfevents.1678703150.326f337a324a.2379.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef448892dedf6eeaf83b64fda1d3feb31e264c5768e218f5e7b699adfa72581c
|
| 3 |
+
size 6310
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": "<s>",
|
| 3 |
+
"cls_token": "<s>",
|
| 4 |
+
"eos_token": "</s>",
|
| 5 |
+
"mask_token": {
|
| 6 |
+
"content": "<mask>",
|
| 7 |
+
"lstrip": true,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false
|
| 11 |
+
},
|
| 12 |
+
"pad_token": "<pad>",
|
| 13 |
+
"sep_token": "</s>",
|
| 14 |
+
"unk_token": "<unk>"
|
| 15 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"bos_token": "<s>",
|
| 4 |
+
"cls_token": "<s>",
|
| 5 |
+
"eos_token": "</s>",
|
| 6 |
+
"errors": "replace",
|
| 7 |
+
"mask_token": "<mask>",
|
| 8 |
+
"model_max_length": 512,
|
| 9 |
+
"name_or_path": "roberta-base",
|
| 10 |
+
"pad_token": "<pad>",
|
| 11 |
+
"sep_token": "</s>",
|
| 12 |
+
"special_tokens_map_file": null,
|
| 13 |
+
"tokenizer_class": "RobertaTokenizer",
|
| 14 |
+
"trim_offsets": true,
|
| 15 |
+
"unk_token": "<unk>"
|
| 16 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:364e2480c2503c99f2c9527e099eb1520be17847f41be92d38ca187b6594cdbd
|
| 3 |
+
size 3515
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|