Danil commited on
Commit
89856b8
1 Parent(s): d6ef316

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -30
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "sberbank-ai/ruT5-base",
3
  "_num_labels": 2,
4
  "architectures": [
5
  "T5ForConditionalGeneration"
@@ -22,35 +22,6 @@
22
  "output_past": true,
23
  "pad_token_id": 0,
24
  "relative_attention_num_buckets": 32,
25
- "task_specific_params": {
26
- "summarization": {
27
- "early_stopping": true,
28
- "length_penalty": 2.0,
29
- "max_length": 200,
30
- "min_length": 30,
31
- "no_repeat_ngram_size": 3,
32
- "num_beams": 4,
33
- "prefix": "summarize: "
34
- },
35
- "translation_en_to_de": {
36
- "early_stopping": true,
37
- "max_length": 300,
38
- "num_beams": 4,
39
- "prefix": "translate English to German: "
40
- },
41
- "translation_en_to_fr": {
42
- "early_stopping": true,
43
- "max_length": 300,
44
- "num_beams": 4,
45
- "prefix": "translate English to French: "
46
- },
47
- "translation_en_to_ro": {
48
- "early_stopping": true,
49
- "max_length": 300,
50
- "num_beams": 4,
51
- "prefix": "translate English to Romanian: "
52
- }
53
- },
54
  "torch_dtype": "float32",
55
  "transformers_version": "4.15.0",
56
  "use_cache": true,
1
  {
2
+ "_name_or_path": "0x7194633/keyt5-base",
3
  "_num_labels": 2,
4
  "architectures": [
5
  "T5ForConditionalGeneration"
22
  "output_past": true,
23
  "pad_token_id": 0,
24
  "relative_attention_num_buckets": 32,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  "torch_dtype": "float32",
26
  "transformers_version": "4.15.0",
27
  "use_cache": true,