KaZOO7000 commited on
Commit
b85ec08
·
verified ·
1 Parent(s): 0d5eafb

Finetuned on QA dataset

Browse files
Files changed (2) hide show
  1. README.md +55 -0
  2. generation_config.json +6 -2
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: cc-by-sa-4.0
4
+ base_model: ku-nlp/bart-base-japanese
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: bart_finetuned
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # bart_finetuned
16
+
17
+ This model is a fine-tuned version of [ku-nlp/bart-base-japanese](https://huggingface.co/ku-nlp/bart-base-japanese) on an unknown dataset.
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 5e-05
37
+ - train_batch_size: 4
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - gradient_accumulation_steps: 4
41
+ - total_train_batch_size: 16
42
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 10
45
+ - mixed_precision_training: Native AMP
46
+
47
+ ### Training results
48
+
49
+
50
+
51
+ ### Framework versions
52
+
53
+ - Transformers 4.52.3
54
+ - Pytorch 2.7.0+cu118
55
+ - Tokenizers 0.21.1
generation_config.json CHANGED
@@ -1,8 +1,12 @@
1
  {
2
- "decoder_start_token_id": 0,
 
 
3
  "early_stopping": true,
4
- "max_new_tokens": 64,
 
5
  "no_repeat_ngram_size": 3,
6
  "num_beams": 4,
 
7
  "transformers_version": "4.52.3"
8
  }
 
1
  {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "decoder_start_token_id": 2,
5
  "early_stopping": true,
6
+ "eos_token_id": 2,
7
+ "forced_eos_token_id": 2,
8
  "no_repeat_ngram_size": 3,
9
  "num_beams": 4,
10
+ "pad_token_id": 1,
11
  "transformers_version": "4.52.3"
12
  }