jinymusim commited on
Commit
60a5268
1 Parent(s): ba4574b

Newer Model

Browse files
Files changed (3) hide show
  1. config.json +1 -1
  2. pytorch_model.bin +1 -1
  3. tokenizer_config.json +7 -0
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "BUT-FIT/CSTinyLlama-1.2B",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
1
  {
2
+ "_name_or_path": "jinymusim/TinyLlama-Czech-Poet",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:54fd670ad61df693d9a144362b73cd1b0e9aaa8606f459a32ce73136395fdb02
3
  size 4924579866
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:977fb2229ddbe0e30b818236ccf8486b713e1c5c292f46fb6aa6e59eb89cd758
3
  size 4924579866
tokenizer_config.json CHANGED
@@ -27,8 +27,15 @@
27
  },
28
  "clean_up_tokenization_spaces": true,
29
  "eos_token": "[EOS]",
 
30
  "model_max_length": 2048,
 
31
  "pad_token": "[EOS]",
 
 
 
32
  "tokenizer_class": "PreTrainedTokenizerFast",
 
 
33
  "unk_token": "[UNK]"
34
  }
 
27
  },
28
  "clean_up_tokenization_spaces": true,
29
  "eos_token": "[EOS]",
30
+ "max_length": 2048,
31
  "model_max_length": 2048,
32
+ "pad_to_multiple_of": null,
33
  "pad_token": "[EOS]",
34
+ "pad_token_type_id": 0,
35
+ "padding_side": "right",
36
+ "stride": 0,
37
  "tokenizer_class": "PreTrainedTokenizerFast",
38
+ "truncation_side": "right",
39
+ "truncation_strategy": "longest_first",
40
  "unk_token": "[UNK]"
41
  }