Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
|
|
4 |
---
|
5 |
|
6 |
# MISHANM/telugu_langmodel_Translator_Llama-3.2-3B-Instruct
|
@@ -84,4 +85,4 @@ print(translated_text)
|
|
84 |
journal = {Hugging Face repository},
|
85 |
|
86 |
}
|
87 |
-
```
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
base_model:
|
4 |
+
- meta-llama/Llama-3.2-3B-Instruct
|
5 |
---
|
6 |
|
7 |
# MISHANM/telugu_langmodel_Translator_Llama-3.2-3B-Instruct
|
|
|
85 |
journal = {Hugging Face repository},
|
86 |
|
87 |
}
|
88 |
+
```
|