namngo commited on
Commit
40e98a2
1 Parent(s): 778cd4f

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -6,7 +6,7 @@
6
  "attention_head_size": 64,
7
  "attention_probs_dropout_prob": 0.1,
8
  "hidden_act": "gelu",
9
- "hidden_dropout_prob": 0.1,
10
  "hidden_size": 384,
11
  "initializer_range": 0.02,
12
  "intermediate_size": 1536,
 
6
  "attention_head_size": 64,
7
  "attention_probs_dropout_prob": 0.1,
8
  "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.5,
10
  "hidden_size": 384,
11
  "initializer_range": 0.02,
12
  "intermediate_size": 1536,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:45badfe313ea910111986b8d41a8bc945c6045ca5efec82b3e8fe92c20aa4c39
3
  size 282651377
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35c686a2ecf089c50a6bbf157bb0fd13050ea8eaac2fa0039e43a1952a6f52b2
3
  size 282651377
runs/Aug16_17-44-34_47fd5683058c/1692207976.0251184/events.out.tfevents.1692207976.47fd5683058c.461.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:927cb752852c90b1471611e3c7c6946cc9e8c9c3ca87df831d7edbb9f0df0bb5
3
+ size 5942
runs/Aug16_17-44-34_47fd5683058c/events.out.tfevents.1692207976.47fd5683058c.461.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e245db226de99663dccce26ed6aab6b1cfbcfffe9ae9da7cfea3c631431f28e
3
+ size 4695
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
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": 256,
6
+ "strategy": "OnlySecond",
7
+ "stride": 128
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 256
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,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7fab03428d9f8c1298d57e895149b1321892b9b6798861e5cc8963410a482cf2
3
  size 3643
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c24b5884e7b61d135ac8f1fbf1751e07bb6866ca9d67e1d5600841d28dd6e46e
3
  size 3643