Upload folder using huggingface_hub
Browse files- config.json +2 -2
- model.safetensors +2 -2
- tokenizer_config.json +1 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
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.
|
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:
|
3 |
-
size
|
|
|
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":
|
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>",
|