jiaxie commited on
Commit
22cdd26
·
verified ·
1 Parent(s): 901b948

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +2 -2
  2. model.safetensors +2 -2
  3. tokenizer_config.json +1 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "jiaxie/DeepProtT5-Fluorescence",
3
  "architectures": [
4
  "T5RegressionModel"
5
  ],
@@ -26,7 +26,7 @@
26
  "relative_attention_max_distance": 128,
27
  "relative_attention_num_buckets": 32,
28
  "torch_dtype": "bfloat16",
29
- "transformers_version": "4.49.0",
30
  "use_cache": true,
31
  "vocab_size": 128
32
  }
 
1
  {
2
+ "_name_or_path": "Rostlab/prot_t5_xl_uniref50",
3
  "architectures": [
4
  "T5RegressionModel"
5
  ],
 
26
  "relative_attention_max_distance": 128,
27
  "relative_attention_num_buckets": 32,
28
  "torch_dtype": "bfloat16",
29
+ "transformers_version": "4.43.4",
30
  "use_cache": true,
31
  "vocab_size": 128
32
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce6cd94c3cf9ca24e08f76050c69618ec8585fe29fb76d45632642569665b660
3
- size 2418410826
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83d308cb2c03b063f312602f798e73d2e9f310bf79ca9a12b951cb63cfb2c02c
3
+ size 2416311426
tokenizer_config.json CHANGED
@@ -928,11 +928,10 @@
928
  "<extra_id_98>",
929
  "<extra_id_99>"
930
  ],
931
- "clean_up_tokenization_spaces": false,
932
  "do_lower_case": false,
933
  "eos_token": "</s>",
934
  "extra_ids": 100,
935
- "extra_special_tokens": {},
936
  "legacy": true,
937
  "model_max_length": 1000000000000000019884624838656,
938
  "pad_token": "<pad>",
 
928
  "<extra_id_98>",
929
  "<extra_id_99>"
930
  ],
931
+ "clean_up_tokenization_spaces": true,
932
  "do_lower_case": false,
933
  "eos_token": "</s>",
934
  "extra_ids": 100,
 
935
  "legacy": true,
936
  "model_max_length": 1000000000000000019884624838656,
937
  "pad_token": "<pad>",