tau
/

Transformers
English
tau/sled
Inference Endpoints
maorivgi commited on
Commit
e9fe9e0
1 Parent(s): 81175f3

initial commit

Browse files
Files changed (3) hide show
  1. README.md +1 -0
  2. config.json +9 -0
  3. tokenizer_config.json +4 -0
README.md CHANGED
@@ -1,3 +1,4 @@
1
  ---
2
  license: mit
 
3
  ---
 
1
  ---
2
  license: mit
3
+ language: en
4
  ---
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "tau/sled",
3
+ "underlying_config": "facebook/bart-base",
4
+ "context_size": 256,
5
+ "window_fraction": 0.5,
6
+ "prepend_prefix": true,
7
+ "encode_prefix": true,
8
+ "sliding_method": "dynamic"
9
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "base_tokenizer": "facebook/bart-base",
3
+ "model_max_length": 16384
4
+ }