-
Referencing #161 again.
I tried finetuning the model on the alpaca data. Given below is the script I used.
```python
from xturing.datasets.instruction_dataset import InstructionDataset
from xt…
-
First of of thank you for this wonderful work.
I want to trained Paddle-OCR for Greek+English language. Can anyone guide me the flow of this problem.plz
-
🔥 FAIL: Ensure soft_dotted characters lose their dot when combined with marks that replace the dot. ([com.google.fonts/check/soft_dotted](https://font-bakery.readthedocs.io/en/stable/fontbakery/profil…
-
-
There are cases, where a property can not just be any string (or a set of strings), but needs to match a pattern.
``` typescript
let fontStyle: 'normal' | 'italic' = 'normal'; // already available in…
-
Jonathan Hui. [RL — Meta-Learning](https://jonathan-hui.medium.com/meta-learning-how-we-address-the-shortcomings-of-our-deep-networks-a008aa4b5b2b).
-
Right now equality between sets of words only compares the alphabets:
```
sage: Words(3, 10) == Words(3,900)
True
sage: Words(2, finite=False) == Words(2)
True
sage: Words(2) == Words(2,30) …
-
I'm unhappy about the API changes in 0.20. In my code base at work we have 12 use cases of base64 0.13 encoding and decoding, 9 of which pass a config (mostly `URL_SAFE_NO_PAD`, some `URL_SAFE`). Unle…
-
Hello, I am trying to train the PGNet model to recognize German alphabets along with a few symbols. The German dataset I am using is a part of MLT 2019 dataset. I use the pre-trained model provided o…
-
This is a request to restore the `base64::encode` and `base64::decode` convenience functions deprecated in the 0.21.0 release.
Normally I agree with explicit being better than implicit, but I don't…