Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,11 @@
|
|
2 |
base_model: meta-llama/Llama-3.2-1B-Instruct
|
3 |
library_name: transformers.js
|
4 |
license: llama3.2
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct with ONNX weights to be compatible with Transformers.js.
|
|
|
2 |
base_model: meta-llama/Llama-3.2-1B-Instruct
|
3 |
library_name: transformers.js
|
4 |
license: llama3.2
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
tags:
|
9 |
+
- legal
|
10 |
---
|
11 |
|
12 |
https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct with ONNX weights to be compatible with Transformers.js.
|