buruzaemon commited on
Commit
2080913
1 Parent(s): 09c304d

fixed borked links in README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,6 +9,6 @@ datasets:
9
 
10
  # test-minilm-finetuned-emotion fine-tuned model (uncased)
11
 
12
- This model is a fine-tuned extension of the [Microsoft MiniLM distilled model](https://huggingface.co/microsoft/MiniLM-L12-H384-uncased). This is the result of the learning exercise for (Simple Training with the 🤗 Transformers Trainer)[https://www.youtube.com/watch?v=u--UVvH-LIQ&t=198s] and also going through Chapter 2, Text Classification in (Natural Language Processing with Transformers)[https://transformersbook.com/], Revised Color Edition, May 2022.
13
 
14
  This model is uncased: it does not make a difference between english and English.
 
9
 
10
  # test-minilm-finetuned-emotion fine-tuned model (uncased)
11
 
12
+ This model is a fine-tuned extension of the [Microsoft MiniLM distilled model](https://huggingface.co/microsoft/MiniLM-L12-H384-uncased). This is the result of the learning exercise for [Simple Training with the 🤗 Transformers Trainer](https://www.youtube.com/watch?v=u--UVvH-LIQ&t=198s) and also going through Chapter 2, Text Classification in [Natural Language Processing with Transformers](https://transformersbook.com/), Revised Color Edition, May 2022.
13
 
14
  This model is uncased: it does not make a difference between english and English.