LuisAVasquez
commited on
Commit
·
7efc9b6
1
Parent(s):
0e4e895
Update README.md
Browse files
README.md
CHANGED
@@ -34,10 +34,13 @@ This model's performance is really poor, and it has not been evaluated.
|
|
34 |
|
35 |
This model comes with its own tokenizer! It will automatically use **lowercase**.
|
36 |
|
37 |
-
Check the `notebooks` folder for the preprocessing and training scripts.
|
38 |
-
|
39 |
-
|
40 |
|
|
|
|
|
|
|
|
|
|
|
41 |
|
42 |
# Table of Contents
|
43 |
|
|
|
34 |
|
35 |
This model comes with its own tokenizer! It will automatically use **lowercase**.
|
36 |
|
37 |
+
Check the `training notebooks` folder for the preprocessing and training scripts.
|
|
|
|
|
38 |
|
39 |
+
Inspired by
|
40 |
+
- [This repo](https://github.com/dbamman/latin-bert), which has a BERT model for latin that is actually useful!
|
41 |
+
- [This tutorial](https://colab.research.google.com/github/huggingface/notebooks/blob/master/examples)
|
42 |
+
- [This tutorial](https://colab.research.google.com/github/huggingface/blog/blob/main/notebooks/01_how_to_train.ipynb#scrollTo=VNZZs-r6iKAV)
|
43 |
+
- [This tutorial](https://huggingface.co/blog/how-to-train)
|
44 |
|
45 |
# Table of Contents
|
46 |
|