jkhan447 commited on
Commit
dbf0623
·
1 Parent(s): a56d2e0

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -9,20 +9,8 @@
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
- "id2label": {
13
- "0": "LABEL_0",
14
- "1": "LABEL_1",
15
- "2": "LABEL_2",
16
- "3": "LABEL_3"
17
- },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,
20
- "label2id": {
21
- "LABEL_0": 0,
22
- "LABEL_1": 1,
23
- "LABEL_2": 2,
24
- "LABEL_3": 3
25
- },
26
  "layer_norm_eps": 1e-12,
27
  "max_position_embeddings": 512,
28
  "model_type": "bert",
@@ -32,7 +20,7 @@
32
  "position_embedding_type": "absolute",
33
  "problem_type": "single_label_classification",
34
  "torch_dtype": "float32",
35
- "transformers_version": "4.16.2",
36
  "type_vocab_size": 2,
37
  "use_cache": true,
38
  "vocab_size": 30522
 
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
 
 
 
 
 
 
12
  "initializer_range": 0.02,
13
  "intermediate_size": 3072,
 
 
 
 
 
 
14
  "layer_norm_eps": 1e-12,
15
  "max_position_embeddings": 512,
16
  "model_type": "bert",
 
20
  "position_embedding_type": "absolute",
21
  "problem_type": "single_label_classification",
22
  "torch_dtype": "float32",
23
+ "transformers_version": "4.17.0",
24
  "type_vocab_size": 2,
25
  "use_cache": true,
26
  "vocab_size": 30522
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5b76a9f802bffb1aa2660e6cdf897af453903a521e8c09c062eafaa13cc55747
3
- size 438025389
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85ae242c18c5647f860c76e683e974e109f2ccfce86655a9570a7fe90b8a5b42
3
+ size 438020141
runs/Mar04_06-57-16_d9d1282bcf9f/1646377276.096284/events.out.tfevents.1646377276.d9d1282bcf9f.78.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7567de5171811adbc24d2e52fed60971c11bcc3600e5c809b6bd9150070edece
3
+ size 4772
runs/Mar04_06-57-16_d9d1282bcf9f/events.out.tfevents.1646377276.d9d1282bcf9f.78.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff178db052b9103b3a437d5665f3479c41348857103279985247da85552f80c7
3
+ size 3779
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a089a01d973f8d5665dbfee2d77aa39ef8b12a2c5bf9f0c2d98d071dc952aa4a
3
  size 3055
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8035a16f775aed25362003dd50df73847333e402977b2a0be7fcf66d479e70ef
3
  size 3055