readme: add extra info
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
### Instructions
|
2 |
|
3 |
To run the model `italia.bin` along with its tokenizer `tokenizer.model`, you'll need the inference script. Once you get it, you can either move these two files to the `inference_script` folder or specify the correct path within the script.
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- it
|
5 |
+
- en
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
---
|
8 |
+
|
9 |
+
# Italia-9B
|
10 |
+
|
11 |
+
This is a HuggingFace upload of iGenius's MIT licensed Italia open-source LLM.
|
12 |
+
|
13 |
### Instructions
|
14 |
|
15 |
To run the model `italia.bin` along with its tokenizer `tokenizer.model`, you'll need the inference script. Once you get it, you can either move these two files to the `inference_script` folder or specify the correct path within the script.
|