Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,17 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
tags:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
@@ -13,9 +24,8 @@ tags: []
|
|
13 |
|
14 |
### Model Description
|
15 |
|
16 |
-
|
17 |
|
18 |
-
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
19 |
|
20 |
- **Developed by:** [More Information Needed]
|
21 |
- **Funded by [optional]:** [More Information Needed]
|
@@ -36,6 +46,7 @@ This is the model card of a 🤗 transformers model that has been pushed on the
|
|
36 |
## Uses
|
37 |
|
38 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
|
|
39 |
|
40 |
### Direct Use
|
41 |
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
tags:
|
4 |
+
- Fine-Tuning
|
5 |
+
- LoRA
|
6 |
+
- Transformers
|
7 |
+
license: mit
|
8 |
+
datasets:
|
9 |
+
- HuggingFaceH4/no_robots
|
10 |
+
language:
|
11 |
+
- en
|
12 |
+
base_model:
|
13 |
+
- meta-llama/Llama-3.2-1B
|
14 |
+
pipeline_tag: text-generation
|
15 |
---
|
16 |
|
17 |
# Model Card for Model ID
|
|
|
24 |
|
25 |
### Model Description
|
26 |
|
27 |
+
This model is fine-tuned from the meta-llama/Llama-3.2-1B checkpoint for text generation tasks using a dataset with conversational structure. The model incorporates LoRA for efficient fine-tuning and leverages gradient checkpointing for memory efficiency.
|
28 |
|
|
|
29 |
|
30 |
- **Developed by:** [More Information Needed]
|
31 |
- **Funded by [optional]:** [More Information Needed]
|
|
|
46 |
## Uses
|
47 |
|
48 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
49 |
+
This model is intended for generating conversational text and can be applied in chatbots, dialogue systems, and any other applications requiring natural language understanding and generation.
|
50 |
|
51 |
### Direct Use
|
52 |
|