PeppoCola commited on
Commit
ee0ba2d
1 Parent(s): 202768a

Upload RobertaForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +7 -8
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "roberta-base",
3
  "architectures": [
4
  "RobertaForSequenceClassification"
5
  ],
@@ -11,19 +11,18 @@
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
- "0": "bug",
15
- "1": "enhancement",
16
- "2": "question"
17
  },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,
20
  "label2id": {
21
- "bug": 0,
22
- "enhancement": 1,
23
- "question": 2
24
  },
25
  "layer_norm_eps": 1e-05,
26
- "max_length": 128,
27
  "max_position_embeddings": 514,
28
  "model_type": "roberta",
29
  "num_attention_heads": 12,
 
1
  {
2
+ "_name_or_path": "NLBSE/models/roberta-base/2023-07-28_15:46:45.394392_SEED_42",
3
  "architectures": [
4
  "RobertaForSequenceClassification"
5
  ],
 
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
  },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,
20
  "label2id": {
21
+ "LABEL_0": 0,
22
+ "LABEL_1": 1,
23
+ "LABEL_2": 2
24
  },
25
  "layer_norm_eps": 1e-05,
 
26
  "max_position_embeddings": 514,
27
  "model_type": "roberta",
28
  "num_attention_heads": 12,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:30a6eb25f7563869988c8f35106ecb996228d6fc3a0ebfc40bba1603854af66a
3
- size 498666677
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73b56581d5100d305bd3ee710c5530ced62f81013e4dfbc6e30d424bf0edb7ca
3
+ size 498666585