software-si commited on
Commit
3df82af
·
verified ·
1 Parent(s): 90767ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
 
2
  # 🌍 Multilingual Intent Classifier – Language Switching
3
 
@@ -52,4 +64,4 @@ results = classifier(texts)
52
  for text, res in zip(texts, results):
53
  print(f"\nInput: {text}")
54
  for r in res:
55
- print(f" {r['label']}: {r['score']:.4f}")
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - it
5
+ - fr
6
+ - de
7
+ - es
8
+ - en
9
+ base_model:
10
+ - google-bert/bert-base-multilingual-cased
11
+ pipeline_tag: text-classification
12
+ ---
13
 
14
  # 🌍 Multilingual Intent Classifier – Language Switching
15
 
 
64
  for text, res in zip(texts, results):
65
  print(f"\nInput: {text}")
66
  for r in res:
67
+ print(f" {r['label']}: {r['score']:.4f}")