abhishtagatya
commited on
Commit
•
54318dd
1
Parent(s):
51e5305
Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ It achieves the following results on the evaluation set:
|
|
32 |
|
33 |
### Quick Use
|
34 |
|
35 |
-
```
|
36 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
37 |
|
38 |
config = AutoConfig.from_pretrained("abhishtagatya/hubert-base-960h-itw-deepfake")
|
|
|
32 |
|
33 |
### Quick Use
|
34 |
|
35 |
+
```python
|
36 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
37 |
|
38 |
config = AutoConfig.from_pretrained("abhishtagatya/hubert-base-960h-itw-deepfake")
|