claudios commited on
Commit
4f7f363
·
verified ·
1 Parent(s): 9ced72a

Upload model

Browse files
Files changed (2) hide show
  1. README.md +0 -1
  2. config.json +2 -2
README.md CHANGED
@@ -2,7 +2,6 @@
2
  language: code
3
  datasets:
4
  - code_search_net
5
-
6
  ---
7
 
8
  This is a **reupload** of [razent/cotext-1-ccg](https://huggingface.co/razent/cotext-1-ccg/), without further training. This reupload uses **SafeTensors** serialization and makes minor corrections to the configuration files, such as the correct model maximum length.
 
2
  language: code
3
  datasets:
4
  - code_search_net
 
5
  ---
6
 
7
  This is a **reupload** of [razent/cotext-1-ccg](https://huggingface.co/razent/cotext-1-ccg/), without further training. This reupload uses **SafeTensors** serialization and makes minor corrections to the configuration files, such as the correct model maximum length.
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "razent/cotext-1-ccg",
3
  "architectures": [
4
- "T5ForConditionalGeneration"
5
  ],
6
  "classifier_dropout": 0.0,
7
  "d_ff": 3072,
@@ -56,7 +56,7 @@
56
  }
57
  },
58
  "torch_dtype": "float32",
59
- "transformers_version": "4.37.2",
60
  "use_cache": true,
61
  "vocab_size": 32128
62
  }
 
1
  {
2
  "_name_or_path": "razent/cotext-1-ccg",
3
  "architectures": [
4
+ "T5Model"
5
  ],
6
  "classifier_dropout": 0.0,
7
  "d_ff": 3072,
 
56
  }
57
  },
58
  "torch_dtype": "float32",
59
+ "transformers_version": "4.40.1",
60
  "use_cache": true,
61
  "vocab_size": 32128
62
  }