HaveAI commited on
Commit
f97f08b
·
verified ·
1 Parent(s): 5412a1f

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -19
README.md DELETED
@@ -1,19 +0,0 @@
1
- ---
2
- base_model: t5-base
3
- library_name: transformers.js
4
- license: apache-2.0
5
- datasets:
6
- - nvidia/Llama-Nemotron-Post-Training-Dataset
7
- language:
8
- - en
9
- metrics:
10
- - character
11
- new_version: meta-llama/Llama-4-Scout-17B-16E-Instruct
12
- pipeline_tag: text2text-generation
13
- tags:
14
- - code
15
- ---
16
-
17
- https://huggingface.co/t5-base with ONNX weights to be compatible with Transformers.js.
18
-
19
- Note: Having a separate repo for ONNX weights is intended to be a temporary solution until WebML gains more traction. If you would like to make your models web-ready, we recommend converting to ONNX using [🤗 Optimum](https://huggingface.co/docs/optimum/index) and structuring your repo like this one (with ONNX weights located in a subfolder named `onnx`).