CoolFace
Modelpublic

hyperonym/barba

sourceHugging Facemitupdated 3y agoView on Hugging Face
2likes13downloads
README.md32 linesDownload Raw Back to root
1---2tags:3- generated_from_keras_callback4model-index:5- name: barba6  results: []7license: mit8datasets:9- snli10- glue11- clue12- shunk031/JGLUE13- klue14language:15- en16- zh17- ja18- ko19---20 21# Barba22 23Barba 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 25GitHub: https://github.com/hyperonym/barba26 27### Framework versions28 29- Transformers 4.28.130- TensorFlow 2.11.131- Datasets 2.11.032- Tokenizers 0.13.3