fixed broken link to HF documentation
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ print(sentiment_analysis("I love this!"))
|
|
31 |
|
32 |
|
33 |
# Use for further fine-tuning
|
34 |
-
The model can also be used as a starting point for further fine-tuning of RoBERTa on your specific data. Please refer to Hugging Face's [documentation](https://huggingface.co/transformers/
|
35 |
|
36 |
|
37 |
# Performance
|
|
|
31 |
|
32 |
|
33 |
# Use for further fine-tuning
|
34 |
+
The model can also be used as a starting point for further fine-tuning of RoBERTa on your specific data. Please refer to Hugging Face's [documentation](https://huggingface.co/docs/transformers/training) for further details and example code.
|
35 |
|
36 |
|
37 |
# Performance
|