panda47 commited on
Commit
5bb14b0
1 Parent(s): 707e2de

Delete a.py

Browse files
Files changed (1) hide show
  1. a.py +0 -10
a.py DELETED
@@ -1,10 +0,0 @@
1
- from transformers import GitVisionConfig, GitVisionModel
2
-
3
- # Initializing a GitVisionConfig with microsoft/git-base style configuration
4
- configuration = GitVisionConfig()
5
-
6
- # Initializing a GitVisionModel (with random weights) from the microsoft/git-base style configuration
7
- model = GitVisionModel(configuration)
8
-
9
- # Accessing the model configuration
10
- configuration = model.config