Commit
·
f638904
1
Parent(s):
7a01a9b
Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ model = AutoModelForMaskedLM.from_pretrained("pierreguillou/bert-base-cased-pt-l
|
|
42 |
|
43 |
## Training procedure
|
44 |
|
45 |
-
See the notebook
|
46 |
|
47 |
### Training results
|
48 |
|
@@ -66,4 +66,4 @@ Step Training Loss Validation Loss
|
|
66 |
900 1.510100 1.352389
|
67 |
1000 1.507100 1.394799
|
68 |
1100 1.462200 1.36809373471
|
69 |
-
````
|
|
|
42 |
|
43 |
## Training procedure
|
44 |
|
45 |
+
See the notebook [Finetuning_language_model_BERtimbau_LeNER_Br.ipynb](https://github.com/piegu/language-models/blob/master/Finetuning_language_model_BERtimbau_LeNER_Br.ipynb).
|
46 |
|
47 |
### Training results
|
48 |
|
|
|
66 |
900 1.510100 1.352389
|
67 |
1000 1.507100 1.394799
|
68 |
1100 1.462200 1.36809373471
|
69 |
+
````in github.
|