Instructions to use AndyChiang/cdgp-csg-scibert-cloth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AndyChiang/cdgp-csg-scibert-cloth with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="AndyChiang/cdgp-csg-scibert-cloth")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("AndyChiang/cdgp-csg-scibert-cloth") model = AutoModelForMaskedLM.from_pretrained("AndyChiang/cdgp-csg-scibert-cloth") - Notebooks
- Google Colab
- Kaggle
Commit ·
7b79890
1
Parent(s): c089b52
Update README.md
Browse files
README.md
CHANGED
|
@@ -55,7 +55,7 @@ This model is fine-tuned by [CLOTH](https://www.cs.cmu.edu/~glai1/data/cloth/) d
|
|
| 55 |
| High school | 54794 | 7794 | 8318 |
|
| 56 |
| Total | 76850 | 11067 | 11516 |
|
| 57 |
|
| 58 |
-
You can also use the [dataset](https://
|
| 59 |
|
| 60 |
## Training
|
| 61 |
|
|
|
|
| 55 |
| High school | 54794 | 7794 | 8318 |
|
| 56 |
| Total | 76850 | 11067 | 11516 |
|
| 57 |
|
| 58 |
+
You can also use the [dataset](https://huggingface.co/datasets/AndyChiang/cloth) we have already cleaned.
|
| 59 |
|
| 60 |
## Training
|
| 61 |
|