Update README.md
Browse files
README.md
CHANGED
@@ -1,23 +1,28 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
language:
|
4 |
-
- en
|
5 |
-
base_model:
|
6 |
-
- unsloth/Llama-3.2-1B-bnb-4bit
|
7 |
-
pipeline_tag: text-generation
|
8 |
-
tags:
|
9 |
-
- topic-modeling
|
10 |
-
- code
|
11 |
-
- github
|
12 |
-
- c4
|
13 |
-
- common-crawl
|
14 |
-
- wikipedia
|
15 |
-
- book3
|
16 |
-
- gutenburg
|
17 |
-
- arxiv
|
18 |
-
|
19 |
-
-
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
# AmanPriyanshu/Dynamic-Topic-Modeling-Llama-3.2-1B-bnb-4bit
|
23 |
|
@@ -66,6 +71,8 @@ Training Parameters:
|
|
66 |
|
67 |
## Usage
|
68 |
|
|
|
|
|
69 |
### Installation
|
70 |
```bash
|
71 |
pip install unsloth transformers torch
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- unsloth/Llama-3.2-1B-bnb-4bit
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
tags:
|
9 |
+
- topic-modeling
|
10 |
+
- code
|
11 |
+
- github
|
12 |
+
- c4
|
13 |
+
- common-crawl
|
14 |
+
- wikipedia
|
15 |
+
- book3
|
16 |
+
- gutenburg
|
17 |
+
- arxiv
|
18 |
+
- unsloth
|
19 |
+
- pytorch
|
20 |
+
- transformers
|
21 |
+
- llama
|
22 |
+
- llama-3
|
23 |
+
datasets:
|
24 |
+
- AmanPriyanshu/Dynamic-Topic-RedPajama-Data-1T-100k-SubSample-max-1k-tokens
|
25 |
+
---
|
26 |
|
27 |
# AmanPriyanshu/Dynamic-Topic-Modeling-Llama-3.2-1B-bnb-4bit
|
28 |
|
|
|
71 |
|
72 |
## Usage
|
73 |
|
74 |
+
Check out the **Colab Notebook:** https://colab.research.google.com/drive/173dKPjMmFZcbMoyHHdG5pOWH5qRyhcyW?usp=sharing
|
75 |
+
|
76 |
### Installation
|
77 |
```bash
|
78 |
pip install unsloth transformers torch
|