Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
inference: false
|
3 |
+
pipeline_tag: text-classification
|
4 |
+
license: apache-2.0
|
5 |
+
base_model: vishnun/codenlbert-tiny
|
6 |
+
---
|
7 |
+
|
8 |
+
# ONNX version of vishnun/codenlbert-tiny
|
9 |
+
|
10 |
+
**This model is a conversion of [vishnun/codenlbert-tiny](https://huggingface.co/vishnun/codenlbert-tiny) to ONNX** format using the [🤗 Optimum](https://huggingface.co/docs/optimum/index) library.
|