lighteternal commited on
Commit
1ac753c
1 Parent(s): b351713

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
- language: el
 
 
3
 
4
  tags:
5
  - xlm-roberta-base
@@ -96,6 +98,9 @@ sent = "Το Facebook κυκλοφόρησε τα πρώτα «έξυπνα» γ
96
  candidate_labels = ["πολιτική", "τεχνολογία", "αθλητισμός"]
97
  res = classifier(sent, candidate_labels)
98
  print(res)
 
 
 
99
  ```
100
  ### Acknowledgement
101
  The research work was supported by the Hellenic Foundation for Research and Innovation (HFRI) under the HFRI PhD Fellowship grant (Fellowship Number:50, 2nd call)
 
1
  ---
2
+ language:
3
+ el
4
+ en
5
 
6
  tags:
7
  - xlm-roberta-base
 
98
  candidate_labels = ["πολιτική", "τεχνολογία", "αθλητισμός"]
99
  res = classifier(sent, candidate_labels)
100
  print(res)
101
+
102
+ #outputs:
103
+ #{'sequence': 'Το Facebook κυκλοφόρησε τα πρώτα «έξυπνα» γυαλιά επαυξημένης πραγματικότητας', 'labels': ['τεχνολογία', 'αθλητισμός', 'πολιτική'], 'scores': [0.8380699157714844, 0.09086982160806656, 0.07106029987335205]}
104
  ```
105
  ### Acknowledgement
106
  The research work was supported by the Hellenic Foundation for Research and Innovation (HFRI) under the HFRI PhD Fellowship grant (Fellowship Number:50, 2nd call)