Training in progress, epoch 1
Browse files- .amlignore +6 -0
- .amlignore.amltmp +6 -0
- adapter_model.safetensors +1 -1
- runs/Jul29_17-57-26_nmt-train-instance/events.out.tfevents.1722275848.nmt-train-instance.14316.0 +3 -0
- runs/Jul29_18-02-49_nmt-train-instance/events.out.tfevents.1722276170.nmt-train-instance.14316.1 +3 -0
- tokenizer.json +0 -1
- tokenizer_config.json +0 -1
- training_args.bin +2 -2
.amlignore
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## This file was auto generated by the Azure Machine Learning Studio. Please do not remove.
|
2 |
+
## Read more about the .amlignore file here: https://docs.microsoft.com/azure/machine-learning/how-to-save-write-experiment-files#storage-limits-of-experiment-snapshots
|
3 |
+
|
4 |
+
.ipynb_aml_checkpoints/
|
5 |
+
*.amltmp
|
6 |
+
*.amltemp
|
.amlignore.amltmp
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## This file was auto generated by the Azure Machine Learning Studio. Please do not remove.
|
2 |
+
## Read more about the .amlignore file here: https://docs.microsoft.com/azure/machine-learning/how-to-save-write-experiment-files#storage-limits-of-experiment-snapshots
|
3 |
+
|
4 |
+
.ipynb_aml_checkpoints/
|
5 |
+
*.amltmp
|
6 |
+
*.amltemp
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 27280152
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd434505b43b45bef62ebe661f95a8c0b664cd050ccd52abb08683873ecbe12a
|
3 |
size 27280152
|
runs/Jul29_17-57-26_nmt-train-instance/events.out.tfevents.1722275848.nmt-train-instance.14316.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a22e4c5348683e887ce2d6a6e05f5adba034d7d8eb634b05a8145f6354d907a7
|
3 |
+
size 5910
|
runs/Jul29_18-02-49_nmt-train-instance/events.out.tfevents.1722276170.nmt-train-instance.14316.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5729e232a4fd19ef7d766f517e815dfee6aaf347c681efbdddbe2c283ed41aa4
|
3 |
+
size 6183
|
tokenizer.json
CHANGED
@@ -139,7 +139,6 @@
|
|
139 |
"end_of_word_suffix": null,
|
140 |
"fuse_unk": true,
|
141 |
"byte_fallback": true,
|
142 |
-
"ignore_merges": false,
|
143 |
"vocab": {
|
144 |
"<unk>": 0,
|
145 |
"<s>": 1,
|
|
|
139 |
"end_of_word_suffix": null,
|
140 |
"fuse_unk": true,
|
141 |
"byte_fallback": true,
|
|
|
142 |
"vocab": {
|
143 |
"<unk>": 0,
|
144 |
"<s>": 1,
|
tokenizer_config.json
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
{
|
2 |
"add_bos_token": true,
|
3 |
"add_eos_token": false,
|
4 |
-
"add_prefix_space": null,
|
5 |
"added_tokens_decoder": {
|
6 |
"0": {
|
7 |
"content": "<unk>",
|
|
|
1 |
{
|
2 |
"add_bos_token": true,
|
3 |
"add_eos_token": false,
|
|
|
4 |
"added_tokens_decoder": {
|
5 |
"0": {
|
6 |
"content": "<unk>",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:462da9c3a87eef02acf9452c1e9b1d56f644cbc92dff1aea211002ed482bfbe1
|
3 |
+
size 4984
|