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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -12
README.md CHANGED
@@ -53,15 +53,3 @@ 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}")
56
-
57
- metadata
58
- ---
59
- license: apache-2.0
60
- language:
61
- - it
62
- - en
63
- - de
64
- - fr
65
- - es
66
- pipeline_tag: text-classification
67
- ---
 
53
  print(f"\nInput: {text}")
54
  for r in res:
55
  print(f" {r['label']}: {r['score']:.4f}")