code2022 commited on
Commit
2467259
·
verified ·
1 Parent(s): d282cf5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -1,15 +1,15 @@
1
- ---
2
- license: apache-2.0
3
- datasets:
4
- - google-research-datasets/paws
5
- language:
6
- - en
7
- metrics:
8
- - accuracy
9
- base_model:
10
- - HuggingFaceTB/SmolLM2-135M-Instruct
11
- pipeline_tag: feature-extraction
12
- ---
13
  # Introduction
14
 
15
  ![Running SLMs in web browsers](docs/thumb_small_language_model.jpg)
@@ -18,7 +18,7 @@ This repository is part of [playbook for experiments on fine tuning small langua
18
 
19
  ### Before you start
20
 
21
- - Clone the repository https://github.com/code2k13/onnx_javascript_browser_inference/edit/main/README.md
22
  - Copy all files from this repository to the `model_files` directory of the cloned github repository.
23
  - Run `npm install`
24
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - google-research-datasets/paws
5
+ language:
6
+ - en
7
+ metrics:
8
+ - accuracy
9
+ base_model:
10
+ - HuggingFaceTB/SmolLM2-135M-Instruct
11
+ pipeline_tag: text-generation
12
+ ---
13
  # Introduction
14
 
15
  ![Running SLMs in web browsers](docs/thumb_small_language_model.jpg)
 
18
 
19
  ### Before you start
20
 
21
+ - Clone the repository https://github.com/code2k13/onnx_javascript_browser_inference
22
  - Copy all files from this repository to the `model_files` directory of the cloned github repository.
23
  - Run `npm install`
24