-
# General
[从Word Embedding到Bert模型——自然语言处理预训练技术发展史](https://www.jiqizhixin.com/articles/2018-12-10-8)
[CS224n自然语言处理与深度学习笔记汇总](https://zhuanlan.zhihu.com/p/31977759)
[深度nlp科普专栏](https://zhuanlan.zhih…
-
请问权重文件哪里可以获得?
-
1. I tried vanilla pytorch training loop using bfloat16, the loss got overflow, https://github.com/mesolitica/malaya/blob/5.1/pretrained-model/mamba/causallm-130m-bf16.ipynb
2. so I tried vanilla pyt…
-
家人们,谁懂啊?
显卡4090,cuda12.3,死活跑不起来…
-
accuracy1 = torch.sum(pred1.squeeze(2) == y_vals[0].data) / (y_vals[0].size(0) * y_vals[0].size(1))
accuracy2 = torch.sum(pred2.squeeze(2) == y_vals[1].data) / (y_vals[1].size(0) * y_vals…
-
Hello,
We have been developing a FastAPI application where we use some external libraries to perform some NLP tasks, such as tokenization. On top of this, we are launching the service with Gunicorn …
-
## ❓ Questions and Help
Hello, I am a new learner in NLP and GNN, I download the project and tried to run this project: (https://github.com/graph4ai/graph4nlp/tree/master/examples/pytorch/summarizati…
-
-
Thanks for the project.
The example successful run on Android.
However, I want to create my our model for other nlp tasks.
So, can you show me the way to create the nlp model? Or the source of crea…
-
# Efficiently processing large image datasets in Python | Basic Machine Learning
I have been working on Computer Vision projects for some time now and moving from NLP domain the first thing I realize…