omarmomen commited on
Commit
3ecfae5
1 Parent(s): 0760f12

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -35,7 +35,8 @@ The finetuning dataset included manually aligned sentences from the datasets `DE
35
 
36
  ### Model Usage
37
 
38
- This model can't be used in the HuggingFace interface or via the .from_pretrained method currently.
 
39
 
40
  To test this model checkpoint, you need to clone the checkpoint repository as follows:
41
 
 
35
 
36
  ### Model Usage
37
 
38
+ This model can't be used in the HuggingFace interface or via the .from_pretrained method currently. As it's a finetuning of a custom model (LongMBart), which hasn't been registered on HF yet.
39
+ You can find this custom model codes at: [https://github.com/a-rios/ats-models](https://github.com/a-rios/ats-models)
40
 
41
  To test this model checkpoint, you need to clone the checkpoint repository as follows:
42