SuperSecureHuman commited on
Commit
921ccc9
1 Parent(s): c7a5196

End of training

Browse files
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: t5-base
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - opus_books
8
+ model-index:
9
+ - name: t5_base_trails
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # t5_base_trails
17
+
18
+ This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the opus_books dataset.
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 2e-05
38
+ - train_batch_size: 8
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 2
44
+
45
+ ### Framework versions
46
+
47
+ - Transformers 4.33.2
48
+ - Pytorch 2.0.1+cu118
49
+ - Datasets 2.14.5
50
+ - Tokenizers 0.13.3
generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "decoder_start_token_id": 0,
5
+ "eos_token_id": 1,
6
+ "pad_token_id": 0,
7
+ "transformers_version": "4.33.2"
8
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e7b782f5fa1c896e2c76f1a6532f5653d9aff1311918b9bbde3c2eb2a64f44e8
3
  size 891616913
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a7791cb55227b82d67f3fa1339a9d5dbdb0a20b9d2706e8f849b951976a051e
3
  size 891616913
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 1024,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:51226cf78911b42617ef505d7fc37f6a44b936753a58b436b5d27487bce08aff
3
  size 4155
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fc9fb06ef8d346c4e4d1cd39be6cde1c17f403310e534d356998a2f7f4968cf
3
  size 4155