Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
library_name: transformers.js
|
| 4 |
+
base_model: boltuix/NeuroBERT-Mini
|
| 5 |
+
language: en
|
| 6 |
+
pipeline_tag: question-answering
|
| 7 |
+
tags:
|
| 8 |
+
- bert
|
| 9 |
+
- 10M
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# NeuroBERT-Mini (ONNX)
|
| 13 |
+
|
| 14 |
+
This is an ONNX version of [boltuix/NeuroBERT-Mini](https://huggingface.co/boltuix/NeuroBERT-Mini).
|