Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: transformers
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
tags:
|
8 |
+
- chat
|
9 |
---
|
10 |
+
**gemma-7b-experiment**
|
11 |
+
|
12 |
+
**This is just an experiment placeholder for testing out local validation strategy, there is absolutly no real reason for you to try this model. it has nothing new into it.**
|
13 |
+
|
14 |
+
An experiment for testing and refining a local cross validation strategy.
|
15 |
+
|
16 |
+
The goal is to evaluate LLMs locally and make sure the scores obtained locally can be reproduced publiclly.
|
17 |
+
|
18 |
+
More details coming soon.
|
19 |
+
|
20 |
+
|
21 |
+
---
|
22 |
+
license: apache-2.0
|
23 |
+
---
|