dhruvvaidh
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,19 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
7 |
|
8 |
<!-- Provide a quick summary of what the model is/does. -->
|
|
|
9 |
|
10 |
|
11 |
|
@@ -17,13 +25,13 @@ tags: []
|
|
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:**
|
21 |
- **Funded by [optional]:** [More Information Needed]
|
22 |
- **Shared by [optional]:** [More Information Needed]
|
23 |
-
- **Model type:**
|
24 |
-
- **Language(s) (NLP):**
|
25 |
- **License:** [More Information Needed]
|
26 |
-
- **Finetuned from model [optional]:**
|
27 |
|
28 |
### Model Sources [optional]
|
29 |
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
datasets:
|
4 |
+
- dhruvvaidh/cover-letter-dataset-llama3
|
5 |
+
- ShashiVish/cover-letter-dataset
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
base_model:
|
9 |
+
- meta-llama/Llama-3.2-1B-Instruct
|
10 |
+
pipeline_tag: text2text-generation
|
11 |
---
|
12 |
|
13 |
# Model Card for Model ID
|
14 |
|
15 |
<!-- Provide a quick summary of what the model is/does. -->
|
16 |
+
This is a fine-tuned version of Meta AI's Llama 3.2 1B-Instruct Model, which is trained on the Cover Letter Dataset.
|
17 |
|
18 |
|
19 |
|
|
|
25 |
|
26 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
27 |
|
28 |
+
- **Developed by:** Dhruv Vaidh
|
29 |
- **Funded by [optional]:** [More Information Needed]
|
30 |
- **Shared by [optional]:** [More Information Needed]
|
31 |
+
- **Model type:** Text2Text Generation
|
32 |
+
- **Language(s) (NLP):** English
|
33 |
- **License:** [More Information Needed]
|
34 |
+
- **Finetuned from model [optional]:** https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct
|
35 |
|
36 |
### Model Sources [optional]
|
37 |
|