24September commited on
Commit
e3b128f
·
1 Parent(s): 173049d

rename model

Browse files

change the name

Files changed (2) hide show
  1. README.md +2 -2
  2. config.json +1 -1
README.md CHANGED
@@ -1,7 +1,7 @@
1
- ## 19C4H2
2
 
3
 
4
- we have trained the **19C4H2** model based on the [Mistral-7B](https://huggingface.co/mistralai/Mistral-7B-v0.3) LLM model.
5
 
6
  The initial goal is to reproduce the baseline model and check the workflow for uploading results:
7
  - [x] Check the upload workflow.
 
1
+ ## CHAIN19
2
 
3
 
4
+ we have trained the **CHAIN19** model based on the [Mistral-7B](https://huggingface.co/mistralai/Mistral-7B-v0.3) LLM model.
5
 
6
  The initial goal is to reproduce the baseline model and check the workflow for uploading results:
7
  - [x] Check the upload workflow.
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "19C4H2",
3
  "architectures": [
4
  "MistralModel"
5
  ],
 
1
  {
2
+ "_name_or_path": "CHAIN19",
3
  "architectures": [
4
  "MistralModel"
5
  ],