Amama02 commited on
Commit
beb9146
·
verified ·
1 Parent(s): 97c4578

Upload model_metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_metadata.json +19 -0
model_metadata.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_info": {
3
+ "base_model": "google/flan-t5-base",
4
+ "fine_tuning_method": "LoRA",
5
+ "generation_parameters": {
6
+ "max_length": 300,
7
+ "num_beams": 8,
8
+ "temperature": 0.9,
9
+ "do_sample": true,
10
+ "top_p": 0.95,
11
+ "repetition_penalty": 2.0,
12
+ "length_penalty": 1.2,
13
+ "early_stopping": true,
14
+ "no_repeat_ngram_size": 2
15
+ },
16
+ "deployment_date": "2025-08-07 22:49:21",
17
+ "torch_dtype": "torch.float16"
18
+ }
19
+ }