itsme-nishanth
commited on
Commit
•
101bea5
1
Parent(s):
d12371d
Update README.md
Browse filesremoved optional text
README.md
CHANGED
@@ -41,7 +41,7 @@ print(pipe(messages, max_new_tokens=100)[0]['generated_text'][-1]) # Print the
|
|
41 |
- **Model type:** Llama
|
42 |
- **Language(s) (NLP):** English
|
43 |
- **License:** Apache license 2.0
|
44 |
-
- **Finetuned from model
|
45 |
|
46 |
## Training Details
|
47 |
|
@@ -53,7 +53,7 @@ print(pipe(messages, max_new_tokens=100)[0]['generated_text'][-1]) # Print the
|
|
53 |
|
54 |
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
55 |
|
56 |
-
#### Preprocessing
|
57 |
|
58 |
Dataset had empty records. Removed them before training.
|
59 |
|
@@ -73,7 +73,7 @@ Dataset had empty records. Removed them before training.
|
|
73 |
- seed = 3407
|
74 |
|
75 |
|
76 |
-
## Technical Specifications
|
77 |
|
78 |
#### Hardware
|
79 |
|
|
|
41 |
- **Model type:** Llama
|
42 |
- **Language(s) (NLP):** English
|
43 |
- **License:** Apache license 2.0
|
44 |
+
- **Finetuned from model :** Llama-3.2-1B
|
45 |
|
46 |
## Training Details
|
47 |
|
|
|
53 |
|
54 |
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
55 |
|
56 |
+
#### Preprocessing
|
57 |
|
58 |
Dataset had empty records. Removed them before training.
|
59 |
|
|
|
73 |
- seed = 3407
|
74 |
|
75 |
|
76 |
+
## Technical Specifications
|
77 |
|
78 |
#### Hardware
|
79 |
|