marmolpen3 commited on
Commit
bc5d50c
1 Parent(s): 79257d2

End of training

Browse files
Files changed (4) hide show
  1. .gitignore +1 -0
  2. pytorch_model.bin +2 -2
  3. tokenizer.json +16 -2
  4. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b788a2158010ece7753ace9a741e7cc814c600ce73b12a04fc7bd08134a82667
3
- size 438020469
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bef2ebc436f4baff9aaa03a06dc42e6af6fc1938780aa28fc11efe33197dbea
3
+ size 438023285
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": 128,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 128
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92b810e34b15854e7bd6a7bc7653964f9a85ba96e37c5cd560880b15bef83cb1
3
+ size 3515