nouman-10 commited on
Commit
a622e1a
1 Parent(s): ce58528

Training in progress, step 1000

Browse files
.gitattributes CHANGED
@@ -32,3 +32,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
35
+ source.spm filter=lfs diff=lfs merge=lfs -text
36
+ target.spm filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
- "_name_or_path": "/home2/s4992113/MT-Project/new-jobs/es_fi_all_quy/checkpoint-23000",
3
  "_num_labels": 3,
4
  "activation_dropout": 0.0,
5
  "activation_function": "swish",
6
  "add_bias_logits": false,
7
  "add_final_layer_norm": false,
8
  "architectures": [
9
- "MarianModel"
10
  ],
11
  "attention_dropout": 0.0,
12
  "bad_words_ids": [
 
1
  {
2
+ "_name_or_path": "nouman-10/es_fi_all_quy",
3
  "_num_labels": 3,
4
  "activation_dropout": 0.0,
5
  "activation_function": "swish",
6
  "add_bias_logits": false,
7
  "add_final_layer_norm": false,
8
  "architectures": [
9
+ "MarianMTModel"
10
  ],
11
  "attention_dropout": 0.0,
12
  "bad_words_ids": [
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f1d988e5245c03859194f933e84061879725117ec782a2d0597e7209d3c6e2d7
3
- size 308291273
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d4b98fb59ac66d67e6f3b1ed9e4d9efae55f7e3acf98c98d3be991ead791cc2
3
+ size 306452037
source.spm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40940cb30fd8dc2ff2162bef19db82c501d5c0f8de1ccf01373bc7af4ec06157
3
+ size 827043
special_tokens_map.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "eos_token": "</s>",
3
+ "pad_token": "<pad>",
4
+ "unk_token": "<unk>"
5
+ }
target.spm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e54da81eb08f584eafee250292c8b18cdcf4f434930e9db3e6994ec095a05a7c
3
+ size 846977
tokenizer_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "eos_token": "</s>",
4
+ "model_max_length": 512,
5
+ "pad_token": "<pad>",
6
+ "separate_vocabs": false,
7
+ "source_lang": "es",
8
+ "sp_model_kwargs": {},
9
+ "target_lang": "fi",
10
+ "tokenizer_class": "MarianTokenizer",
11
+ "unk_token": "<unk>"
12
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3883bf374f27229355a91983217da4162e3f66bfb244070a8f43252510f4ebd
3
+ size 3707
vocab.json ADDED
The diff for this file is too large to render. See raw diff