himanshu-dutta
commited on
Commit
•
c254eaf
1
Parent(s):
bbedae3
bumped the model to 10 epoch trained version
Browse files- README.md +4 -0
- added_tokens.json +1 -1
- config.json +1 -1
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -8,6 +8,10 @@
|
|
8 |
|
9 |
<img alt="Medium" src="https://img.shields.io/badge/Medium-12100E?style=for-the-badge&logo=medium&logoColor=white" height=28 style="display:inline; height:28px;"/>
|
10 |
|
|
|
|
|
|
|
|
|
11 |
[![PyPI version fury.io](https://badge.fury.io/py/pycoder.svg)](https://pypi.org/project/pycoder/)
|
12 |
</div>
|
13 |
|
|
|
8 |
|
9 |
<img alt="Medium" src="https://img.shields.io/badge/Medium-12100E?style=for-the-badge&logo=medium&logoColor=white" height=28 style="display:inline; height:28px;"/>
|
10 |
|
11 |
+
<a href="https://wandb.ai/himanshu-dutta/pycoder">
|
12 |
+
<img alt="WandB Dashboard" src="https://raw.githubusercontent.com/wandb/assets/04cfa58cc59fb7807e0423187a18db0c7430bab5/wandb-github-badge-28.svg" height=28 style="display:inline; height:28px;" />
|
13 |
+
</a>
|
14 |
+
|
15 |
[![PyPI version fury.io](https://badge.fury.io/py/pycoder.svg)](https://pypi.org/project/pycoder/)
|
16 |
</div>
|
17 |
|
added_tokens.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"<|
|
|
|
1 |
+
{"<|BOS|>": 50257, "<|EOS|>": 50258, "<|UNK|>": 50259, "<|PAD|>": 50260, "<|SEP|>": 50261}
|
config.json
CHANGED
@@ -35,7 +35,7 @@
|
|
35 |
"max_length": 50
|
36 |
}
|
37 |
},
|
38 |
-
"transformers_version": "4.6.
|
39 |
"use_cache": true,
|
40 |
"vocab_size": 50262
|
41 |
}
|
|
|
35 |
"max_length": 50
|
36 |
}
|
37 |
},
|
38 |
+
"transformers_version": "4.6.1",
|
39 |
"use_cache": true,
|
40 |
"vocab_size": 50262
|
41 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1444609955
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8d3dff166a58d8be76fd7b0b191eee26330a6c1f3ac363e0bdb78430ae48345
|
3 |
size 1444609955
|