Sayan01 commited on
Commit
177948e
·
1 Parent(s): 126a11f

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +2 -2
  2. pytorch_model.bin +2 -2
  3. tokenizer.json +2 -16
  4. training_args.bin +1 -1
config.json CHANGED
@@ -7,14 +7,14 @@
7
  "gradient_checkpointing": false,
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
10
- "hidden_size": 768,
11
  "initializer_range": 0.02,
12
  "intermediate_size": 3072,
13
  "layer_norm_eps": 1e-12,
14
  "max_position_embeddings": 512,
15
  "model_type": "bert",
16
  "num_attention_heads": 16,
17
- "num_hidden_layers": 6,
18
  "pad_token_id": 0,
19
  "position_embedding_type": "absolute",
20
  "problem_type": "single_label_classification",
 
7
  "gradient_checkpointing": false,
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 512,
11
  "initializer_range": 0.02,
12
  "intermediate_size": 3072,
13
  "layer_norm_eps": 1e-12,
14
  "max_position_embeddings": 512,
15
  "model_type": "bert",
16
  "num_attention_heads": 16,
17
+ "num_hidden_layers": 12,
18
  "pad_token_id": 0,
19
  "position_embedding_type": "absolute",
20
  "problem_type": "single_label_classification",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e4a2ed46520bccc990ef9e34fbb9dae08b964dfa763e84fd3dcea1d9356a6aa9
3
- size 267862062
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a06fd3f8f7eeb33fd98d6c5f92aad1f237eeb1b9b88eb9e393dd1520a3de4b4
3
+ size 266384622
tokenizer.json CHANGED
@@ -1,21 +1,7 @@
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": {
11
- "Fixed": 512
12
- },
13
- "direction": "Right",
14
- "pad_to_multiple_of": null,
15
- "pad_id": 0,
16
- "pad_type_id": 0,
17
- "pad_token": "[PAD]"
18
- },
19
  "added_tokens": [
20
  {
21
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2b835269f5106d51469a74a58d92bdc2d43bc14bc6ac6eefd291acd4e2d2082d
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7275062ee42c51ae3b22367e14409f8b39e1a2299bfc3f1a16fb50b43919d201
3
  size 4600