24September
commited on
Commit
·
e3b128f
1
Parent(s):
173049d
rename model
Browse fileschange the name
- README.md +2 -2
- config.json +1 -1
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
##
|
2 |
|
3 |
|
4 |
-
we have trained the **
|
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": "
|
3 |
"architectures": [
|
4 |
"MistralModel"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "CHAIN19",
|
3 |
"architectures": [
|
4 |
"MistralModel"
|
5 |
],
|