siebert commited on
Commit
acf1016
1 Parent(s): fc18230

fixed broken link to HF documentation

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/custom_datasets.html#fine-tuning-with-trainer) for further details and example code.
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