voorhs commited on
Commit
a7bf209
·
verified ·
1 Parent(s): 8bd70f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -41,6 +41,10 @@ configs:
41
  data_files:
42
  - split: intents
43
  path: intents/intents-*
 
 
 
 
44
  ---
45
 
46
 
@@ -91,4 +95,4 @@ def convert_dream(dream_dict):
91
  github_file = "https://raw.githubusercontent.com/deeppavlov/dream/26ff1aaf1c9019c60b74468705bd6d9b7ebc5353/annotators/IntentCatcherTransformers/intent_phrases_RU.json"
92
  dream = load_json_from_github(github_file)
93
  dream_converted = convert_dream(dream)
94
- ```
 
41
  data_files:
42
  - split: intents
43
  path: intents/intents-*
44
+ task_categories:
45
+ - text-classification
46
+ language:
47
+ - ru
48
  ---
49
 
50
 
 
95
  github_file = "https://raw.githubusercontent.com/deeppavlov/dream/26ff1aaf1c9019c60b74468705bd6d9b7ebc5353/annotators/IntentCatcherTransformers/intent_phrases_RU.json"
96
  dream = load_json_from_github(github_file)
97
  dream_converted = convert_dream(dream)
98
+ ```