Instructions to use tisage/CodeQualityLC100 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use tisage/CodeQualityLC100 with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("tisage/CodeQualityLC100") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ Welcome to the repository for our research paper: T. Wang and Z. Chen, "Analyzin
|
|
| 7 |
## Contents
|
| 8 |
This repository contains the following:
|
| 9 |
- License
|
| 10 |
-
- Dataset
|
| 11 |
- Fine-tuned Model
|
| 12 |
|
| 13 |
## Model Info
|
|
|
|
| 7 |
## Contents
|
| 8 |
This repository contains the following:
|
| 9 |
- License
|
| 10 |
+
- Dataset (https://github.com/tisage/codeQuality)
|
| 11 |
- Fine-tuned Model
|
| 12 |
|
| 13 |
## Model Info
|