Steph974 commited on
Commit
5376107
·
verified ·
1 Parent(s): 3f1f706

Upload 4 files

Browse files
weights/config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "roberta-large",
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "eos_token_id": 2,
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 1024,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 4096,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 514,
17
+ "model_type": "roberta",
18
+ "num_attention_heads": 16,
19
+ "num_hidden_layers": 24,
20
+ "pad_token_id": 1,
21
+ "type_vocab_size": 1,
22
+ "vocab_size": 50265,
23
+ "id2label": {
24
+ "0": "NEGATIVE",
25
+ "1": "POSITIVE"
26
+ },
27
+ "label2id": {
28
+ "NEGATIVE": 0,
29
+ "POSITIVE": 1
30
+ }
31
+ }
weights/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
weights/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:805688de73481b1175b1e06f05a971144dceb7e0064b64a84b78a3685eb3209d
3
+ size 1421616707
weights/vocab.json ADDED
The diff for this file is too large to render. See raw diff