mfreihaut commited on
Commit
486d8c1
1 Parent(s): 2f54690

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +1 -3
  2. pytorch_model.bin +1 -1
  3. tokenizer_config.json +58 -9
  4. training_args.bin +1 -1
config.json CHANGED
@@ -1,9 +1,8 @@
1
  {
2
- "_name_or_path": "facebook/bart-large-mnli",
3
  "_num_labels": 3,
4
  "activation_dropout": 0.0,
5
  "activation_function": "gelu",
6
- "add_final_layer_norm": false,
7
  "architectures": [
8
  "BartForSequenceClassification"
9
  ],
@@ -39,7 +38,6 @@
39
  },
40
  "max_position_embeddings": 1024,
41
  "model_type": "bart",
42
- "normalize_before": false,
43
  "num_hidden_layers": 12,
44
  "output_past": false,
45
  "pad_token_id": 1,
 
1
  {
2
+ "_name_or_path": "joeddav/bart-large-mnli-yahoo-answers",
3
  "_num_labels": 3,
4
  "activation_dropout": 0.0,
5
  "activation_function": "gelu",
 
6
  "architectures": [
7
  "BartForSequenceClassification"
8
  ],
 
38
  },
39
  "max_position_embeddings": 1024,
40
  "model_type": "bart",
 
41
  "num_hidden_layers": 12,
42
  "output_past": false,
43
  "pad_token_id": 1,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:227a3b16aedfbed1a8f6015aaf2de041b28dc44504c6ad77b54b7ffda1f60f81
3
  size 1629548283
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00b9b5b8d15933be71c0c028fb1195350ff31a6d8ecb3b6d7525a9724e7a865c
3
  size 1629548283
tokenizer_config.json CHANGED
@@ -1,16 +1,65 @@
1
  {
2
  "add_prefix_space": false,
3
- "bos_token": "<s>",
4
- "cls_token": "<s>",
5
- "eos_token": "</s>",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  "errors": "replace",
7
- "mask_token": "<mask>",
 
 
 
 
 
 
 
8
  "model_max_length": 1024,
9
- "name_or_path": "facebook/bart-large-mnli",
10
- "pad_token": "<pad>",
11
- "sep_token": "</s>",
12
- "special_tokens_map_file": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  "tokenizer_class": "BartTokenizer",
14
  "trim_offsets": true,
15
- "unk_token": "<unk>"
 
 
 
 
 
 
 
16
  }
 
1
  {
2
  "add_prefix_space": false,
3
+ "bos_token": {
4
+ "__type": "AddedToken",
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false
10
+ },
11
+ "cls_token": {
12
+ "__type": "AddedToken",
13
+ "content": "<s>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false
18
+ },
19
+ "eos_token": {
20
+ "__type": "AddedToken",
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false
26
+ },
27
  "errors": "replace",
28
+ "mask_token": {
29
+ "__type": "AddedToken",
30
+ "content": "<mask>",
31
+ "lstrip": true,
32
+ "normalized": true,
33
+ "rstrip": false,
34
+ "single_word": false
35
+ },
36
  "model_max_length": 1024,
37
+ "name_or_path": "joeddav/bart-large-mnli-yahoo-answers",
38
+ "pad_token": {
39
+ "__type": "AddedToken",
40
+ "content": "<pad>",
41
+ "lstrip": false,
42
+ "normalized": true,
43
+ "rstrip": false,
44
+ "single_word": false
45
+ },
46
+ "sep_token": {
47
+ "__type": "AddedToken",
48
+ "content": "</s>",
49
+ "lstrip": false,
50
+ "normalized": true,
51
+ "rstrip": false,
52
+ "single_word": false
53
+ },
54
+ "special_tokens_map_file": "/home/ec2-user/.cache/huggingface/hub/models--joeddav--bart-large-mnli-yahoo-answers/snapshots/d836606b3cf20652cf30283d6884ae26a11e5392/special_tokens_map.json",
55
  "tokenizer_class": "BartTokenizer",
56
  "trim_offsets": true,
57
+ "unk_token": {
58
+ "__type": "AddedToken",
59
+ "content": "<unk>",
60
+ "lstrip": false,
61
+ "normalized": true,
62
+ "rstrip": false,
63
+ "single_word": false
64
+ }
65
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5320bd3bd6962428278a1606996dface09f042b72e4e397dc6b37fc4aeb072af
3
  size 3439
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d69b9343f6acdedc7a389bccf61e43e1edc0720256c7002598fc34886b963fd
3
  size 3439