j-hartmann commited on
Commit
6f40b24
1 Parent(s): f3701bb

first upload

Browse files
config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 2,
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "do_sample": false,
9
+ "early_stopping": false,
10
+ "eos_token_id": 2,
11
+ "eos_token_ids": null,
12
+ "finetuning_task": null,
13
+ "hidden_act": "gelu",
14
+ "hidden_dropout_prob": 0.1,
15
+ "hidden_size": 1024,
16
+ "id2label": {
17
+ "0": "LABEL_0",
18
+ "1": "LABEL_1"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 4096,
22
+ "is_decoder": false,
23
+ "is_encoder_decoder": false,
24
+ "label2id": {
25
+ "LABEL_0": 0,
26
+ "LABEL_1": 1
27
+ },
28
+ "layer_norm_eps": 1e-05,
29
+ "length_penalty": 1.0,
30
+ "max_length": 20,
31
+ "max_position_embeddings": 514,
32
+ "min_length": 0,
33
+ "model_type": "roberta",
34
+ "no_repeat_ngram_size": 0,
35
+ "num_attention_heads": 16,
36
+ "num_beams": 1,
37
+ "num_hidden_layers": 24,
38
+ "num_return_sequences": 1,
39
+ "output_attentions": false,
40
+ "output_hidden_states": false,
41
+ "output_past": true,
42
+ "pad_token_id": 1,
43
+ "pruned_heads": {},
44
+ "repetition_penalty": 1.0,
45
+ "temperature": 1.0,
46
+ "top_k": 50,
47
+ "top_p": 1.0,
48
+ "torchscript": false,
49
+ "type_vocab_size": 1,
50
+ "use_bfloat16": false,
51
+ "vocab_size": 50265
52
+ }
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:25a70f492a1876dc0d91f9b79f0705d9f0b5a1b0989d3e1b51347f02bc2c81dc
3
+ size 1425744604
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": "<mask>"}
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"do_lower_case": false, "max_len": 512}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:847f71b9cdc8172c6eda4b577becf659d379d6deedc1ab70d7a02b62eb265e3e
3
+ size 1427
vocab.json ADDED
The diff for this file is too large to render. See raw diff