mozharovsky commited on
Commit
8fa9366
1 Parent(s): 033c663

refactor: rename model path

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/home/mozharovsky/code-t5/model",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
@@ -26,4 +26,4 @@
26
  "transformers_version": "4.10.2",
27
  "use_cache": true,
28
  "vocab_size": 32100
29
- }
1
  {
2
+ "_name_or_path": "codet5-base",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
26
  "transformers_version": "4.10.2",
27
  "use_cache": true,
28
  "vocab_size": 32100
29
+ }