Instructions to use ChatBotExploit/NexusExploitAi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- AllenNLP
How to use ChatBotExploit/NexusExploitAi with AllenNLP:
import allennlp_models from allennlp.predictors.predictor import Predictor predictor = Predictor.from_path("hf://ChatBotExploit/NexusExploitAi") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,4 +4,9 @@ datasets:
|
|
| 4 |
base_model:
|
| 5 |
- bigcode/starcoder2-15b
|
| 6 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
|
|
|
| 4 |
base_model:
|
| 5 |
- bigcode/starcoder2-15b
|
| 6 |
pipeline_tag: text-generation
|
| 7 |
+
metrics:
|
| 8 |
+
- code_eval
|
| 9 |
+
library_name: allennlp
|
| 10 |
+
tags:
|
| 11 |
+
- code
|
| 12 |
---
|