Konstantinos commited on
Commit
283f4a3
2 Parent(s): db995e5 19e9703

Merge branch 'main' of https://huggingface.co/Konstantinos/el_llama_smol

Browse files
Files changed (2) hide show
  1. README.md +13 -0
  2. generation_config.json +5 -4
README.md CHANGED
@@ -1,3 +1,16 @@
1
  ---
2
  license: odc-by
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
1
  ---
2
  license: odc-by
3
+ language:
4
+ - el
5
+
6
+ widget:
7
+ - text: "ο καιρός σήμερα "
8
+
9
+ tags:
10
+ - text-generation-inference
11
  ---
12
+ ---
13
+ license: odc-by
14
+ -
15
+
16
+
generation_config.json CHANGED
@@ -1,10 +1,11 @@
1
  {
2
- "_from_model_config": true,
3
  "bos_token_id": 0,
4
  "eos_token_id": 1,
5
  "pad_token_id": -1,
6
- "transformers_version": "4.31.0"
7
  "top_k": 20,
8
- "do_sample" : True
9
- "temperature" : 0.8
 
10
  }
 
1
  {
2
+ "_from_model_config": false,
3
  "bos_token_id": 0,
4
  "eos_token_id": 1,
5
  "pad_token_id": -1,
6
+ "transformers_version": "4.31.0",
7
  "top_k": 20,
8
+ "do_sample" : true,
9
+ "temperature" : 0.8,
10
+ "max_new_tokens" : 40
11
  }