ytsaig commited on
Commit
e8a193d
1 Parent(s): ee7ae35

Updated model trained with data augmentation

Browse files
Files changed (3) hide show
  1. config.json +5 -4
  2. pytorch_model.bin +1 -1
  3. training_args.bin +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/data/projects/valurank/models/distilroberta-subj",
3
  "architectures": [
4
  "RobertaForSequenceClassification"
5
  ],
@@ -13,12 +13,12 @@
13
  "id2label": {
14
  "0": "BIASED",
15
  "1": "NEUTRAL"
16
- },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
- "BIASED": 0,
21
- "NEUTRAL": 1
22
  },
23
  "layer_norm_eps": 1e-05,
24
  "max_position_embeddings": 514,
@@ -27,6 +27,7 @@
27
  "num_hidden_layers": 6,
28
  "pad_token_id": 1,
29
  "position_embedding_type": "absolute",
 
30
  "torch_dtype": "float32",
31
  "transformers_version": "4.11.2",
32
  "type_vocab_size": 1,
1
  {
2
+ "_name_or_path": "distilroberta-base",
3
  "architectures": [
4
  "RobertaForSequenceClassification"
5
  ],
13
  "id2label": {
14
  "0": "BIASED",
15
  "1": "NEUTRAL"
16
+ },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
+ "BIASED": 0,
21
+ "NEUTRAL": 1
22
  },
23
  "layer_norm_eps": 1e-05,
24
  "max_position_embeddings": 514,
27
  "num_hidden_layers": 6,
28
  "pad_token_id": 1,
29
  "position_embedding_type": "absolute",
30
+ "problem_type": "single_label_classification",
31
  "torch_dtype": "float32",
32
  "transformers_version": "4.11.2",
33
  "type_vocab_size": 1,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c2d62a5d17b1295ccd5381a35a00a396208363d9665a949cd98f60198b891318
3
  size 328529001
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2520b151eb20b28c506cd58d77d6da6e3ed022daee63f39b1df68a51aab20cc
3
  size 328529001
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cbaeee875c74914ca71f2bb466d2f28567ab7f376cc3e288b2a71f850688ee8a
3
- size 2863
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2a56615e4193320c97a7aa1847fb9b55d9ac28532db446474cb391598053d0a
3
+ size 2927