Commit
·
57a805b
1
Parent(s):
0c835cc
Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,8 @@ tags:
|
|
15 |
|
16 |
We follow the standard fine-tuning a masked language model of [Huggingface’s NLP Course](https://huggingface.co/learn/nlp-course/chapter7/3?fw=pt).
|
17 |
|
18 |
-
We used the models provided by HuggingFace v4.24.0, and Pytorch v1.13.0.
|
|
|
19 |
|
20 |
## Usage
|
21 |
# Use a pipeline as a high-level helper from transformers import pipeline
|
|
|
15 |
|
16 |
We follow the standard fine-tuning a masked language model of [Huggingface’s NLP Course](https://huggingface.co/learn/nlp-course/chapter7/3?fw=pt).
|
17 |
|
18 |
+
We used the models provided by HuggingFace v4.24.0, and Pytorch v1.13.0.
|
19 |
+
In particular, for training the model we used a batch size of 256, Adam optimizer, with a learning rate of $1e^{-5}$, and cross-entropy as a loss function. We trained the models for three epochs using a GPU NVIDIA Tesla V100 32GB SXM2.
|
20 |
|
21 |
## Usage
|
22 |
# Use a pipeline as a high-level helper from transformers import pipeline
|