Fix a few last paths for the new repo org (#8666)

This commit is contained in:
Sylvain Gugger
2020-11-19 11:56:42 -05:00
committed by GitHub
parent a79a96ddaa
commit cb3e5c33f7
5 changed files with 10 additions and 6 deletions

View File

@@ -9,8 +9,7 @@ tags:
```python
import json
import os
from transformers.configuration_roberta import RobertaConfig
from transformers import RobertaForMaskedLM, TFRobertaForMaskedLM
from transformers import RobertaConfig, RobertaForMaskedLM, TFRobertaForMaskedLM
DIRNAME = "./dummy-unknown"