aatherton2024 commited on
Commit
87b711d
1 Parent(s): f1600ac

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +50 -51
  2. pytorch_model.bin +2 -2
  3. tokenizer.json +0 -0
  4. training_args.bin +1 -1
config.json CHANGED
@@ -1,62 +1,61 @@
1
  {
2
- "_name_or_path": "eng-nah-svo-translation",
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": [
13
- [
14
- 59513
15
- ]
16
- ],
17
- "bos_token_id": 0,
18
- "classif_dropout": 0.0,
19
  "classifier_dropout": 0.0,
 
 
20
  "d_model": 512,
21
- "decoder_attention_heads": 8,
22
- "decoder_ffn_dim": 2048,
23
- "decoder_layerdrop": 0.0,
24
- "decoder_layers": 6,
25
- "decoder_start_token_id": 59513,
26
- "decoder_vocab_size": 59514,
27
- "dropout": 0.1,
28
- "encoder_attention_heads": 8,
29
- "encoder_ffn_dim": 2048,
30
- "encoder_layerdrop": 0.0,
31
- "encoder_layers": 6,
32
- "eos_token_id": 0,
33
- "forced_eos_token_id": 0,
34
- "gradient_checkpointing": false,
35
- "id2label": {
36
- "0": "LABEL_0",
37
- "1": "LABEL_1",
38
- "2": "LABEL_2"
39
- },
40
- "init_std": 0.02,
41
  "is_encoder_decoder": true,
42
- "label2id": {
43
- "LABEL_0": 0,
44
- "LABEL_1": 1,
45
- "LABEL_2": 2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  },
47
- "max_length": 512,
48
- "max_position_embeddings": 512,
49
- "model_type": "marian",
50
- "normalize_before": false,
51
- "normalize_embedding": false,
52
- "num_beams": 4,
53
- "num_hidden_layers": 6,
54
- "pad_token_id": 59513,
55
- "scale_embedding": true,
56
- "share_encoder_decoder_embeddings": true,
57
- "static_position_embeddings": true,
58
  "torch_dtype": "float32",
59
  "transformers_version": "4.32.1",
60
  "use_cache": true,
61
- "vocab_size": 59514
62
  }
 
1
  {
2
+ "_name_or_path": "t5-small",
 
 
 
 
 
3
  "architectures": [
4
+ "T5ForConditionalGeneration"
5
  ],
 
 
 
 
 
 
 
 
6
  "classifier_dropout": 0.0,
7
+ "d_ff": 2048,
8
+ "d_kv": 64,
9
  "d_model": 512,
10
+ "decoder_start_token_id": 0,
11
+ "dense_act_fn": "relu",
12
+ "dropout_rate": 0.1,
13
+ "eos_token_id": 1,
14
+ "feed_forward_proj": "relu",
15
+ "initializer_factor": 1.0,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  "is_encoder_decoder": true,
17
+ "is_gated_act": false,
18
+ "layer_norm_epsilon": 1e-06,
19
+ "model_type": "t5",
20
+ "n_positions": 512,
21
+ "num_decoder_layers": 6,
22
+ "num_heads": 8,
23
+ "num_layers": 6,
24
+ "output_past": true,
25
+ "pad_token_id": 0,
26
+ "relative_attention_max_distance": 128,
27
+ "relative_attention_num_buckets": 32,
28
+ "task_specific_params": {
29
+ "summarization": {
30
+ "early_stopping": true,
31
+ "length_penalty": 2.0,
32
+ "max_length": 200,
33
+ "min_length": 30,
34
+ "no_repeat_ngram_size": 3,
35
+ "num_beams": 4,
36
+ "prefix": "summarize: "
37
+ },
38
+ "translation_en_to_de": {
39
+ "early_stopping": true,
40
+ "max_length": 300,
41
+ "num_beams": 4,
42
+ "prefix": "translate English to German: "
43
+ },
44
+ "translation_en_to_fr": {
45
+ "early_stopping": true,
46
+ "max_length": 300,
47
+ "num_beams": 4,
48
+ "prefix": "translate English to French: "
49
+ },
50
+ "translation_en_to_ro": {
51
+ "early_stopping": true,
52
+ "max_length": 300,
53
+ "num_beams": 4,
54
+ "prefix": "translate English to Romanian: "
55
+ }
56
  },
 
 
 
 
 
 
 
 
 
 
 
57
  "torch_dtype": "float32",
58
  "transformers_version": "4.32.1",
59
  "use_cache": true,
60
+ "vocab_size": 32128
61
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5d47a1cc2e60868ac41949876ae4414602220c0f0abc912bf94b841b07cbc37b
3
- size 298763205
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55cfb5ae7b93a5499ceef834bbc0c0b4a9975a74f5c7655d56813f1ca47b889a
3
+ size 242071641
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cadf2eac4af493f42b6bd05f86b10fb313a7e14664f191d04f1b7fbe3656ae63
3
  size 4219
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e6cbb7cd36fdffcdde6c48b673afba42196198891272e129ee3d025abe81c1d
3
  size 4219