-
```text
Shivay Lamba: Machine Learning in JavaScript: An Introduction to TensorFlowJS
## Timestamps
00:00 Data Umbrella Introduction
03:06 Speaker Introduction
04:17 Presentation Intro - Mac…
-
### Submission Type
- [ ] Discussion
### Context
Offer ML support for another use cases beyond Translation, that could mostly imply text generation (Q/A , summarization, etc)
Separated from #13…
-
I'm trying to generate embeddings for some text input using `distilbert-base-uncased` transformer. While running:
```sql
create table output_embeddings as
select context, pgml.embed('distilbert-b…
-
tokenizers.js expects `tokenizer_class` to exist in a `tokenizer_config.json` file according to [this line](https://github.com/xenova/transformers.js/blob/46dd49064f681d017e5ff71a75c0b96e2d5686be/src/…
-
**Describe the bug**
optimum-intel cli converted openvino ir models does not load on the model-server
**To Reproduce**
```
$ uname -r
5.15.0-92-generic
$ cat /etc/os-release
PRETTY_NAME="Ub…
-
```
model = AutoModelForSequenceClassification.from_pretrained("bert-base-uncased")
```
returns this warning message:
```
Some weights of the model checkpoint at bert-base-uncased were not used…
-
### System Info
- `transformers` version: 4.30.2
- Platform: Linux-5.15.0-76-generic-x86_64-with-glibc2.35
- Python version: 3.10.6
- Huggingface_hub version: 0.16.4
- Safetensors version: 0.3.…
-
Need help to understand how can I repurpose this model or start with distilbert to recognise certain phrases in call recording transcript (in call center) like "Thank you for calling XX [Your call may…
-
When trying to run the models from a mobile browser it fails.
Mobile browsers have limited storage for webpages (let's assume 100MB since it depends on the browser and smartphone).
When using sm…
-
## Environment info
- `adapter-transformers` version:
- Platform: linux
- Python version: 3.9
- PyTorch version (GPU?): 1.12.1 gpu
## Details
I want to use knowledge distillatio…