eczech commited on
Commit
461f9e0
·
verified ·
1 Parent(s): e70419f

Upload folder using huggingface_hub

Browse files
unit_tests/evolutionary_constraint/ref_logprob_clm_sim/model/special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {}
unit_tests/evolutionary_constraint/ref_logprob_clm_sim/model/tokenizer_config.json CHANGED
@@ -1,12 +1,7 @@
1
  {
2
- "vocab_size": 5,
3
- "model_max_length": 512,
4
- "tokenizer_class": "SimpleTokenizer",
5
- "vocab": {
6
- "A": 0,
7
- "C": 1,
8
- "G": 2,
9
- "T": 3,
10
- "N": 4
11
- }
12
- }
 
1
  {
2
+ "added_tokens_decoder": {},
3
+ "clean_up_tokenization_spaces": false,
4
+ "extra_special_tokens": {},
5
+ "model_max_length": 1000000000000000019884624838656,
6
+ "tokenizer_class": "NucleotideTokenizer"
7
+ }
 
 
 
 
 
unit_tests/evolutionary_constraint/ref_logprob_clm_sim/model/vocab.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "A": 0,
3
+ "C": 1,
4
+ "G": 2,
5
+ "T": 3,
6
+ "N": 4
7
+ }