eddforsure commited on
Commit
fa31f44
·
verified ·
1 Parent(s): 59117b5

Update README.md

Browse files

# Fine tuned xlm-roberta-base model for text classification

Simple transformer-based classification model for the task of discerning whether a question needs web search (SEARCH) vs whether it doesn't (NO_SEARCH)

Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,3 +1,10 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - eddforsure/TWNTW-it-en
5
+ language:
6
+ - it
7
+ - en
8
+ base_model:
9
+ - FacebookAI/xlm-roberta-base
10
+ ---