Initial commit
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- es
|
4 |
+
library_name: transformers.js
|
5 |
+
pipeline_tag: question-answering
|
6 |
+
tags:
|
7 |
+
- onnx
|
8 |
+
- transformers.js
|
9 |
+
- javascript
|
10 |
+
- spanish
|
11 |
+
- español
|
12 |
+
---
|
13 |
+
|
14 |
+
|
15 |
+
This is just a conversion of the [PlanTL-GOB-ES/roberta-base-bne-sqac](https://huggingface.co/PlanTL-GOB-ES/roberta-base-bne-sqac) model to ONNX, using the [conversion script provided by HF transformers.js](https://huggingface.co/docs/transformers.js/main/en/custom_usage)
|