software-si commited on
Commit
853f4b2
·
verified ·
1 Parent(s): e21a76b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -1,6 +1,14 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
3
  ---
 
4
  # 🌍 Multilingual Intent Classifier – Language Switching
5
 
6
  This model is a fine-tuned multilingual BERT (`bert-base-multilingual-cased`) for **intent classification** of language-switching requests.
@@ -54,4 +62,4 @@ results = classifier(texts)
54
  for text, res in zip(texts, results):
55
  print(f"\nInput: {text}")
56
  for r in res:
57
- print(f" {r['label']}: {r['score']:.4f}")
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - it
5
+ - en
6
+ - de
7
+ - fr
8
+ - es
9
+ pipeline_tag: text-classification
10
  ---
11
+
12
  # 🌍 Multilingual Intent Classifier – Language Switching
13
 
14
  This model is a fine-tuned multilingual BERT (`bert-base-multilingual-cased`) for **intent classification** of language-switching requests.
 
62
  for text, res in zip(texts, results):
63
  print(f"\nInput: {text}")
64
  for r in res:
65
+ print(f" {r['label']}: {r['score']:.4f}")