Text Classification
Transformers
PyTorch
JAX
Safetensors
code
English
roberta
text-embeddings-inference
Instructions to use Fsoft-AIC/Codebert-docstring-inconsistency with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Fsoft-AIC/Codebert-docstring-inconsistency with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Fsoft-AIC/Codebert-docstring-inconsistency")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Fsoft-AIC/Codebert-docstring-inconsistency") model = AutoModelForSequenceClassification.from_pretrained("Fsoft-AIC/Codebert-docstring-inconsistency") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -116,7 +116,8 @@ It is hard to evaluate the model due to the unavailable labeled datasets. ChatGP
|
|
| 116 |
|
| 117 |
## Additional information
|
| 118 |
### Licensing Information
|
| 119 |
-
|
|
|
|
| 120 |
|
| 121 |
### Citation Information
|
| 122 |
|
|
|
|
| 116 |
|
| 117 |
## Additional information
|
| 118 |
### Licensing Information
|
| 119 |
+
|
| 120 |
+
MIT License
|
| 121 |
|
| 122 |
### Citation Information
|
| 123 |
|