EzraAragon commited on
Commit
fb6bcf3
·
1 Parent(s): 0363c13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ tags:
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<sup>2}-5</sup>, 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
 
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<sup>-5</sup>, 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