LoveJesus commited on
Commit
d8fccba
·
verified ·
1 Parent(s): e7cb85e

Upload RoBERTa-base intertextual classifier

Browse files
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_cross_attention": false,
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "dtype": "float32",
10
+ "eos_token_id": 2,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "direct_quote",
16
+ "1": "allusion",
17
+ "2": "thematic_parallel",
18
+ "3": "typological",
19
+ "4": "prophecy_fulfillment",
20
+ "5": "parallel_narrative",
21
+ "6": "contrast"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "is_decoder": false,
26
+ "label2id": {
27
+ "allusion": 1,
28
+ "contrast": 6,
29
+ "direct_quote": 0,
30
+ "parallel_narrative": 5,
31
+ "prophecy_fulfillment": 4,
32
+ "thematic_parallel": 2,
33
+ "typological": 3
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
+ "tie_word_embeddings": true,
42
+ "transformers_version": "5.1.0",
43
+ "type_vocab_size": 1,
44
+ "use_cache": false,
45
+ "vocab_size": 50265
46
+ }
label-map-chirho.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "0": "direct_quote",
3
+ "1": "allusion",
4
+ "2": "thematic_parallel",
5
+ "3": "typological",
6
+ "4": "prophecy_fulfillment",
7
+ "5": "parallel_narrative",
8
+ "6": "contrast"
9
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99931044530afa7e84bb63773193c559617736c11c7b03b794a2bfb4a99468cd
3
+ size 498628180
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
+ "backend": "tokenizers",
4
+ "bos_token": "<s>",
5
+ "cls_token": "<s>",
6
+ "eos_token": "</s>",
7
+ "errors": "replace",
8
+ "is_local": false,
9
+ "mask_token": "<mask>",
10
+ "model_max_length": 512,
11
+ "pad_token": "<pad>",
12
+ "sep_token": "</s>",
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:ec1f5b9d69b6c68398a1ad3f19e44e238b0f8f817aad0f81dd877d1dbed33062
3
+ size 5329