cartesinus commited on
Commit
7c46156
1 Parent(s): 7afb844

Rename config file.

Browse files
Files changed (1) hide show
  1. nlu_config.json → config.json +2 -2
nlu_config.json → config.json RENAMED
@@ -1,5 +1,5 @@
1
  {
2
- "model_name": "xlm-roberta-base",
3
  "num_intents": 10,
4
  "num_slots": 7,
5
  "intent_id2label": {
@@ -58,4 +58,4 @@
58
  "padding": true,
59
  "max_length": 512
60
  }
61
- }
 
1
  {
2
+ "model_name": "cartesinus/xlm_r-joint_nlu-custom_ds",
3
  "num_intents": 10,
4
  "num_slots": 7,
5
  "intent_id2label": {
 
58
  "padding": true,
59
  "max_length": 512
60
  }
61
+ }