Add link to paper and project page
Browse filesThis PR adds a link to the paper [TituLLMs: A Family of Bangla LLMs with Comprehensive Benchmarking](https://hf.co/papers/2502.11187) and a link to the project page.
README.md
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- bn
|
4 |
library_name: transformers
|
|
|
5 |
pipeline_tag: text-generation
|
6 |
tags:
|
7 |
- hishab
|
@@ -10,9 +13,6 @@ tags:
|
|
10 |
- llama
|
11 |
- llama-3
|
12 |
- llama-factory
|
13 |
-
license: llama3.2
|
14 |
-
base_model:
|
15 |
-
- meta-llama/Llama-3.2-1B
|
16 |
---
|
17 |
|
18 |
## Model Information
|
@@ -35,6 +35,7 @@ This model is a continually pre-trained version of the [meta-llama/Llama-3.2-1B]
|
|
35 |
|
36 |
**License:** We are using a similar license to Llama 3.2. Use of Llama 3.2 is governed by the [Llama 3.2 Community License](https://github.com/meta-llama/llama-models/blob/main/models/llama3_2/LICENSE) (a custom, commercial license agreement).
|
37 |
|
|
|
38 |
|
39 |
## How to use
|
40 |
- Use with transformers
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- meta-llama/Llama-3.2-1B
|
4 |
language:
|
5 |
- bn
|
6 |
library_name: transformers
|
7 |
+
license: llama3.2
|
8 |
pipeline_tag: text-generation
|
9 |
tags:
|
10 |
- hishab
|
|
|
13 |
- llama
|
14 |
- llama-3
|
15 |
- llama-factory
|
|
|
|
|
|
|
16 |
---
|
17 |
|
18 |
## Model Information
|
|
|
35 |
|
36 |
**License:** We are using a similar license to Llama 3.2. Use of Llama 3.2 is governed by the [Llama 3.2 Community License](https://github.com/meta-llama/llama-models/blob/main/models/llama3_2/LICENSE) (a custom, commercial license agreement).
|
37 |
|
38 |
+
More information can be found in the paper [TituLLMs: A Family of Bangla LLMs with Comprehensive Benchmarking](https://huggingface.co/papers/2502.11187) and on the [project page](https://huggingface.co/collections/hishab/titulm-llama-family-6718d31fc1b83529276f490a).
|
39 |
|
40 |
## How to use
|
41 |
- Use with transformers
|