mys commited on
Commit
af7768a
·
verified ·
1 Parent(s): 62219c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -42
README.md CHANGED
@@ -9,50 +9,16 @@ tags:
9
  licence: license
10
  ---
11
 
12
- # Model Card for final_model_stable
13
 
14
- This model is a fine-tuned version of [google/functiongemma-270m-it](https://huggingface.co/google/functiongemma-270m-it).
15
- It has been trained using [TRL](https://github.com/huggingface/trl).
16
 
17
- ## Quick start
18
 
19
- ```python
20
- from transformers import pipeline
21
 
22
- question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
23
- generator = pipeline("text-generation", model="None", device="cuda")
24
- output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
25
- print(output["generated_text"])
26
- ```
27
 
28
- ## Training procedure
29
-
30
-
31
-
32
-
33
- This model was trained with SFT.
34
-
35
- ### Framework versions
36
-
37
- - TRL: 0.23.0
38
- - Transformers: 4.56.2
39
- - Pytorch: 2.8.0
40
- - Datasets: 4.4.2
41
- - Tokenizers: 0.22.1
42
-
43
- ## Citations
44
-
45
-
46
-
47
- Cite TRL as:
48
-
49
- ```bibtex
50
- @misc{vonwerra2022trl,
51
- title = {{TRL: Transformer Reinforcement Learning}},
52
- author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallou{\'e}dec},
53
- year = 2020,
54
- journal = {GitHub repository},
55
- publisher = {GitHub},
56
- howpublished = {\url{https://github.com/huggingface/trl}}
57
- }
58
- ```
 
9
  licence: license
10
  ---
11
 
12
+ # Model Card for functiongemma-smarthome
13
 
14
+ [Dataset](https://huggingface.co/datasets/altaidevorg/smarthome-tool-calling-tiny) | [Notebook](https://github.com/altaidevorg/functiongemma-afterimage-demo/blob/main/fgemma-training.ipynb) | [Demo Video](https://www.youtube.com/watch?v=TJxtyrWSgo0)
 
15
 
16
+ This model is a fine-tuned version of [google/functiongemma-270m-it](https://huggingface.co/google/functiongemma-270m-it) on a [custom tool-calling dataset](https://huggingface.co/datasets/altaidevorg/smarthome-tool-calling-tiny) synthetically generated with Afterimage, our purpose-built synthetic dataset generation engine.
17
 
18
+ See the [demo video](https://www.youtube.com/watch?v=TJxtyrWSgo0).
 
19
 
20
+ ## What is Afterimage?
21
+ Building custom Small Language Models (SLMs) starts with great data. Afterimage eliminates the tedious data preparation bottleneck by transforming your organization's unstructured documents into high-quality, LLM-ready Q&A sets, tool-calling datasets and/or other types of structured datasets automatically. It is highly customizable and and aimed at transforming enterprises' way of customizing LLMs.
 
 
 
22
 
23
+ ## About ALTAI
24
+ ALTAI is a secure, no-code platform that enables organizations to create, train, and deploy customized SLMs using their own internal documents. From "Letsearch" (RAG Engine) to on-premise deployment, we make LLM customization uncool again—simply effective. It can work 100% on-premise and requires 0 technical experience.