Sayan01 commited on
Commit
96926b3
1 Parent(s): a1d6a88

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +3 -3
  2. pytorch_model.bin +2 -2
  3. tokenizer.json +2 -16
config.json CHANGED
@@ -11,7 +11,7 @@
11
  "hidden_act": "gelu",
12
  "hidden_dim": 3072,
13
  "hidden_dropout_prob": 0.1,
14
- "hidden_size": 512,
15
  "initializer_range": 0.02,
16
  "intermediate_size": 3072,
17
  "layer_norm_eps": 1e-12,
@@ -19,8 +19,8 @@
19
  "model_type": "bert",
20
  "n_heads": 12,
21
  "n_layers": 6,
22
- "num_attention_heads": 8,
23
- "num_hidden_layers": 8,
24
  "pad_token_id": 0,
25
  "position_embedding_type": "absolute",
26
  "problem_type": "single_label_classification",
 
11
  "hidden_act": "gelu",
12
  "hidden_dim": 3072,
13
  "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 256,
15
  "initializer_range": 0.02,
16
  "intermediate_size": 3072,
17
  "layer_norm_eps": 1e-12,
 
19
  "model_type": "bert",
20
  "n_heads": 12,
21
  "n_layers": 6,
22
+ "num_attention_heads": 4,
23
+ "num_hidden_layers": 4,
24
  "pad_token_id": 0,
25
  "position_embedding_type": "absolute",
26
  "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:120433dbb8bd67a52be5b8bda423d0c1c5d1543038196937d5c1f8fdf4a5166d
3
- size 199130417
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe9655ceaaeee1d419228cf250be3c4dd991ebec18f2f8d37217aaac351c8663
3
+ size 61518732
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,