-
@audrism
Posted FinalProjectPlan.pdf. Based on low amount of student comments during class, I do not expect to find much additional value outside of your comments.
Thanks,
Miller
-
Any verse relevant to a chosen character has to be processed. If only one character has been assigned, we can not extract relation information. (but we may be able to enhance the character profile)
I…
-
Thank u for the great work.
When I run the MARN model on the IEMOCAP data set, I find that the performance of in the output .csv is higher than the results reported in the paper.
the accuracy is
0…
-
I downloaded this dataset(ChineseNlpCorpus/datasets/weibo_senti_100k) to train a model for chinese sentiment analysis. Upon treating this dataset I observed that 100% of the posts contain emoticons. H…
-
Completion does not work at all and the following error throws.
```
Debugger entered--Lisp error: (wrong-type-argument sequencep \,)
string-prefix-p(#("Pro" 0 3 (fontified t)) \, t)
#f(compi…
-
Hi,
Thanks a lot for the great SBERT,
I wanted to add a softmax layer on top of one of the pre-trained models and build a classifier, but I saw [this](https://github.com/UKPLab/sentence-transformer…
-
- [ ] Create Account
- [ ] Setup
- [ ] Create API
-
In `preprocess_csv` function in `preprocess.py` ([link](https://github.com/abdulfatir/twitter-sentiment-analysis/blob/master/preprocess.py#L71)), pandas can be used to parse the csv more efficiently a…
-
# 行业角度看LLM
通向AGI之路:大型语言模型(LLM)技术精要
# 大模型有哪些
https://zhuanlan.zhihu.com/p/611403556
# 模型结构
为什么现在的LLM都是Decoder only的架构?
lowrank角度
# 如何训练
[Ladder Side-Tuning:预训练模型的“过墙梯”](https://kexue.f…
-
I encountered a runtime error while using the transformers-interpret library with a fine-tuned LLama-2 model that includes LoRA adapters for sequence classification. The error occurs when invoking the…