peakji commited on
Commit
27a8603
1 Parent(s): 53c6d1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -20,9 +20,9 @@ language:
20
 
21
  # Barba
22
 
23
- Barba is a multilingual natural language inference model for textual entailment and zero-shot text classification based on [XLM-RoBERTa](https://huggingface.co/xlm-roberta-large). It is trained on selected subsets of publicly available English ([GLUE](https://huggingface.co/datasets/glue)), Chinese ([CLUE](https://huggingface.co/datasets/clue)), Japanese ([JGLUE](https://huggingface.co/datasets/shunk031/JGLUE)), Korean ([KLUE](https://huggingface.co/datasets/klue)) datasets, as well as other private datasets.
24
 
25
- Barba is also available as an end-to-end service through TensorFlow Serving: https://github.com/hyperonym/barba
26
 
27
  ### Framework versions
28
 
 
20
 
21
  # Barba
22
 
23
+ Barba is a multilingual [natural language inference](http://nlpprogress.com/english/natural_language_inference.html) model for [textual entailment](https://en.wikipedia.org/wiki/Textual_entailment) and [zero-shot text classification](https://joeddav.github.io/blog/2020/05/29/ZSL.html#Classification-as-Natural-Language-Inference), available as an end-to-end service through TensorFlow Serving. Based on [XLM-RoBERTa](https://arxiv.org/abs/1911.02116), it is trained on selected subsets of publicly available English ([GLUE](https://huggingface.co/datasets/glue)), Chinese ([CLUE](https://huggingface.co/datasets/clue)), Japanese ([JGLUE](https://huggingface.co/datasets/shunk031/JGLUE)), Korean ([KLUE](https://huggingface.co/datasets/klue)) datasets, as well as other private datasets.
24
 
25
+ GitHub: https://github.com/hyperonym/barba
26
 
27
  ### Framework versions
28