File size: 1,041 Bytes
f9098fc
 
 
 
 
 
 
 
 
 
5fbd6b8
f9098fc
28f448c
c118abc
 
 
 
 
 
 
 
28f448c
c118abc
5fbd6b8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
tags:
  - sentiment
  - multilingual
  - swift
  - deterministic
  - chinese
license: apache-2.0
language: zh
---

# SentimentKit deterministic model
---
tags:
  - sentiment
  - multilingual
  - swift
  - deterministic
  - chinese
license: apache-2.0
language: zh
---

**Languages supported by the deterministic pipeline:**
- Español (es)
- English (en)
- Português (pt)
- Deutsch (de)
- Français (fr)
- 中文简体 (zh)

This Hugging Face model repo mirrors the deterministic coverage of SentimentKit. It contains the quantized DistilBERT artifacts and metadata for the optional Stage 4 scorer.

## Source code and documentation
- Repository: https://github.com/frr149/SentimentKit
- PRD + ADR cover the normalization, multilingual fixtures, and deterministic tests that govern this model.

## Usage
Instructions for downloading and validating the `.mlpackage` are stored in `Tools/CoreMLConversion` inside the GitHub repo. Use the provided script to verify the download checksum and load it via `SentimentConfig(coreMLModelURL:)`.