under-tree commited on
Commit
484e5a6
1 Parent(s): 0ae7832

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/home/jovyan/rodion/other/trans/models/transformer-en-ru/finetuned/checkpoint-2000",
3
  "_num_labels": 3,
4
  "activation_dropout": 0.0,
5
  "activation_function": "swish",
 
1
  {
2
+ "_name_or_path": "Helsinki-NLP/opus-mt-en-ru",
3
  "_num_labels": 3,
4
  "activation_dropout": 0.0,
5
  "activation_function": "swish",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a1ae4b6472f53455dc48d92b23b18f7b6c018b50107573e0d5083d24321e74be
3
- size 304924290
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbea7ab699af81733ce7431de69db77d75ff503b4193c9be63a9b9e265ac0787
3
+ size 304927874
special_tokens_map.json CHANGED
@@ -1,23 +1,5 @@
1
  {
2
- "eos_token": {
3
- "content": "</s>",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "pad_token": {
10
- "content": "<pad>",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "unk_token": {
17
- "content": "<unk>",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
- }
23
  }
 
1
  {
2
+ "eos_token": "</s>",
3
+ "pad_token": "<pad>",
4
+ "unk_token": "<unk>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b8bbe423906db9dc197670f79b534352b349201159246d9e79c0f0e095e1c9c
3
+ size 4792