KushalRamaiya commited on
Commit
075ef7e
1 Parent(s): b98a882

AG News Dataset. Training Completed

Browse files
Files changed (4) hide show
  1. config.json +1 -2
  2. pytorch_model.bin +2 -2
  3. tokenizer.json +14 -2
  4. training_args.bin +1 -1
config.json CHANGED
@@ -8,7 +8,6 @@
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
- "hidden_dropout_prob": 0.8,
12
  "id2label": {
13
  "0": "LABEL_0",
14
  "1": "LABEL_1",
@@ -25,7 +24,7 @@
25
  "max_position_embeddings": 512,
26
  "model_type": "distilbert",
27
  "n_heads": 12,
28
- "n_layers": 2,
29
  "pad_token_id": 0,
30
  "problem_type": "single_label_classification",
31
  "qa_dropout": 0.1,
 
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
 
11
  "id2label": {
12
  "0": "LABEL_0",
13
  "1": "LABEL_1",
 
24
  "max_position_embeddings": 512,
25
  "model_type": "distilbert",
26
  "n_heads": 12,
27
+ "n_layers": 6,
28
  "pad_token_id": 0,
29
  "problem_type": "single_label_classification",
30
  "qa_dropout": 0.1,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7f3be06288b75594e8eb4a235219baec1e6393ed5e6198cc3b6bd1bb407b9505
3
- size 154432877
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4aa14f3db33957f31c329e1c50b5620c286cd0affcd17d7b4021248703e4d2f
3
+ size 267860465
tokenizer.json CHANGED
@@ -1,7 +1,19 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": "BatchLongest",
11
+ "direction": "Right",
12
+ "pad_to_multiple_of": null,
13
+ "pad_id": 0,
14
+ "pad_type_id": 0,
15
+ "pad_token": "[PAD]"
16
+ },
17
  "added_tokens": [
18
  {
19
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7c1c37f2355ce21e59b6669f201ff59aafb7752481ae8c9b24cfa0af0544954b
3
  size 3439
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1916b37c91b2a664d30af4c7ee9a205f05aafb385d00c8102acf10a7d6a99622
3
  size 3439