Training in progress, epoch 3
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- tokenizer.json +16 -2
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "gelu",
|
| 5 |
"architectures": [
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "NASca-finetuned-de-zero-amb-metriques-anonim/checkpoint-318298",
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "gelu",
|
| 5 |
"architectures": [
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1661305677
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:53306dbac2de6ff2a45aeb3a9bfedfcb81f696052a3523de4b2370b218ea66d2
|
| 3 |
size 1661305677
|
tokenizer.json
CHANGED
|
@@ -1,7 +1,21 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"added_tokens": [
|
| 6 |
{
|
| 7 |
"id": 0,
|
|
|
|
| 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": 8,
|
| 15 |
+
"pad_id": 0,
|
| 16 |
+
"pad_type_id": 0,
|
| 17 |
+
"pad_token": "<pad>"
|
| 18 |
+
},
|
| 19 |
"added_tokens": [
|
| 20 |
{
|
| 21 |
"id": 0,
|
tokenizer_config.json
CHANGED
|
@@ -34,7 +34,7 @@
|
|
| 34 |
"single_word": false
|
| 35 |
},
|
| 36 |
"model_max_length": 512,
|
| 37 |
-
"name_or_path": "
|
| 38 |
"pad_token": {
|
| 39 |
"__type": "AddedToken",
|
| 40 |
"content": "<pad>",
|
|
|
|
| 34 |
"single_word": false
|
| 35 |
},
|
| 36 |
"model_max_length": 512,
|
| 37 |
+
"name_or_path": "NASca-finetuned-de-zero-amb-metriques-anonim/checkpoint-318298",
|
| 38 |
"pad_token": {
|
| 39 |
"__type": "AddedToken",
|
| 40 |
"content": "<pad>",
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3707
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ad178ee792d47fc7c93bce7e9ff77a1866dbdc8cd29ce38b8af26eb4b2e824f
|
| 3 |
size 3707
|